Searched refs:__head (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/ |
D | libdrm_lists.h | 98 #define DRMLISTFOREACHENTRY(__item, __list, __head) \ argument 99 for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head); \ 100 &(__item)->__head != (__list); \ 102 (__item)->__head.next, __head)) 104 #define DRMLISTFOREACHENTRYSAFE(__item, __temp, __list, __head) \ argument 105 for ((__item) = DRMLISTENTRY(typeof(*__item), (__list)->next, __head), \ 107 (__item)->__head.next, __head); \ 108 &(__item)->__head != (__list); \ 111 (__temp)->__head.next, __head))
|
/external/libcxx/include/ |
D | variant | 378 return _VSTD::forward<_Vp>(__v).__head; 628 : __head(in_place, _VSTD::forward<_Args>(__args)...) {} \ 645 __alt<_Index, _Tp> __head; \
|