Searched refs:Assert (Results 1 – 10 of 10) sorted by relevance
/arch/alpha/boot/ |
D | misc.c | 63 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 70 # define Assert(cond,msg) macro
|
/arch/m32r/boot/compressed/ |
D | misc.c | 55 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 62 # define Assert(cond,msg) macro
|
/arch/h8300/boot/compressed/ |
D | misc.c | 52 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 59 # define Assert(cond,msg) macro
|
/arch/sh/boot/compressed/ |
D | misc_64.c | 57 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 64 # define Assert(cond,msg) macro
|
D | misc_32.c | 59 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 66 # define Assert(cond,msg) macro
|
/arch/cris/arch-v10/boot/compressed/ |
D | misc.c | 67 # define Assert(cond, msg) do { \ macro 89 # define Assert(cond, msg) macro
|
/arch/arm/boot/compressed/ |
D | misc.c | 204 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 211 # define Assert(cond,msg) macro
|
/arch/cris/arch-v32/boot/compressed/ |
D | misc.c | 75 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 82 # define Assert(cond,msg) macro
|
/arch/x86/boot/compressed/ |
D | misc.c | 167 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) macro 174 # define Assert(cond, msg) macro
|
/arch/mn10300/boot/compressed/ |
D | misc.c | 106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro 113 # define Assert(cond, msg) macro
|