HomeSort by relevance Sort by last modified time
    Searched refs:LIST_DEL (Results 1 - 25 of 32) sorted by null

1 2

  /external/libusb-compat/libusb/
usbi.h 36 #define LIST_DEL(begin, ent) \
core.c 275 LIST_DEL(new_busses, nbus);
287 LIST_DEL(usb_busses, bus);
299 LIST_DEL(new_busses, bus);
605 LIST_DEL(new_devices, ndev);
616 LIST_DEL(bus->devices, dev);
636 LIST_DEL(new_devices, dev);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_mm.c 185 LIST_DEL(&slab->head);
198 LIST_DEL(&slab->head);
218 LIST_DEL(&slab->head);
222 LIST_DEL(&slab->head);
265 LIST_DEL(&slab->head);
nouveau_fence.c 58 LIST_DEL(&work->list);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 185 LIST_DEL(&slab->head);
198 LIST_DEL(&slab->head);
218 LIST_DEL(&slab->head);
222 LIST_DEL(&slab->head);
265 LIST_DEL(&slab->head);
nouveau_fence.c 58 LIST_DEL(&work->list);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_screen_cache.c 127 LIST_DEL(&entry->bucket_head);
129 LIST_DEL(&entry->head);
184 LIST_DEL(&entry->bucket_head);
185 LIST_DEL(&entry->head);
253 LIST_DEL(&entry->head);
266 LIST_DEL(&entry->bucket_head);
268 LIST_DEL(&entry->head);
316 LIST_DEL(&entry->head);
  /external/mesa3d/src/gallium/drivers/svga/
svga_screen_cache.c 127 LIST_DEL(&entry->bucket_head);
129 LIST_DEL(&entry->head);
184 LIST_DEL(&entry->bucket_head);
185 LIST_DEL(&entry->head);
253 LIST_DEL(&entry->head);
266 LIST_DEL(&entry->bucket_head);
268 LIST_DEL(&entry->head);
316 LIST_DEL(&entry->head);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_double_list.h 81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
u_debug_memory.c 173 LIST_DEL(&hdr->head);
  /external/mesa3d/src/gallium/auxiliary/util/
u_double_list.h 81 static INLINE void list_del(struct list_head *item) function
100 #define LIST_DEL(__item) list_del(__item)
u_debug_memory.c 173 LIST_DEL(&hdr->head);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 112 LIST_DEL(&buf->head);
312 LIST_DEL(&buf->head);
pb_bufmgr_pool.c 215 LIST_DEL(item);
pb_buffer_fenced.c 252 LIST_DEL(&fenced_buf->head);
278 LIST_DEL(&fenced_buf->head);
307 LIST_DEL(&fenced_buf->head);
pb_bufmgr_debug.c 239 LIST_DEL(&buf->head);
pb_bufmgr_slab.c 208 LIST_DEL(list);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 112 LIST_DEL(&buf->head);
312 LIST_DEL(&buf->head);
pb_bufmgr_pool.c 215 LIST_DEL(item);
pb_buffer_fenced.c 252 LIST_DEL(&fenced_buf->head);
278 LIST_DEL(&fenced_buf->head);
307 LIST_DEL(&fenced_buf->head);
pb_bufmgr_debug.c 239 LIST_DEL(&buf->head);
pb_bufmgr_slab.c 208 LIST_DEL(list);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_query.c 61 LIST_DEL(&qo->list);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_query.c 61 LIST_DEL(&qo->list);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 505 LIST_DEL(&entry->head);

Completed in 1017 milliseconds

1 2