Searched defs:UNLIKELY (Results 1 - 2 of 2) sorted by relevance

/system/core/base/include/android-base/
H A Dmacros.h118 // vendor code defines LIKELY and UNLIKELY this way, and includes
121 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false )) macro
/system/extras/perfprofd/quipper/base/
H A Dcompiler_specific.h200 #if !defined(UNLIKELY)
202 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
204 #define UNLIKELY(x) (x) macro
206 #endif // !defined(UNLIKELY)

Completed in 429 milliseconds