Assert            827 other-licenses/zlib/deflate.c     Assert(strm->avail_out > 0, "bug2");
Assert           1061 other-licenses/zlib/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Assert           1072 other-licenses/zlib/deflate.c     Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
Assert           1075 other-licenses/zlib/deflate.c         Assert(cur_match < s->strstart, "no future");
Assert           1102 other-licenses/zlib/deflate.c         Assert(scan[2] == match[2], "scan[2]?");
Assert           1113 other-licenses/zlib/deflate.c         Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
Assert           1133 other-licenses/zlib/deflate.c         Assert(*scan == *match, "match[2]?");
Assert           1145 other-licenses/zlib/deflate.c         Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
Assert           1187 other-licenses/zlib/deflate.c     Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Assert           1189 other-licenses/zlib/deflate.c     Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
Assert           1191 other-licenses/zlib/deflate.c     Assert(cur_match < s->strstart, "no future");
Assert           1206 other-licenses/zlib/deflate.c     Assert(*scan == *match, "match[2]?");
Assert           1218 other-licenses/zlib/deflate.c     Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
Assert           1340 other-licenses/zlib/deflate.c         Assert(more >= 2, "more < 2");
Assert           1409 other-licenses/zlib/deflate.c             Assert(s->strstart < s->w_size+MAX_DIST(s) ||
Assert           1417 other-licenses/zlib/deflate.c         Assert(s->block_start >= 0L, "block gone");
Assert           1666 other-licenses/zlib/deflate.c     Assert (flush != Z_NO_FLUSH, "no flush?");
Assert            198 other-licenses/zlib/trees.c     Assert(length > 0 && length <= 15, "invalid length");
Assert            267 other-licenses/zlib/trees.c     Assert (length == 256, "tr_static_init: length != 256");
Assert            282 other-licenses/zlib/trees.c     Assert (dist == 256, "tr_static_init: dist != 256");
Assert            290 other-licenses/zlib/trees.c     Assert (dist == 256, "tr_static_init: 256+dist != 512");
Assert            335 other-licenses/zlib/trees.c     Assert (header != NULL, "Can't open trees.h");
Assert            596 other-licenses/zlib/trees.c     Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
Assert            779 other-licenses/zlib/trees.c             Assert(count >= 3 && count <= 6, " 3_6?");
Assert            844 other-licenses/zlib/trees.c     Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
Assert            845 other-licenses/zlib/trees.c     Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
Assert            965 other-licenses/zlib/trees.c         Assert(buf != (char*)0, "lost buf");
Assert           1002 other-licenses/zlib/trees.c     Assert (s->compressed_len == s->bits_sent, "bad compressed size");
Assert           1036 other-licenses/zlib/trees.c         Assert((ush)dist < (ush)MAX_DIST(s) &&
Assert           1100 other-licenses/zlib/trees.c             Assert (code < D_CODES, "bad d_code");
Assert           1111 other-licenses/zlib/trees.c         Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
Assert            259 other-licenses/zlib/zutil.c     Assert(0, "zcfree: ptr not found");