Searched refs:LIKELY (Results 1 – 11 of 11) sorted by relevance
90 if (LIKELY(list && list->numHwLayers > 1)) { in reset()119 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_primary()141 if (LIKELY(list && list->numHwLayers > 1) && in hwc_prepare_external()283 if (LIKELY(list && list->numHwLayers > 1) && in hwc_set_primary()322 if (LIKELY(list && list->numHwLayers > 1) && in hwc_set_external()
25 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
23 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
29 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
57 if (LIKELY(ctx->mOverlay)) { in configure()
28 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro
31 #define LIKELY(exp) __builtin_expect(!!(exp), 1) macro
30 #define LIKELY(exp) __builtin_expect(!!(exp), 1) macro
52 #define LIKELY(exp) __builtin_expect(!!(exp), 1) macro
75 #define LIKELY( exp ) (__builtin_expect( (exp) != 0, true )) macro