Searched refs:Assert (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libz/
H A Dtrees.c198 Assert(length > 0 && length <= 15, "invalid length");
267 Assert (length == 256, "tr_static_init: length != 256");
282 Assert (dist == 256, "tr_static_init: dist != 256");
290 Assert (dist == 256, "tr_static_init: 256+dist != 512");
335 Assert (header != NULL, "Can't open trees.h");
596 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
779 Assert(count >= 3 && count <= 6, " 3_6?");
844 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
845 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
965 Assert(bu
[all...]
H A Ddeflate.c827 Assert(strm->avail_out > 0, "bug2");
1061 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1072 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
1075 Assert(cur_match < s->strstart, "no future");
1102 Assert(scan[2] == match[2], "scan[2]?");
1113 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1133 Assert(*scan == *match, "match[2]?");
1145 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
1187 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1189 Assert((ul
[all...]
H A Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
252 # define Assert(cond,msg) macro
H A Dzutil.c259 Assert(0, "zcfree: ptr not found");
/ast/src/cmd/INIT/
H A Dratz.c785 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
792 # define Assert(cond,msg) macro
929 Assert(0, "zcfree: ptr not found");

Completed in 33 milliseconds