Home
last modified time | relevance | path

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

/system/core/libcutils/include/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro
/system/core/libcutils/include_vndk/cutils/
Dcompiler.h25 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
28 # define CC_LIKELY( exp ) (__builtin_expect( !!(exp), 1 )) macro