/aosp_15_r20/external/mesa3d/src/util/ |
H A D | sparse_array.c | 250 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 D | sample3-inl.h | 134 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/ |
D | sample3-inl.h | 135 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 D | sample3-inl.h | 134 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/ |
D | sample3-inl.h | 135 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 D | sample3-inl.h | 134 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 D | rosalloc.h | 161 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 D | mod.rs | 1000 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 D | mod.rs | 1000 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 D | mod.rs | 986 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 D | mod.rs | 986 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 D | mod.rs | 1000 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 D | dxil_spirv_nir_lower_bindless.c | 280 nir_deref_instr *old_head = path.path[0]; in lower_buffer_device_address() local
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_bo.c | 382 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 D | v3d_bufmgr.c | 297 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() local
|
/aosp_15_r20/art/runtime/ |
H A D | fault_handler.cc | 380 GeneratedCodeRange* old_head = generated_code_ranges_.load(std::memory_order_relaxed); in AddGeneratedCodeRange() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | pystate.c | 335 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/ |
D | cmpctmalloc.c | 259 free_t *old_head = *bucket; in create_free_area() local
|