Home
last modified time | relevance | path

Searched defs:new_head (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dsparse_array.c255 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/
Ddeque.rs1452 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 Dcfx_cssselector.cpp63 auto new_head = in FromString() local
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dreconnect_server.cc113 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps() local
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfs_sections.c24 struct descriptor_node *new_head) in descriptor_list_prepend()
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dstream_lists.cc60 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/
Dstream_lists.cc60 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/
Darray_queue.rs239 let new_head = new_tail.wrapping_sub(self.one_lap); in force_push() localVariable
Dseg_queue.rs303 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 Dmod.rs533 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 Dmod.rs533 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 Dmod.rs519 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 Dmod.rs519 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 Dmod.rs533 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 Dlist.rs297 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 Dpartition_page.h616 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 Dlist.rs297 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 Dlist.rs295 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 Dlist.rs297 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 Dlist.rs295 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/src/flavors/
Dlist.rs318 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
/aosp_15_r20/external/crosvm/io_uring/src/
H A During.rs850 let new_head = head.wrapping_add(1); in pop_front() localVariable
/aosp_15_r20/external/emboss/compiler/front_end/
H A Dmodule_ir.py1336 def _module_qualified_constant_reference(new_head, dot, reference): argument