/external/libdrm/ |
D | libdrm_lists.h | 46 #define DRMLISTADD(__item, __list) \ argument 48 (__item)->prev = (__list); \ 49 (__item)->next = (__list)->next; \ 50 (__list)->next->prev = (__item); \ 51 (__list)->next = (__item); \ 54 #define DRMLISTADDTAIL(__item, __list) \ argument 56 (__item)->next = (__list); \ 57 (__item)->prev = (__list)->prev; \ 58 (__list)->prev->next = (__item); \ 59 (__list)->prev = (__item); \ [all …]
|
D | util_double_list.h | 92 #define LIST_ADD(__item, __list) list_add(__item, __list) argument 93 #define LIST_ADDTAIL(__item, __list) list_addtail(__item, __list) argument 107 #define LIST_IS_EMPTY(__list) \ argument 108 ((__list)->next == (__list))
|
/external/mesa3d/src/compiler/glsl/ |
D | list.h | 688 #define foreach_in_list(__type, __inst, __list) \ argument 689 for (__type *__inst = exec_node_typed_forward((__list)->head_sentinel.next, __type *); \ 693 #define foreach_in_list_reverse(__type, __inst, __list) \ argument 694 for (__type *__inst = exec_node_typed_backward((__list)->tail_sentinel.prev, __type *); \ 702 #define foreach_in_list_safe(__type, __node, __list) … argument 703 …for (__type *__node = exec_node_typed_forward((__list)->head_sentinel.next, __type *), … 704 …*__next = (__node) ? exec_node_typed_forward((__list)->head_sentinel.next->next, __type *) : NULL;… 708 #define foreach_in_list_reverse_safe(__type, __node, __list) … argument 709 …for (__type *__node = exec_node_typed_backward((__list)->tail_sentinel.prev, __type *), … 710 …*__prev = (__node) ? exec_node_typed_backward((__list)->tail_sentinel.prev->prev, __type *) : NULL… [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_double_list.h | 97 #define LIST_ADD(__item, __list) list_add(__item, __list) argument 98 #define LIST_ADDTAIL(__item, __list) list_addtail(__item, __list) argument 106 #define LIST_IS_EMPTY(__list) \ argument 107 ((__list)->next == (__list))
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_util.h | 120 #define DLLIST_ADDTAIL(__list, __item) \ argument 122 (__item)->next = (__list); \ 123 (__item)->prev = (__list)->prev; \ 124 (__list)->prev->next = (__item); \ 125 (__list)->prev = (__item); \ 128 #define DLLIST_ADDHEAD(__list, __item) \ argument 130 (__item)->prev = (__list); \ 131 (__item)->next = (__list)->next; \ 132 (__list)->next->prev = (__item); \ 133 (__list)->next = (__item); \ [all …]
|
/external/mesa3d/src/mesa/main/ |
D | format_parser.py | 156 self.__list = swizzle + [Swizzle.SWIZZLE_NONE] * (4 - len(swizzle)) 157 assert len(self.__list) == 4 165 return self.__list.__iter__() 169 return ''.join(Swizzle.__identity_str[i] for i in self.__list) 182 return self.__list.__getitem__(idx) 194 return self.__list.__getitem__(idx) 227 if self.__list[j] == i and rev[i] == Swizzle.SWIZZLE_NONE:
|
/external/mesa3d/src/freedreno/ir3/ |
D | ir3.h | 1217 #define foreach_instr(__instr, __list) \ argument 1218 list_for_each_entry(struct ir3_instruction, __instr, __list, node) 1219 #define foreach_instr_rev(__instr, __list) \ argument 1220 list_for_each_entry_rev(struct ir3_instruction, __instr, __list, node) 1221 #define foreach_instr_safe(__instr, __list) \ argument 1222 list_for_each_entry_safe(struct ir3_instruction, __instr, __list, node) 1225 #define foreach_block(__block, __list) \ argument 1226 list_for_each_entry(struct ir3_block, __block, __list, node) 1227 #define foreach_block_safe(__block, __list) \ argument 1228 list_for_each_entry_safe(struct ir3_block, __block, __list, node) [all …]
|
D | ir3_postsched.c | 77 #define foreach_sched_node(__n, __list) \ argument 78 list_for_each_entry(struct ir3_postsched_node, __n, __list, dag.link)
|
D | ir3_sched.c | 145 #define foreach_sched_node(__n, __list) \ argument 146 list_for_each_entry(struct ir3_sched_node, __n, __list, dag.link)
|
/external/clang/www/ |
D | libstdc++4.4-clang0x.patch | 16 - swap(forward_list&& __list) 17 + swap(forward_list& __list) 18 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }
|
/external/llvm-project/clang/www/ |
D | libstdc++4.4-clang0x.patch | 16 - swap(forward_list&& __list) 17 + swap(forward_list& __list) 18 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }
|
/external/clang/test/Analysis/ |
D | malloc.mm | 190 void OSAtomicEnqueue( OSQueueHead *__list, void *__new, size_t __offset) __attribute__((weak_import…
|
/external/llvm-project/clang/test/Analysis/ |
D | malloc.mm | 211 extern "C" void OSAtomicEnqueue( OSQueueHead *__list, void *__new, size_t __offset) __attribute__((…
|
/external/llvm-project/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx.h | 1077 set(initializer_list<Key> __list) {} 1102 unordered_set(initializer_list<Key> __list) {}
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 660 pub __list: __pthread_list_t, field
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18166-libtirpc.so.abi | 506 …<var-decl name='__list' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-li…
|
/external/libabigail/tests/data/test-annotate/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 1126 <!-- __pthread_list_t pthread_mutex_t::__pthread_mutex_s::__list --> 1127 …<var-decl name='__list' type-id='type-id-44' visibility='default' filepath='/usr/include/bits/pthr…
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 1014 <!-- __pthread_list_t pthread_mutex_t::__pthread_mutex_s::__list --> 1015 …<var-decl name='__list' type-id='type-id-46' visibility='default' filepath='/usr/include/bits/pthr…
|
D | test17-pr19027.so.abi | 597 <!-- __pthread_list_t pthread_mutex_t::__pthread_mutex_s::__list --> 598 …<var-decl name='__list' type-id='type-id-25' visibility='default' filepath='/usr/include/bits/pthr…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test18-pr19037-libvtkRenderingLIC-6.1.so.abi | 629 …<var-decl name='__list' type-id='type-id-44' visibility='default' filepath='/usr/include/bits/pthr…
|
D | test16-pr18904.so.abi | 12038 …<var-decl name='__list' type-id='type-id-2078' visibility='default' filepath='/usr/include/bits/pt… 18524 …<var-decl name='__list' type-id='type-id-2078' visibility='default' filepath='/usr/include/bits/pt…
|
D | test20-pr19025-libvtkParallelCore-6.1.so.abi | 566 …<var-decl name='__list' type-id='type-id-46' visibility='default' filepath='/usr/include/bits/pthr…
|
D | test17-pr19027.so.abi | 317 …<var-decl name='__list' type-id='type-id-25' visibility='default' filepath='/usr/include/bits/pthr…
|
D | test12-pr18844.so.abi | 1871 …<var-decl name='__list' type-id='type-id-78' visibility='default' filepath='/usr/include/x86_64-li…
|
/external/libabigail/tests/data/test-diff-dwarf-abixml/ |
D | test0-pr19026-libvtkIOSQL-6.1.so.1.abi | 709 …<var-decl name='__list' type-id='type-id-66' visibility='default' filepath='/usr/include/bits/pthr…
|