Home
last modified time | relevance | path

Searched refs:STBIW_ASSERT (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.h242 #ifndef STBIW_ASSERT
244 #define STBIW_ASSERT(x) assert(x) macro
369 STBIW_ASSERT(0); in stbiw__writefv()
621 STBIW_ASSERT(length+128 <= 255); in stbiw__write_run_data()
629 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code in stbiw__write_dump_data()
793 STBIW_ASSERT(p); in stbiw__sbgrowf()
922 STBIW_ASSERT(d <= 32767 && best <= 258); in stbi_zlib_compress()
1155 STBIW_ASSERT(o == out + *out_len); in stbi_write_png_to_mem()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_write.h242 #ifndef STBIW_ASSERT
244 #define STBIW_ASSERT(x) assert(x) macro
369 STBIW_ASSERT(0); in stbiw__writefv()
621 STBIW_ASSERT(length+128 <= 255); in stbiw__write_run_data()
629 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code in stbiw__write_dump_data()
793 STBIW_ASSERT(p); in stbiw__sbgrowf()
922 STBIW_ASSERT(d <= 32767 && best <= 258); in stbi_zlib_compress()
1155 STBIW_ASSERT(o == out + *out_len); in stbi_write_png_to_mem()