Searched defs:LIKELY (Results 1 – 2 of 2) sorted by relevance
169 #define LIKELY(x) (__builtin_expect((x), 1)) macro172 #define LIKELY(x) (x) macro
478 #define LIKELY(cond) __GMP_LIKELY(cond) macro