Home
last modified time | relevance | path

Searched defs:head2 (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/llvm-libc/include/llvm-libc-macros/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/riscv32-unknown-unknown-elf/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
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/sys/
H A 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
/aosp_15_r20/external/llvm-libc/test/include/sys/
H A Dqueue_test.cpp52 Head head2 = SLIST_HEAD_INITIALIZER(head); in TEST() local
127 Head head2 = STAILQ_HEAD_INITIALIZER(head); in TEST() local
/aosp_15_r20/external/zopfli/src/zopfli/
H A Dhash.h38 int* head2; /* Hash value to index of its most recent occurrence. */ member
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dqueue.h274 #define STAILQ_CONCAT(head1, head2) do { \ argument
445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dqueue.h274 #define STAILQ_CONCAT(head1, head2) do { \ argument
445 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dlist.h247 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dlist.h263 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/aosp_15_r20/external/mesa3d/src/util/
H A Dlist.h283 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument
/aosp_15_r20/external/freetype/src/base/
H A Dftrfork.c57 unsigned char head[16], head2[16]; in FT_Raccess_Get_HeaderInfo() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsTSect.cpp2014 const SkTSpan* head2 = sect2->fHead; in BinarySearch() local
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h1500 static const unsigned char head2[] = { 0xFF,0xDA,0,0xC,3,1,0,2,0x11,3,0x11,0,0x3F,0 }; in stbi_write_jpg_core() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h1500 static const unsigned char head2[] = { 0xFF,0xDA,0,0xC,3,1,0,2,0x11,3,0x11,0,0x3F,0 }; in stbi_write_jpg_core() local
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image_write.h1290 static const unsigned char head2[] = { 0xFF,0xDA,0,0xC,3,1,0,2,0x11,3,0x11,0,0x3F,0 }; in stbi_write_jpg_core() local
/aosp_15_r20/system/libvintf/test/
H A DLibVintfTest.cpp6684 …std::string head2{"<compatibility-matrix " + kMetaVersionStr + " type=\"framework\" level=\"2\">\n… in TEST_F() local