tag | line | file | source code |
---|---|---|---|
cond | 221 | arch/i386/boot/compressed/gzip.h | # define Assert(cond,msg) {if(!(cond)) error(msg);} |
cond | 228 | arch/i386/boot/compressed/gzip.h | # define Assert(cond,msg) |
cond | 200 | drivers/scsi/buslogic.c | #define CHECK(cond) if (cond) ; else goto fail |