Home
last modified time | relevance | path

Searched defs:head1 (Results 1 – 10 of 10) sorted by relevance

/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-macros/
Dsys-queue-macros.h71 #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/
Dsys-queue-macros.h71 #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/
Dsys-queue-macros.h71 #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/
Dpycore_llist.h91 llist_concat(struct llist_node *head1, struct llist_node *head2) in llist_concat()
/external/openthread/third_party/tcplp/bsdtcp/sys/
Dqueue.h255 #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/
Dlist.h247 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/external/mesa3d/src/util/
Dlist.h283 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/external/virglrenderer/src/mesa/util/
Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/external/skia/src/pathops/
DSkPathOpsTSect.cpp2004 const SkTSpan* head1 = result1; in BinarySearch() local
/external/armnn/third-party/stb/
Dstb_image_write.h1291 …const unsigned char head1[] = { 0xFF,0xC0,0,0x11,8,(unsigned char)(height>>8),STBIW_UCHAR(height),… in stbi_write_jpg_core() local