Lines Matching defs:Assert

241 #  define Assert(cond,msg) {if(!(cond)) z_error(msg);}
248 # define Assert(cond,msg)
1103 Assert(strm->avail_out > 0, "bug2");
1314 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1325 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1328 Assert(cur_match < s->strstart, "no future");
1350 Assert(scan[2] == match[2], "scan[2]?");
1361 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1381 Assert(*scan == *match, "match[2]?");
1393 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1526 Assert(more >= 2, "more < 2");
1596 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1604 Assert(s->block_start >= 0L, "block gone");
1834 Assert (flush != Z_NO_FLUSH, "no flush?");
2035 Assert(length > 0 && length <= 15, "invalid length");
2097 Assert (length == 256, "tr_static_init: length != 256");
2112 Assert (dist == 256, "tr_static_init: dist != 256");
2120 Assert (dist == 256, "tr_static_init: 256+dist != 512");
2361 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
2543 Assert(count >= 3 && count <= 6, " 3_6?");
2608 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
2609 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
2735 Assert(buf != (char*)0, "lost buf");
2787 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
2818 Assert((ush)dist < (ush)MAX_DIST(s) &&
2880 Assert (code < D_CODES, "bad d_code");
2891 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
3989 Assert(k < 16, "inflate_codes grabbed too many bytes")
4501 Assert(s == sizeof(inflate_huft) && n <= *(intf *)q,
4546 Assert(f == 0, "invalid build of fixed tables");
5285 Assert(0, "zcfree: ptr not found");