Lines Matching refs:Assert
217 Assert (code + bl_count[MAX_BITS] - 1 == (1 << MAX_BITS) - 1,
253 Assert(length > 0 && length <= 15, "invalid length");
323 Assert (length == 256, "tr_static_init: length != 256");
338 Assert (dist == 256, "tr_static_init: dist != 256");
346 Assert (dist == 256, "tr_static_init: 256 + dist != 512");
390 Assert (header != NULL, "Can't open trees.h");
774 Assert(count >= 3 && count <= 6, " 3_6?");
835 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
836 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
929 Assert (code < D_CODES, "bad d_code");
941 Assert(s->pending < 2 * (s->lit_bufsize + sx), "pendingBuf overflow");
943 Assert(s->pending < s->lit_bufsize + sx, "pendingBuf overflow");
1038 Assert(buf != (char*)0, "lost buf");
1073 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
1109 Assert((ush)dist < (ush)MAX_DIST(s) &&