Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/android_stub/cutils/
Dcompiler.h26 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
29 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
/hardware/google/aemu/base/
DTracing.cpp63 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro
66 # define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DShareGroup.cpp320 #define CC_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro