Searched refs:Assert (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/arm/boot/compressed/ |
D | decompress.c | 20 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 27 # define Assert(cond,msg) macro
|
/linux-2.6.39/lib/zlib_deflate/ |
D | deftree.c | 186 Assert(length > 0 && length <= 15, "invalid length"); in send_bits() 246 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 261 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 269 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init() 515 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, in gen_codes() 700 Assert(count >= 3 && count <= 6, " 3_6?"); in send_tree() 769 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); in send_all_trees() 770 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, in send_all_trees() 900 Assert(buf != (char*)0, "lost buf"); 952 Assert (s->compressed_len == s->bits_sent, "bad compressed size"); [all …]
|
D | deflate.c | 533 Assert(strm->avail_out > 0, "bug2"); in zlib_deflate() 732 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); in longest_match() 743 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); in longest_match() 746 Assert(cur_match < s->strstart, "no future"); in longest_match() 768 Assert(scan[2] == match[2], "scan[2]?"); in longest_match() 779 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 799 Assert(*scan == *match, "match[2]?"); in longest_match() 811 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); in longest_match() 946 Assert(more >= 2, "more < 2"); in fill_window() 1016 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored() [all …]
|
D | defutil.h | 4 #define Assert(err, str) macro
|
/linux-2.6.39/arch/alpha/boot/ |
D | misc.c | 64 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 71 # define Assert(cond,msg) macro
|
/linux-2.6.39/arch/h8300/boot/compressed/ |
D | misc.c | 52 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 59 # define Assert(cond,msg) macro
|
/linux-2.6.39/arch/cris/boot/compressed/ |
D | misc.c | 77 # define Assert(cond, msg) do { \ macro 99 # define Assert(cond, msg) macro
|
/linux-2.6.39/arch/mn10300/boot/compressed/ |
D | misc.c | 106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro 113 # define Assert(cond, msg) macro
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 186 * We've just been selected. Assert BSY and 455 * Assert BSY and setup the phase for
|
/linux-2.6.39/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 1144 * Assert that if we've been reselected, then we've seen an IDENTIFY
|