Home
last modified time | relevance | path

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

/coreutils/src/
Dsystem.h435 # define LIKELY(cond) __builtin_expect ((cond), 1) macro
438 # define LIKELY(cond) (cond) macro