Lines Matching refs:cond
64 #define RLOGV_IF(cond, ...) ((void)0)
66 #define RLOGV_IF(cond, ...) \
67 ((__predict_false(cond)) \
84 #define RLOGD_IF(cond, ...) \
85 ((__predict_false(cond)) \
101 #define RLOGI_IF(cond, ...) \
102 ((__predict_false(cond)) \
118 #define RLOGW_IF(cond, ...) \
119 ((__predict_false(cond)) \
135 #define RLOGE_IF(cond, ...) \
136 ((__predict_false(cond)) \