HomeSort by relevance Sort by last modified time
    Searched refs:LIST_REPLACE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_double_list.h 73 static INLINE void list_replace(struct list_head *from, struct list_head *to) function
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
u_debug_memory.c 243 LIST_REPLACE(&old_hdr->head, &new_hdr->head);
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 73 static INLINE void list_replace(struct list_head *from, struct list_head *to) function
99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to)
u_debug_memory.c 243 LIST_REPLACE(&old_hdr->head, &new_hdr->head);
  /external/openssh/openbsd-compat/
sys-queue.h 72 #undef LIST_REPLACE
317 #define LIST_REPLACE(elm, elm2, field) do { \
  /external/chromium/third_party/libevent/compat/sys/
queue.h 203 #define LIST_REPLACE(elm, elm2, field) do { \
  /external/chromium_org/third_party/libevent/compat/sys/
queue.h 203 #define LIST_REPLACE(elm, elm2, field) do { \

Completed in 266 milliseconds