Searched defs:Assert (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
| D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 23 # define Assert(cond,msg) macro
|
| /kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
| D | decompress.c | 16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 23 # define Assert(cond,msg) macro
|
| /kernel/linux/linux-5.10/arch/alpha/boot/ |
| D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 72 # define Assert(cond,msg) macro
|
| /kernel/linux/linux-6.6/arch/alpha/boot/ |
| D | misc.c | 65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro 72 # define Assert(cond,msg) macro
|
| /kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
| D | misc.c | 55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro 62 # define Assert(cond, msg) macro
|
| /kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
| D | misc.c | 55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro 62 # define Assert(cond, msg) macro
|
| /kernel/linux/linux-5.10/lib/zlib_deflate/ |
| D | defutil.h | 6 #define Assert(err, str) macro
|
| /kernel/linux/linux-6.6/lib/zlib_deflate/ |
| D | defutil.h | 6 #define Assert(err, str) macro
|