Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dtrees.c192 Assert(length > 0 && length <= 15, "invalid length");
263 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init()
278 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init()
286 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init()
331 Assert (header != NULL, "Can't open trees.h"); in gen_trees_header()
592 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
775 Assert(count >= 3 && count <= 6, " 3_6?");
955 Assert(buf != (char*)0, "lost buf");
1028 Assert((ush)dist < (ush)MAX_DIST(s) &&
1092 Assert (code < D_CODES, "bad d_code");
[all …]
H A Ddeflate.c1273 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1287 Assert(cur_match < s->strstart, "no future");
1314 Assert(scan[2] == match[2], "scan[2]?");
1345 Assert(*scan == *match, "match[2]?");
1400 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1404 Assert(cur_match < s->strstart, "no future");
1419 Assert(*scan == *match, "match[2]?");
1492 Assert(s->lookahead < MIN_LOOKAHEAD, "already enough lookahead");
1535 Assert(more >= 2, "more < 2");
1600 Assert((ulg)s->strstart <= s->window_size - MIN_LOOKAHEAD,
[all …]
H A Dzutil.h244 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro
251 # define Assert(cond,msg) macro
H A Dzutil.c264 Assert(0, "zcfree: ptr not found"); in zcfree()
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt32 1. Assert OUR_CLAIM.
/f-stack/freebsd/contrib/device-tree/Bindings/bus/
H A Dnvidia,tegra20-gmi.txt45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data.
/f-stack/freebsd/contrib/edk2/
H A DMdePkg.dec2165 # BIT0 - Enable Debug Assert.<BR>