Home
last modified time | relevance | path

Searched defs:old_head (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dsparse_array.c250 uint64_t current_head, old_head; in util_sparse_array_free_list_push() local
274 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_idx() local
295 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_elem() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/
H A Dsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
142 delete old_head; in Dequeue() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample3-inl.h135 const QueueNode<E>* const old_head = head_; in Dequeue() local
143 delete old_head; in Dequeue() local
/aosp_15_r20/external/googletest/googletest/samples/
H A Dsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
142 delete old_head; in Dequeue() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample3-inl.h135 const QueueNode<E>* const old_head = head_; in Dequeue() local
143 delete old_head; in Dequeue() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/
H A Dsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
142 delete old_head; in Dequeue() local
/aosp_15_r20/art/runtime/gc/allocator/
H A Drosalloc.h161 Slot* old_head = *headp; in Remove() local
196 Slot* old_head = *headp; in Add() local
235 Slot* old_head = *headp; in Merge() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1000 let old_head = self.head; in shrink_to() localVariable
1056 old_head: usize, in shrink_to() field
1696 let old_head = self.head; in pop_front() localVariable
1900 let old_head = self.head; in insert() localVariable
1950 let old_head = self.head; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs1000 let old_head = self.head; in shrink_to() localVariable
1056 old_head: usize, in shrink_to() field
1696 let old_head = self.head; in pop_front() localVariable
1900 let old_head = self.head; in insert() localVariable
1950 let old_head = self.head; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/vec_deque/
H A Dmod.rs986 let old_head = self.head; in shrink_to() localVariable
1042 old_head: usize, in shrink_to() field
1682 let old_head = self.head; in pop_front() localVariable
1886 let old_head = self.head; in insert() localVariable
1936 let old_head = self.head; in remove() 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.rs986 let old_head = self.head; in shrink_to() localVariable
1042 old_head: usize, in shrink_to() field
1682 let old_head = self.head; in pop_front() localVariable
1886 let old_head = self.head; in insert() localVariable
1936 let old_head = self.head; in remove() 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.rs1000 let old_head = self.head; in shrink_to() localVariable
1056 old_head: usize, in shrink_to() field
1696 let old_head = self.head; in pop_front() localVariable
1900 let old_head = self.head; in insert() localVariable
1950 let old_head = self.head; in remove() localVariable
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir_lower_bindless.c280 nir_deref_instr *old_head = path.path[0]; in lower_buffer_device_address() local
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c382 struct list_head *old_head = &cache->size_list[i]; in reallocate_size_list() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.c297 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() local
/aosp_15_r20/art/runtime/
H A Dfault_handler.cc380 GeneratedCodeRange* old_head = generated_code_ranges_.load(std::memory_order_relaxed); in AddGeneratedCodeRange() local
/aosp_15_r20/external/python/cpython3/Python/
Dpystate.c335 PyInterpreterState *old_head = interpreters->head; in PyInterpreterState_New() local
826 PyThreadState *old_head = interp->threads.head; in new_threadstate() local
/aosp_15_r20/external/trusty/lk/lib/heap/cmpctmalloc/
Dcmpctmalloc.c259 free_t *old_head = *bucket; in create_free_area() local