Lines Matching refs:cond
62 #define SLOGV_IF(cond, ...) ((void)0)
64 #define SLOGV_IF(cond, ...) \
65 ((__predict_false(cond)) \
82 #define SLOGD_IF(cond, ...) \
83 ((__predict_false(cond)) \
99 #define SLOGI_IF(cond, ...) \
100 ((__predict_false(cond)) \
116 #define SLOGW_IF(cond, ...) \
117 ((__predict_false(cond)) \
133 #define SLOGE_IF(cond, ...) \
134 ((__predict_false(cond)) \