Home
last modified time | relevance | path

Searched defs:__list (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/i915/include/
H A Dlibdrm_lists.h50 #define DRMLISTADD(__item, __list) \ argument
58 #define DRMLISTADDTAIL(__item, __list) \ argument
85 #define DRMLISTSINGLE(__list) \ argument
88 #define DRMLISTFOREACH(__item, __list) \ argument
92 #define DRMLISTFOREACHSAFE(__item, __temp, __list) \ argument
97 #define DRMLISTFOREACHSAFEREVERSE(__item, __temp, __list) \ argument
102 #define DRMLISTFOREACHENTRY(__item, __list, __head) \ argument
108 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \ argument
117 #define DRMLISTJOIN(__list, __join) if (!DRMLISTEMPTY(__list)) { \ argument
/aosp_15_r20/external/libdrm/
H A Dlibdrm_lists.h46 #define DRMLISTADD(__item, __list) \ argument
54 #define DRMLISTADDTAIL(__item, __list) \ argument
81 #define DRMLISTSINGLE(__list) \ argument
84 #define DRMLISTFOREACH(__item, __list) \ argument
88 #define DRMLISTFOREACHSAFE(__item, __temp, __list) \ argument
93 #define DRMLISTFOREACHSAFEREVERSE(__item, __temp, __list) \ argument
98 #define DRMLISTFOREACHENTRY(__item, __list, __head) \ argument
104 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \ argument
113 #define DRMLISTJOIN(__list, __join) if (!DRMLISTEMPTY(__list)) { \ argument
H A Dutil_double_list.h92 #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
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h686 #define foreach_in_list(__type, __inst, __list) \ argument
691 #define foreach_in_list_reverse(__type, __inst, __list) \ argument
700 #define foreach_in_list_safe(__type, __node, __list) … argument
706 #define foreach_in_list_reverse_safe(__type, __node, __list) … argument
712 #define foreach_in_list_use_after(__type, __inst, __list) \ argument
740 #define foreach_list_typed(__type, __node, __field, __list) \ argument
746 #define foreach_list_typed_from(__type, __node, __field, __list, __start) \ argument
751 #define foreach_list_typed_reverse(__type, __node, __field, __list) \ argument
757 #define foreach_list_typed_safe(__type, __node, __field, __list) \ argument
766 #define foreach_list_typed_reverse_safe(__type, __node, __field, __list) \ argument
/aosp_15_r20/external/pytorch/cmake/Modules/
H A DFindBLAS.cmake40 set(__list) variable
43 set(__list "${__list} - ${_elem}") variable
45 set(__list "${_elem}") variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
Dforward_list.tcc156 operator=(const forward_list& __list) in operator =()
365 merge(forward_list&& __list, _Comp __comp) in merge()
414 _Node* __list = static_cast<_Node*>(this->_M_impl._M_head._M_next); in sort() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/
Dforward_list.tcc156 operator=(const forward_list& __list) in operator =()
365 merge(forward_list&& __list, _Comp __comp) in merge()
414 _Node* __list = static_cast<_Node*>(this->_M_impl._M_head._M_next); in sort() local
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3.h1956 #define foreach_instr(__instr, __list) \ argument
1958 #define foreach_instr_from(__instr, __start, __list) \ argument
1961 #define foreach_instr_rev(__instr, __list) \ argument
1963 #define foreach_instr_safe(__instr, __list) \ argument
1965 #define foreach_instr_from_safe(__instr, __start, __list) \ argument
1990 #define foreach_block(__block, __list) \ argument
1992 #define foreach_block_safe(__block, __list) \ argument
1994 #define foreach_block_rev(__block, __list) \ argument
1998 #define foreach_array(__array, __list) \ argument
2000 #define foreach_array_safe(__array, __list) \ argument
H A Dir3_postsched.c73 #define foreach_sched_node(__n, __list) \ argument
H A Dir3_sched.c154 #define foreach_sched_node(__n, __list) \ argument
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h116 #define DLLIST_ADDTAIL(__list, __item) \ argument
124 #define DLLIST_ADDHEAD(__list, __item) \ argument
141 #define DLLIST_EMPTY(__list) ((__list)->next == (__list)) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dpthreadtypes.h105 __pthread_list_t __list; member
112 __pthread_slist_t __list; member
Dunistd.h265 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dpthreadtypes.h105 __pthread_list_t __list; member
112 __pthread_slist_t __list; member
Dunistd.h265 __NTH (getgroups (int __size, __gid_t __list[])) in __NTH()
/aosp_15_r20/external/virglrenderer/src/gallium/auxiliary/util/
H A Du_double_list.h33 #define LIST_IS_EMPTY(__list) list_is_empty(__list) argument
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/linux/
H A Dbindings.rs987 pub __list: __pthread_list_t, field