HomeSort by relevance Sort by last modified time
    Searched refs:LIST_REPLACE (Results 1 - 5 of 5) 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)