Searched defs:CC_UNLIKELY (Results 1 – 3 of 3) sorted by relevance
26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
63 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro66 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
320 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro