Searched refs:LIST_ENTRY (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dpointer-signext.c16 } LIST_ENTRY; typedef in typeref:struct:_LIST_ENTRY
20 LIST_ENTRY Link;
25 LIST_ENTRY *Link;
28 Link = (LIST_ENTRY *) param;
/external/ipsec-tools/src/racoon/
H A Dsainfo.h61 LIST_ENTRY(sainfo) chain;
H A Dhandler.h210 LIST_ENTRY(ph1handle) chain;
321 LIST_ENTRY(ph2handle) chain;
322 LIST_ENTRY(ph2handle) ph1bind; /* chain to ph1handle */
330 LIST_ENTRY(contacted) chain;
347 LIST_ENTRY(recvdpkt) chain;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h62 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list);
77 struct util_dirty_surface *ds = LIST_ENTRY(struct util_dirty_surface, p, dirty_list);
H A Du_double_list.h103 #define LIST_ENTRY(__type, __item, __field) \ macro
H A Du_debug_memory.c279 hdr = LIST_ENTRY(struct debug_memory_header, entry, head);
H A Ddbghelp.h41 LIST_ENTRY Links;
93 LIST_ENTRY List;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_cache.c136 buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
280 curr_buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
297 curr_buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
367 buf = LIST_ENTRY(struct pb_cache_buffer, curr, head);
H A Dpb_bufmgr_slab.c412 slab = LIST_ENTRY(struct pb_slab, list, head);
422 buf = LIST_ENTRY(struct pb_slab_buffer, list, head);
H A Dpb_buffer_fenced.c209 fenced_buf = LIST_ENTRY(struct fenced_buffer, curr, head);
224 fenced_buf = LIST_ENTRY(struct fenced_buffer, curr, head);
408 fenced_buf = LIST_ENTRY(struct fenced_buffer, curr, head);
465 fenced_buf = LIST_ENTRY(struct fenced_buffer, curr, head);
H A Dpb_bufmgr_pool.c220 pool_buf = LIST_ENTRY(struct pool_buffer, item, head);
H A Dpb_bufmgr_debug.c351 buf = LIST_ENTRY(struct pb_debug_buffer, curr, head);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen_cache.c114 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, bucket_head);
250 entry = LIST_ENTRY(struct svga_host_surface_cache_entry,
257 entry = LIST_ENTRY(struct svga_host_surface_cache_entry,
311 entry = LIST_ENTRY(struct svga_host_surface_cache_entry, curr, head);
H A Dsvga_resource_buffer_upload.c636 sbuf = LIST_ENTRY(struct svga_buffer, curr, head);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c178 slab = LIST_ENTRY(struct mm_slab, bucket->used.next, head);
183 slab = LIST_ENTRY(struct mm_slab, bucket->free.next, head);
/external/libdrm/freedreno/
H A Dlist.h98 #define LIST_ENTRY(__type, __item, __field) \ macro
H A Dfreedreno_bo.c96 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
149 bo = LIST_ENTRY(struct fd_bo, bucket->list.next, list);
/external/libdrm/tests/radeon/
H A Dlist.h98 #define LIST_ENTRY(__type, __item, __field) \ macro
/external/f2fs-tools/tools/
H A Df2fs_io_parse.c78 LIST_ENTRY(pid_ent) ptr;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_query.c32 LIST_ENTRY(__type, (__item)->next, __field)
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h263 #define LIST_ENTRY(type) \ macro
/external/openssh/openbsd-compat/
H A Dsys-queue.h61 #undef LIST_ENTRY macro
260 #define LIST_ENTRY(type) \ macro
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.c110 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c93 block = LIST_ENTRY(struct r600_fence_block, rscreen->fences.blocks.next, head);
H A Dr600_asm.c613 for (alu = alu_first; alu; alu = LIST_ENTRY(struct r600_bytecode_alu, alu->list.next, list)) {
1186 LIST_ENTRY(struct r600_bytecode_alu, bc->cf_last->alu.prev, list)->last = 1;

Completed in 546 milliseconds

12