Home
last modified time | relevance | path

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

/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
/external/googletest/googletest/samples/
Dsample3-inl.h135 const QueueNode<E>* const old_head = head_; in Dequeue() local
143 delete old_head; in Dequeue() local
/external/mesa3d/src/util/
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
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_bo.c359 struct list_head *old_head = &cache->size_list[i]; in reallocate_size_list() local
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_bufmgr.c294 struct list_head *old_head = &cache->size_list[i]; in v3d_bo_last_unreference_locked_timed() local