Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h346 typedef unsigned int stbiw_uint32; typedef
347 typedef int stb_image_write_test[sizeof(stbiw_uint32)==4 ? 1 : -1];
363 case '4': { stbiw_uint32 x = va_arg(v,int); in stbiw__writefv()
453 stbiw_uint32 zero = 0; in stbiw__write_pixels()
869 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash()
/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h346 typedef unsigned int stbiw_uint32; typedef
347 typedef int stb_image_write_test[sizeof(stbiw_uint32)==4 ? 1 : -1];
363 case '4': { stbiw_uint32 x = va_arg(v,int); in stbiw__writefv()
453 stbiw_uint32 zero = 0; in stbiw__write_pixels()
869 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash()