Lines Matching defs:Assert
256 # define Assert(cond,msg) {if(!(cond)) z_error(msg);}
263 # define Assert(cond,msg)
1164 Assert(strm->avail_out > 0, "bug2");
1383 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1394 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1397 Assert(cur_match < s->strstart, "no future");
1419 Assert(scan[2] == match[2], "scan[2]?");
1430 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1450 Assert(*scan == *match, "match[2]?");
1462 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1503 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1505 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1507 Assert(cur_match < s->strstart, "no future");
1522 Assert(*scan == *match, "match[2]?");
1534 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1653 Assert(more >= 2, "more < 2");
1720 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1728 Assert(s->block_start >= 0L, "block gone");
1958 Assert (flush != Z_NO_FLUSH, "no flush?");
2298 Assert(length > 0 && length <= 15, "invalid length");
2365 Assert (length == 256, "tr_static_init: length != 256");
2380 Assert (dist == 256, "tr_static_init: dist != 256");
2388 Assert (dist == 256, "tr_static_init: 256+dist != 512");
2433 Assert (header != NULL, "Can't open trees.h");
2689 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
2868 Assert(count >= 3 && count <= 6, " 3_6?");
2931 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
2932 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
3059 Assert(buf != (char*)0, "lost buf");
3096 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
3130 Assert((ush)dist < (ush)MAX_DIST(s) &&
3194 Assert (code < D_CODES, "bad d_code");
3205 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
5273 Assert(k < 16, "inflate_codes grabbed too many bytes")
5769 Assert(0, "zcfree: ptr not found");