Lines Matching refs:Assert

105 #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}
112 # define Assert(cond,msg)
837 Assert(strm->avail_out > 0, "bug2");
972 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
978 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
981 Assert(cur_match < s->strstart, "no future");
1003 Assert(scan[2] == match[2], "scan[2]?");
1014 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1034 Assert(*scan == *match, "match[2]?");
1046 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1179 Assert(more >= 2, "more < 2");
1428 Assert (flush != Z_NO_FLUSH, "no flush?");
1628 Assert(length > 0 && length <= 15, "invalid length");
1688 Assert (length == 256, "ct_static_init: length != 256");
1703 Assert (dist == 256, "ct_static_init: dist != 256");
1711 Assert (dist == 256, "ct_static_init: 256+dist != 512");
1954 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
2136 Assert(count >= 3 && count <= 6, " 3_6?");
2201 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
2202 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
2386 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
2417 Assert((ush)dist < (ush)MAX_DIST(s) &&
2479 Assert (code < D_CODES, "bad d_code");
2490 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
3496 Assert(k < 16, "inflate_codes grabbed too many bytes")
3982 Assert(s == sizeof(inflate_huft) && n <= fixed_left,
3995 Assert(0, "inflate_trees ffree called!");