Assert             65 arch/alpha/boot/misc.c #  define Assert(cond,msg) {if(!(cond)) error(msg);}
Assert             72 arch/alpha/boot/misc.c #  define Assert(cond,msg)
Assert             16 arch/arm/boot/compressed/decompress.c #  define Assert(cond,msg) {if(!(cond)) error(msg);}
Assert             23 arch/arm/boot/compressed/decompress.c #  define Assert(cond,msg)
Assert             55 arch/nios2/boot/compressed/misc.c #  define Assert(cond, msg) {if (!(cond)) error(msg); }
Assert             62 arch/nios2/boot/compressed/misc.c #  define Assert(cond, msg)
Assert              4 lib/zlib_deflate/defutil.h #define Assert(err, str)