Home
last modified time | relevance | path

Searched refs:prev_list (Results 1 – 3 of 3) sorted by relevance

/third_party/glib/glib/
Dgslist.c305 GSList *prev_list; in g_slist_insert() local
323 prev_list = NULL; in g_slist_insert()
328 prev_list = tmp_list; in g_slist_insert()
332 new_list->next = prev_list->next; in g_slist_insert()
333 prev_list->next = new_list; in g_slist_insert()
897 GSList *prev_list = NULL; in g_slist_insert_sorted_real() local
915 prev_list = tmp_list; in g_slist_insert_sorted_real()
931 if (prev_list) in g_slist_insert_sorted_real()
933 prev_list->next = new_list; in g_slist_insert_sorted_real()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c875 VkSemaphore *prev_list = wait_info->signal_semaphores; in add_signal_semaphores_to_wait_list() local
887 memcpy(wait_info->signal_semaphores, prev_list, prev_alloc_size); in add_signal_semaphores_to_wait_list()
888 vk_free(&device->vk.alloc, prev_list); in add_signal_semaphores_to_wait_list()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c1104 GList *cur_list, *prev_list, *next_list; in gst_matroska_read_common_postprocess_toc_entries() local
1126 prev_list = cur_list->prev; in gst_matroska_read_common_postprocess_toc_entries()
1129 if (prev_list != NULL) in gst_matroska_read_common_postprocess_toc_entries()
1130 prev_info = prev_list->data; in gst_matroska_read_common_postprocess_toc_entries()