Home
last modified time | relevance | path

Searched refs:stb__in4 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp3104 #define stb__in4(x) ((i[x] << 24) + stb__in3((x)+1)) macro
3157 if (stb__in4(0) != 0x57bC0000) return 0; in stb_decompress()
3158 if (stb__in4(4) != 0) return 0; // error! stream is > 4GB in stb_decompress()
3173 if (stb_adler32(1, output, olen) != (unsigned int) stb__in4(2)) in stb_decompress()