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

/linux-master/arch/arm/boot/compressed/
H A Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
23 # define Assert(cond,msg) macro
/linux-master/tools/testing/selftests/mm/
H A Dhugetlb_reparenting_test.sh206 echo Assert memory charged correctly for parent use.
211 echo Assert memory charged correctly for child use.
216 echo Assert memory reparent correctly.
221 echo Assert memory uncharged correctly.
236 echo Assert memory charged correctly for child only use.
240 echo Assert memory reparent correctly.
245 echo Assert memory uncharged correctly.
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
62 # define Assert(cond, msg) macro
/linux-master/arch/alpha/boot/
H A Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
72 # define Assert(cond,msg) macro
/linux-master/lib/zlib_deflate/
H A Ddeflate.c451 Assert(strm->avail_out > 0, "bug2");
468 Assert(s->bi_valid == 0, "bi_buf not flushed");
600 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
611 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead");
614 Assert(cur_match < s->strstart, "no future");
636 Assert(scan[2] == match[2], "scan[2]?");
647 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
667 Assert(*scan == *match, "match[2]?");
679 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan");
814 Assert(mor
[all...]
H A Ddeftree.c192 Assert (length == 256, "tr_static_init: length != 256");
207 Assert (dist == 256, "tr_static_init: dist != 256");
215 Assert (dist == 256, "tr_static_init: 256+dist != 512");
461 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1,
646 Assert(count >= 3 && count <= 6, " 3_6?");
715 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes");
716 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES,
846 Assert(buf != (char*)0, "lost buf");
898 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
930 Assert((us
[all...]
H A Ddefutil.h6 #define Assert(err, str) macro
370 Assert(length > 0 && length <= 15, "invalid length");
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c233 Assert(state->pending == 0, "There must be no pending bytes");
234 Assert(state->bi_valid < 8, "There must be less than 8 pending bits");
279 Assert(cc != DFLTCC_CC_OP2_CORRUPT || param->oesc == 0, "BUG");

Completed in 120 milliseconds