Searched refs:codebits (Results 1 – 2 of 2) sorted by relevance
812 static int stbiw__zlib_bitrev(int code, int codebits) in stbiw__zlib_bitrev() argument815 while (codebits--) { in stbiw__zlib_bitrev()843 #define stbiw__zlib_add(code,codebits) \ argument844 (bitbuf |= (code) << bitcount, bitcount += (codebits), stbiw__zlib_flush())