Searched defs:CONDITION (Results 1 – 3 of 3) sorted by relevance
13 #define MSG_BREAK_IF(ERRCODE_VAR, CONDITION) \ argument20 #define MSG_RETURN_IF(CONDITION) \ argument
50 #define NOT_SATISFIED_RETURN(CONDITION, ERROR_CODE, LOG_MESSAGE, ...) do { \ argument
133 #define CONDITION(cond) (__builtin_expect((cond) != 0, 0)) macro