Lines Matching refs:exp
45 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true ))46 #define UNLIKELY( exp ) (__builtin_expect( (exp) != 0, false ))