Searched refs:UNLIKELY (Results 1 – 10 of 10) sorted by relevance
28 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro31 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro106 if (UNLIKELY(in.getE() == 0xFF)) { // inf or nan in ftoh()133 if (UNLIKELY(in.getE() == 0x1F)) { // inf or nan in htof()209 #undef UNLIKELY
37 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro40 # define UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro640 #undef UNLIKELY
114 while (UNLIKELY(!(condition))) NN_RET_CHECK_FAIL() << #condition << " "119 UNLIKELY(!(_values.lhs OP _values.rhs)); \
489 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro495 if (UNLIKELY(required && !data.driver.proc)) { \
394 #define UNLIKELY(expr) __builtin_expect((expr), 0)399 if (UNLIKELY(required && !data.{{$}}.proc)) { \
32 #define UNLIKELY(expr) __builtin_expect((expr), 0) macro38 if (UNLIKELY(required && !data.dispatch.proc)) { \
430 if (UNLIKELY(type_spec == nullptr)) { in FindEntry()543 if (UNLIKELY(best_cookie == kInvalidCookie)) { in FindEntry()548 if (UNLIKELY(best_entry == nullptr)) { in FindEntry()
291 if (UNLIKELY(!VerifyResTableEntry(type_chunk, offset))) { in GetEntryFromOffset()
675 if (UNLIKELY(mCallRestriction != ProcessState::CallRestriction::NONE)) { in transact()
1361 if (UNLIKELY(managed_fds_to_close == nullptr)) { in com_android_internal_os_Zygote_nativeForkAndSpecialize()