Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/boot/compressed/
Ddecompress.c16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
23 # define Assert(cond,msg) macro
/linux-6.1.9/arch/alpha/boot/
Dmisc.c65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
72 # define Assert(cond,msg) macro
/linux-6.1.9/arch/nios2/boot/compressed/
Dmisc.c55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
62 # define Assert(cond, msg) macro
/linux-6.1.9/lib/zlib_deflate/
Ddefutil.h6 #define Assert(err, str) macro