Searched refs:Assert (Results 1 – 4 of 4) sorted by relevance
16 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro23 # define Assert(cond,msg) macro
65 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro72 # define Assert(cond,msg) macro
55 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro62 # define Assert(cond, msg) macro
184 /* Assert BMC_READY so BIOS doesn't sit around waiting for it */
Completed in 8 milliseconds