Searched defs:Assert (Results 1 – 11 of 11) sorted by relevance
/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/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/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/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/init/ |
D | do_mounts.c | 977 #define Assert(cond,msg) macro
|
/linux-2.4.37.9/lib/zlib_deflate/ |
D | defutil.h | 4 #define Assert(err, str) 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
|
/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
|