Searched defs:LIKELY (Results 1 – 3 of 3) sorted by relevance
219 # define LIKELY(x) (x) macro233 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
226 # define LIKELY(x) (x) macro240 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
535 #define LIKELY(cond) __GMP_LIKELY(cond) macro