Searched refs:UNLIKELY (Results 1 – 2 of 2) sorted by relevance
436 # define UNLIKELY(cond) __builtin_expect ((cond), 0) macro439 # define UNLIKELY(cond) (cond) macro528 while (UNLIKELY (length & (sizeof word - 1))) in is_nul()548 if (UNLIKELY (length & 15) == 0) in is_nul()
1893 if (UNLIKELY (_cnt > (W_TYPE_SIZE - 8))) \2288 if (UNLIKELY (!ISDIGIT (c))) in strto2uintmax()2305 if (UNLIKELY (hi > ~(uintmax_t)0 / 10)) in strto2uintmax()2320 if (UNLIKELY (hi < lo_carry)) in strto2uintmax()