Lines Matching full:__builtin_expect
49 #define LIKELY(exp) __builtin_expect(!!(exp), 1)50 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0)