Searched refs:LIKELY (Results 1 – 3 of 3) sorted by relevance
25 #ifndef LIKELY28 # define LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro31 # define LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro216 #undef LIKELY
33 #ifndef LIKELY36 # define LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro39 # define LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro310 if (LIKELY(trace > 0)) { in extractQuat()639 #undef LIKELY
6364 if (LIKELY(mPool != NULL)) { in string8()6371 if (LIKELY(mPool != NULL)) { in string16()