HomeSort by relevance Sort by last modified time
    Searched defs:LIST_DEL (Results 1 - 3 of 3) sorted by null

  /external/libusb-compat/libusb/
usbi.h 36 #define LIST_DEL(begin, ent) \
  /external/libdrm/
util_double_list.h 77 static inline void list_del(struct list_head *item) function
95 #define LIST_DEL(__item) list_del(__item)
  /external/mesa3d/src/util/
list.h 88 static inline void list_del(struct list_head *item) function
159 #define LIST_DEL(__item) list_del(__item)

Completed in 97 milliseconds