Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds