Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 4 of 4) sorted by relevance

/system/core/adb/
Dadb_trace.h48 if (LIKELY(!VLOG_IS_ON(TAG))) \
/system/libbase/include/android-base/
Dmacros.h83 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
Dlogging.h244 LIKELY((x)) || ABORT_AFTER_LOG_FATAL_EXPR(false) || \
/system/core/storaged/
Dstoraged_diskstats.cpp285 if (LIKELY(mValid)) { in update()