Searched defs:cond (Results 1 – 5 of 5) sorted by relevance
146 #define IT(cond) it cond argument147 #define ITT(cond) itt cond argument148 #define ITE(cond) ite cond argument151 #define IT(cond) argument152 #define ITT(cond) argument153 #define ITE(cond) argument158 #define IT(cond) argument159 #define ITT(cond) argument160 #define ITE(cond) argument
20 #define CASSERT(cond, msg) \ argument
17 unsigned int rc_id, cond_id, cond; in spm_rc_condition_modifier() local
245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument252 # define Assert(cond,msg) argument
329 uint32_t cond:8; member