Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 10 of 10) sorted by relevance

/arch/alpha/boot/
Dmisc.c63 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
70 # define Assert(cond,msg) macro
/arch/m32r/boot/compressed/
Dmisc.c55 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
62 # define Assert(cond,msg) macro
/arch/h8300/boot/compressed/
Dmisc.c52 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
59 # define Assert(cond,msg) macro
/arch/sh/boot/compressed/
Dmisc_64.c57 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
64 # define Assert(cond,msg) macro
Dmisc_32.c59 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
66 # define Assert(cond,msg) macro
/arch/cris/arch-v10/boot/compressed/
Dmisc.c67 # define Assert(cond, msg) do { \ macro
89 # define Assert(cond, msg) macro
/arch/arm/boot/compressed/
Dmisc.c204 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
211 # define Assert(cond,msg) macro
/arch/cris/arch-v32/boot/compressed/
Dmisc.c75 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
82 # define Assert(cond,msg) macro
/arch/x86/boot/compressed/
Dmisc.c167 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) macro
174 # define Assert(cond, msg) macro
/arch/mn10300/boot/compressed/
Dmisc.c106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro
113 # define Assert(cond, msg) macro