Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dsystem.h436 # define UNLIKELY(cond) __builtin_expect ((cond), 0) macro
439 # define UNLIKELY(cond) (cond) macro
528 while (UNLIKELY (length & (sizeof word - 1))) in is_nul()
548 if (UNLIKELY (length & 15) == 0) in is_nul()
Dfactor.c1893 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()