Lines Matching refs:STBIW_ASSERT
25 You can #define STBIW_ASSERT(x) before the #include to avoid using assert.h.
243 #ifndef STBIW_ASSERT
245 #define STBIW_ASSERT(x) assert(x)
372 STBIW_ASSERT(0);
659 STBIW_ASSERT(length+128 <= 255);
667 STBIW_ASSERT(length <= 128); // inconsistent with spec but consistent with official code
830 STBIW_ASSERT(p);
959 STBIW_ASSERT(d <= 32767 && best <= 258);
1209 STBIW_ASSERT(o == out + *out_len);
1665 added STBIW_MALLOC, STBIW_ASSERT etc