/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-macros/ |
D | sys-queue-macros.h | 71 #define SLIST_CONCAT(head1, head2, type, field) \ argument 124 #define SLIST_SWAP(head1, head2, type) \ argument 187 #define STAILQ_CONCAT(head1, head2, type, field) \ argument 248 #define STAILQ_SWAP(head1, head2, type) \ argument
|
/external/llvm-libc/include/llvm-libc-macros/ |
D | sys-queue-macros.h | 71 #define SLIST_CONCAT(head1, head2, type, field) \ argument 124 #define SLIST_SWAP(head1, head2, type) \ argument 187 #define STAILQ_CONCAT(head1, head2, type, field) \ argument 248 #define STAILQ_SWAP(head1, head2, type) \ argument
|
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-macros/ |
D | sys-queue-macros.h | 71 #define SLIST_CONCAT(head1, head2, type, field) \ argument 124 #define SLIST_SWAP(head1, head2, type) \ argument 187 #define STAILQ_CONCAT(head1, head2, type, field) \ argument 248 #define STAILQ_SWAP(head1, head2, type) \ argument
|
/external/python/cpython3/Include/internal/ |
D | pycore_llist.h | 91 llist_concat(struct llist_node *head1, struct llist_node *head2) in llist_concat()
|
/external/openthread/third_party/tcplp/bsdtcp/sys/ |
D | queue.h | 255 #define SLIST_SWAP(head1, head2, type) do { \ argument 292 #define STAILQ_CONCAT(head1, head2) do { \ argument 380 #define STAILQ_SWAP(head1, head2, type) do { \ argument 524 #define LIST_SWAP(head1, head2, type, field) do { \ argument 602 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 737 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
/external/intel-media-driver/media_softlet/linux/common/os/ |
D | list.h | 247 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
|
/external/mesa3d/src/util/ |
D | list.h | 283 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
|
/external/virglrenderer/src/mesa/util/ |
D | list.h | 263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
|
/external/skia/src/pathops/ |
D | SkPathOpsTSect.cpp | 2004 const SkTSpan* head1 = result1; in BinarySearch() local
|
/external/armnn/third-party/stb/ |
D | stb_image_write.h | 1291 …const unsigned char head1[] = { 0xFF,0xC0,0,0x11,8,(unsigned char)(height>>8),STBIW_UCHAR(height),… in stbi_write_jpg_core() local
|