/aosp_15_r20/external/mesa3d/src/util/ |
H A D | sparse_array.c | 255 uint64_t new_head = free_list_head(current_head, items[0]); in util_sparse_array_free_list_push() local 273 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_idx() local 294 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_elem() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/ |
D | deque.rs | 1452 let mut new_head = head + (1 << SHIFT); in steal() localVariable 1588 let mut new_head = head; in steal_batch_with_limit() localVariable 1786 let mut new_head = head; in steal_batch_with_limit_and_pop() localVariable
|
/aosp_15_r20/external/pdfium/core/fxcrt/css/ |
H A D | cfx_cssselector.cpp | 63 auto new_head = in FromString() local
|
/aosp_15_r20/external/grpc-grpc/test/core/util/ |
H A D | reconnect_server.cc | 113 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps() local
|
/aosp_15_r20/external/coreboot/util/cbfstool/ |
H A D | cbfs_sections.c | 24 struct descriptor_node *new_head) in descriptor_list_prepend()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
H A D | stream_lists.cc | 60 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_lists.cc | 60 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-queue/src/ |
D | array_queue.rs | 239 let new_head = new_tail.wrapping_sub(self.one_lap); in force_push() localVariable
|
D | seg_queue.rs | 303 let mut new_head = head + (1 << SHIFT); in pop() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 533 let new_head = new_capacity - head_len; in handle_capacity_increase() localVariable 1045 let new_head = target_cap - head_len; in shrink_to() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 533 let new_head = new_capacity - head_len; in handle_capacity_increase() localVariable 1045 let new_head = target_cap - head_len; in shrink_to() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 519 let new_head = new_capacity - head_len; in handle_capacity_increase() localVariable 1031 let new_head = target_cap - head_len; in shrink_to() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 519 let new_head = new_capacity - head_len; in handle_capacity_increase() localVariable 1031 let new_head = target_cap - head_len; in shrink_to() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/ |
H A D | mod.rs | 533 let new_head = new_capacity - head_len; in handle_capacity_increase() localVariable 1045 let new_head = target_cap - head_len; in shrink_to() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 297 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_page.h | 616 PartitionFreelistEntry* new_head) { in SetFreelistHead()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 297 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 295 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 297 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/mpmc/ |
H A D | list.rs | 295 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/ |
D | list.rs | 318 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
|
/aosp_15_r20/external/crosvm/io_uring/src/ |
H A D | uring.rs | 850 let new_head = head.wrapping_add(1); in pop_front() localVariable
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | module_ir.py | 1336 def _module_qualified_constant_reference(new_head, dot, reference): argument
|