Home
last modified time | relevance | path

Searched defs:Assert (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/arch/arm/boot/compressed/
Ddecompress.c20 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
27 # define Assert(cond,msg) macro
/linux-3.3/arch/alpha/boot/
Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
71 # define Assert(cond,msg) macro
/linux-3.3/arch/h8300/boot/compressed/
Dmisc.c52 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
59 # define Assert(cond,msg) macro
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c77 # define Assert(cond, msg) do { \ macro
99 # define Assert(cond, msg) macro
/linux-3.3/arch/mn10300/boot/compressed/
Dmisc.c106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro
113 # define Assert(cond, msg) macro
/linux-3.3/lib/zlib_deflate/
Ddefutil.h4 #define Assert(err, str) macro