Home
last modified time | relevance | path

Searched refs:LIST_REPLACE (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
Du_debug_memory.c243 LIST_REPLACE(&old_hdr->head, &new_hdr->head); in debug_realloc()
/external/libdrm/freedreno/
Dlist.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
/external/libdrm/tests/radeon/
Dlist.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
/external/openssh/openbsd-compat/
Dsys-queue.h72 #undef LIST_REPLACE
322 #define LIST_REPLACE(elm, elm2, field) do { \ macro