Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_write.h343 typedef unsigned int stbiw_uint32; typedef
344 typedef int stb_image_write_test[sizeof(stbiw_uint32)==4 ? 1 : -1];
360 case '4': { stbiw_uint32 x = va_arg(v,int); in stbiw__writefv()
430 stbiw_uint32 zero = 0; in stbiw__write_pixels()
832 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h343 typedef unsigned int stbiw_uint32; typedef
344 typedef int stb_image_write_test[sizeof(stbiw_uint32)==4 ? 1 : -1];
360 case '4': { stbiw_uint32 x = va_arg(v,int); in stbiw__writefv()
430 stbiw_uint32 zero = 0; in stbiw__write_pixels()
832 stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16); in stbiw__zhash()