Searched defs:RFALSE (Results 1 – 1 of 1) sorted by relevance
84 #define RFALSE( cond, format, args... ) RASSERT( !( cond ), format, ##args ) macro86 #define RFALSE( cond, format, args... ) do {;} while( 0 ) macro