Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlocked-queue-inl.h58 Node* old_head = nullptr;
61 old_head = head_;
67 delete old_head;
/external/google-breakpad/src/testing/gtest/samples/
Dsample3-inl.h136 const QueueNode<E>* const old_head = head_; in Dequeue() local
143 E* element = new E(old_head->element()); in Dequeue()
144 delete old_head; in Dequeue() local
/external/googletest/googletest/samples/
Dsample3-inl.h135 const QueueNode<E>* const old_head = head_; in Dequeue() local
142 E* element = new E(old_head->element()); in Dequeue()
143 delete old_head; in Dequeue() local
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_bufmgr.c294 struct list_head *old_head = &cache->size_list[i]; in vc5_bo_last_unreference_locked_timed() local
295 if (list_empty(old_head)) in vc5_bo_last_unreference_locked_timed()
298 new_list[i].next = old_head->next; in vc5_bo_last_unreference_locked_timed()
299 new_list[i].prev = old_head->prev; in vc5_bo_last_unreference_locked_timed()