Searched refs:stbiw__sbn (Results 1 – 2 of 2) sorted by relevance
779 #define stbiw__sbn(a) stbiw__sbraw(a)[1] macro781 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a))785 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v))786 #define stbiw__sbcount(a) ((a) ? stbiw__sbn(a) : 0)898 if (hash_table[h] && stbiw__sbn(hash_table[h]) == 2*quality) { in stbi_zlib_compress()900 stbiw__sbn(hash_table[h]) = quality; in stbi_zlib_compress()963 *out_len = stbiw__sbn(out); in stbi_zlib_compress()