/linux-2.4.37.9/lib/zlib_deflate/ |
D | deftree.c | 185 Assert(length > 0 && length <= 15, "invalid length"); 249 Assert (length == 256, "tr_static_init: length != 256"); in tr_static_init() 264 Assert (dist == 256, "tr_static_init: dist != 256"); in tr_static_init() 272 Assert (dist == 256, "tr_static_init: 256+dist != 512"); in tr_static_init() 513 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, 695 Assert(count >= 3 && count <= 6, " 3_6?"); 760 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); 761 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, 887 Assert(buf != (char*)0, "lost buf"); 939 Assert (s->compressed_len == s->bits_sent, "bad compressed size"); [all …]
|
D | deflate.c | 527 Assert(strm->avail_out > 0, "bug2"); 719 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); 730 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); 733 Assert(cur_match < s->strstart, "no future"); 755 Assert(scan[2] == match[2], "scan[2]?"); 766 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 786 Assert(*scan == *match, "match[2]?"); 798 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); 930 Assert(more >= 2, "more < 2"); 999 Assert(s->strstart < s->w_size+MAX_DIST(s) || [all …]
|
D | defutil.h | 4 #define Assert(err, str) macro
|
/linux-2.4.37.9/arch/alpha/boot/ |
D | misc.c | 63 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 70 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | misc.c | 58 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 65 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/cris/boot/compressed/ |
D | misc.c | 70 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 77 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | misc.c | 58 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 65 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/arm/boot/compressed/ |
D | misc.c | 145 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 152 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | misc.c | 53 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 60 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/i386/boot/compressed/ |
D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 72 # define Assert(cond,msg) macro
|
/linux-2.4.37.9/arch/ppc64/boot/ |
D | zlib.c | 115 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 122 # define Assert(cond,msg) macro 1051 Assert(k < 16, "inflate_codes grabbed too many bytes") 1538 Assert(s == sizeof(inflate_huft) && n <= fixed_left, 1551 Assert(0, "inflate_trees ffree called!");
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | zlib.c | 92 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro 99 # define Assert(cond,msg) macro 1035 Assert(k < 16, "inflate_codes grabbed too many bytes") 1522 Assert(s == sizeof(inflate_huft) && n <= fixed_left, 1535 Assert(0, "inflate_trees ffree called!");
|
/linux-2.4.37.9/init/ |
D | do_mounts.c | 977 #define Assert(cond,msg) macro
|
/linux-2.4.37.9/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.4.37.9/drivers/scsi/aic7xxx_old/ |
D | aic7xxx.seq | 1144 * Assert that if we've been reselected, then we've seen an IDENTIFY
|