Searched refs:stbiw__sbpush (Results 1 - 2 of 2) sorted by relevance
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size() 822 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro 842 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); 913 stbiw__sbpush(out, 0x78); // DEFLATE 32K window 914 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 939 stbiw__sbpush(hash_table[h],data+i); 990 stbiw__sbpush(out, data_len - j == blocklen); // BFINAL = ?, BTYPE = 0 -- no compression 991 stbiw__sbpush(out, STBIW_UCHAR(blocklen)); // LEN 992 stbiw__sbpush(out, STBIW_UCHAR(blocklen >> 8)); 993 stbiw__sbpush(ou [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size() 822 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) macro 842 stbiw__sbpush(data, STBIW_UCHAR(*bitbuffer)); 913 stbiw__sbpush(out, 0x78); // DEFLATE 32K window 914 stbiw__sbpush(out, 0x5e); // FLEVEL = 1 939 stbiw__sbpush(hash_table[h],data+i); 990 stbiw__sbpush(out, data_len - j == blocklen); // BFINAL = ?, BTYPE = 0 -- no compression 991 stbiw__sbpush(out, STBIW_UCHAR(blocklen)); // LEN 992 stbiw__sbpush(out, STBIW_UCHAR(blocklen >> 8)); 993 stbiw__sbpush(ou [all...] |
Completed in 3 milliseconds