Searched defs:LIKELY (Results 1 – 9 of 9) sorted by relevance
25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
36 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
38 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
37 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
41 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
165 #define LIKELY(x) __builtin_expect((x), true) macro