Home
last modified time | relevance | path

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

/external/libdrm/
Dutil_double_list.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
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c277 LIST_REPLACE(&old_hdr->head, &new_hdr->head); in debug_realloc()
/external/mesa3d/src/util/
Dlist.h158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro