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