Searched defs:head1 (Results 1 – 5 of 5) sorted by relevance
| /third_party/FreeBSD/sys/sys/ |
| D | queue.h | 215 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 302 #define SLIST_SWAP(head1, head2, type) do { \ argument 341 #define STAILQ_CONCAT(head1, head2) do { \ argument 429 #define STAILQ_SWAP(head1, head2, type) do { \ argument 519 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 609 #define LIST_SWAP(head1, head2, type, field) do { \ argument 711 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 860 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|
| /third_party/libcoap/include/coap3/ |
| D | coap_utlist_internal.h | 323 #define LL_CONCAT(head1,head2) \ argument 326 #define LL_CONCAT2(head1,head2,next) \ argument 513 #define LL_CONCAT2(head1,head2,next) \ argument 685 #define DL_CONCAT(head1,head2) \ argument 688 #define DL_CONCAT2(head1,head2,prev,next) \ argument
|
| /third_party/mesa3d/src/util/ |
| D | list.h | 283 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsTSect.cpp | 1989 const SkTSpan* head1 = result1; in BinarySearch() local
|
| /third_party/astc-encoder/Source/ |
| D | stb_image_write.h | 1501 …const unsigned char head1[] = { 0xFF,0xC0,0,0x11,8,(unsigned char)(height>>8),STBIW_UCHAR(height),… in stbi_write_jpg_core() local
|