Searched refs:new_head (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | sparse_array.c | 255 uint64_t new_head = free_list_head(current_head, items[0]); in util_sparse_array_free_list_push() local 256 old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_push() 273 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_idx() local 274 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_idx() 294 uint64_t new_head = free_list_head(current_head, p_atomic_read(head_next)); in util_sparse_array_free_list_pop_elem() local 295 uint64_t old_head = p_atomic_cmpxchg(&fl->head, current_head, new_head); in util_sparse_array_free_list_pop_elem()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecenc.c | 328 GList *new_head; in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() local 330 new_head = g_queue_pop_tail_link (&ctx->packets_buf); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() 332 new_head = g_list_alloc (); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() 335 gst_buffer_replace ((GstBuffer **) & new_head->data, rtp->buffer); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer() 336 g_queue_push_head_link (&ctx->packets_buf, new_head); in gst_rtp_ulpfec_enc_stream_ctx_prepend_to_fec_buffer()
|
/third_party/node/deps/v8/src/base/ |
D | threaded-list.h | 81 T* new_head = list.head_; in Prepend() local 86 head_ = new_head; in Prepend()
|
/third_party/python/Lib/test/ |
D | test_marshal.py | 244 new_head = marshal.loads(data) 246 self.assertEqual(len(new_head), len(head)) 247 self.assertEqual(len(new_head[0]), len(head[0])) 248 self.assertEqual(len(new_head[-1]), len(head[-1]))
|
/third_party/node/deps/v8/src/execution/ |
D | futex-emulation.cc | 58 FutexWaitListNode* new_head = nullptr; in DeleteNodesForIsolate() local 66 if (new_head == nullptr) { in DeleteNodesForIsolate() 67 new_head = node; in DeleteNodesForIsolate() 73 *head = new_head; in DeleteNodesForIsolate()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | ttmlparse.c | 1311 gchar *new_head = c - space_count + 1; in ttml_handle_element_whitespace() local 1312 g_strlcpy (new_head, c, textlen); in ttml_handle_element_whitespace() 1313 c = new_head; in ttml_handle_element_whitespace()
|