Searched refs:LIKELY (Results 1 – 4 of 4) sorted by relevance
48 if (LIKELY(!VLOG_IS_ON(TAG))) \
83 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
244 LIKELY((x)) || ABORT_AFTER_LOG_FATAL_EXPR(false) || \
285 if (LIKELY(mValid)) { in update()