Searched refs:STBIW_ASSERT (Results 1 – 2 of 2) sorted by relevance
243 #ifndef STBIW_ASSERT245 #define STBIW_ASSERT(x) assert(x) macro372 STBIW_ASSERT(0); in stbiw__writefv()659 STBIW_ASSERT(length+128 <= 255); in stbiw__write_run_data()667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code in stbiw__write_dump_data()830 STBIW_ASSERT(p); in stbiw__sbgrowf()959 STBIW_ASSERT(d <= 32767 && best <= 258); in stbi_zlib_compress()1209 STBIW_ASSERT(o == out + *out_len); in stbi_write_png_to_mem()