Searched refs:head2 (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/ |
D | list.h | 283 #define list_pair_for_each_entry(type, pos1, pos2, head1, head2, member) \ argument 285 *pos2 = list_entry((head2)->next, type, member); \ 286 &pos1->member != (head1) && &pos2->member != (head2); \
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 1500 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 1519 s->func(s->context, (void*)head2, sizeof(head2)); in stbi_write_jpg_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 1500 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 1519 s->func(s->context, (void*)head2, sizeof(head2)); in stbi_write_jpg_core()
|