Searched refs:CC_UNLIKELY (Results 1 – 1 of 1) sorted by relevance
18 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro21 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro46 if (CC_UNLIKELY(!init_ok)) \