Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
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
/external/pdfium/core/fxcrt/css/
Dcfx_cssselector.cpp63 auto new_head = in FromString() local
/external/grpc-grpc/test/core/util/
Dreconnect_server.cc116 timestamp_list* new_head = server->head; in reconnect_server_clear_timestamps() local
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc58 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() local
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_lists.cc58 grpc_chttp2_stream* new_head = s->links[id].next; in stream_list_pop() local
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs1448 let mut new_head = head + (1 << SHIFT); in steal() localVariable
1584 let mut new_head = head; in steal_batch_with_limit() localVariable
1782 let mut new_head = head; in steal_batch_with_limit_and_pop() localVariable
/external/rust/crates/crossbeam-queue/src/
Darray_queue.rs235 let new_head = new_tail.wrapping_sub(self.one_lap); in force_push() localVariable
Dseg_queue.rs299 let mut new_head = head + (1 << SHIFT); in pop() localVariable
/external/cronet/base/allocator/partition_allocator/
Dpartition_page.h722 PartitionFreelistEntry* new_head) { in SetFreelistHead()
/external/rust/crates/crossbeam-channel/src/flavors/
Dlist.rs317 let mut new_head = head + (1 << SHIFT); in start_recv() localVariable
/external/crosvm/io_uring/src/
During.rs970 let new_head = head.wrapping_add(1); in pop_front() localVariable