Searched defs:LIKELY (Results 1 – 1 of 1) sorted by relevance
51 #define LIKELY(x) __builtin_expect((x), 1) macro53 #define LIKELY(x) (x) macro