Searched defs:LIST_REPLACE (Results 1 – 6 of 6) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
|
/external/mesa3d/src/util/ |
D | list.h | 159 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) macro
|
/external/libevent/compat/sys/ |
D | queue.h | 203 #define LIST_REPLACE(elm, elm2, field) do { \ macro
|
/external/iperf3/src/ |
D | queue.h | 232 #define LIST_REPLACE(elm, elm2, field) do { \ macro
|
/external/openssh/openbsd-compat/ |
D | sys-queue.h | 322 #define LIST_REPLACE(elm, elm2, field) do { \ macro
|