Searched refs:cond (Results 1 – 5 of 5) sorted by relevance
20 #define CASSERT(cond, msg) \ argument21 typedef char msg[(cond) ? 1 : -1] __unused
96 #define IT(cond) it cond argument97 #define ITT(cond) itt cond argument99 #define IT(cond) argument100 #define ITT(cond) argument
241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument248 # define Assert(cond,msg) argument
332 uint32_t cond:8; member
99 ERROR(" Condition %x\n", error_code.error_desc.jmp_halt_cond_src.cond); in hw_handle_jmp_halt_cond_err()
Completed in 26 milliseconds