Home
last modified time | relevance | path

Searched defs:CC_LIKELY (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/include/android_stub/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
/hardware/google/aemu/base/
DTracing.cpp62 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
65 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DShareGroup.cpp319 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro