Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/boot/compressed/
Ddecompress.c18 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
25 # define Assert(cond,msg) macro
/linux-4.4.14/arch/alpha/boot/
Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
71 # define Assert(cond,msg) macro
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c68 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
75 # define Assert(cond, msg) macro
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c77 # define Assert(cond, msg) do { \ macro
99 # define Assert(cond, msg) macro
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro
113 # define Assert(cond, msg) macro
/linux-4.4.14/lib/zlib_deflate/
Ddefutil.h4 #define Assert(err, str) macro