Home
last modified time | relevance | path

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

/external/libdrm/tests/radeon/
Dlist.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
/external/mesa3d/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
/external/libdrm/freedreno/
Dlist.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
/external/openssh/openbsd-compat/
Dsys-queue.h322 #define LIST_REPLACE(elm, elm2, field) do { \ macro