Searched refs:stb__in3 (Results 1 – 1 of 1) sorted by relevance
3103 #define stb__in3(x) ((i[x] << 16) + stb__in2((x)+1)) macro3104 #define stb__in4(x) ((i[x] << 24) + stb__in3((x)+1))3113 if (*i >= 0x18) stb__match(stb__dout-(stb__in3(0) - 0x180000 + 1), i[3]+1), i += 4; in stb_decompress_token()3114 … else if (*i >= 0x10) stb__match(stb__dout-(stb__in3(0) - 0x100000 + 1), stb__in2(3)+1), i += 5; in stb_decompress_token()3117 else if (*i == 0x06) stb__match(stb__dout-(stb__in3(1)+1), i[4]+1), i += 5; in stb_decompress_token()3118 else if (*i == 0x04) stb__match(stb__dout-(stb__in3(1)+1), stb__in2(4)+1), i += 6; in stb_decompress_token()