Searched refs:head1 (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 284 for (type *pos1 = list_entry((head1)->next, type, member), \ 286 &pos1->member != (head1) && &pos2->member != (head2); \
|
/hardware/google/gfxstream/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 1507 s->func(s->context, (void*)head1, sizeof(head1)); in stbi_write_jpg_core()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
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 1507 s->func(s->context, (void*)head1, sizeof(head1)); in stbi_write_jpg_core()
|