Searched defs:Assert (Results 1 – 3 of 3) sorted by relevance
189 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro196 # define Assert(cond,msg) macro
241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro248 # define Assert(cond,msg) macro
249 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} macro256 # define Assert(cond,msg) macro
Completed in 5 milliseconds