Home
last modified time | relevance | path

Searched refs:CC_LIKELY (Results 1 – 7 of 7) sorted by relevance

/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
70 if (CC_LIKELY(!tracingDisabledPtr)) return; in beginTrace()
77 if (CC_LIKELY(!tracingDisabledPtr)) return; in endTrace()
84 if (CC_LIKELY(!tracingDisabledPtr)) return; in traceCounter()
91 if (CC_LIKELY(!tracingDisabledPtr)) return; in ScopedTrace()
98 if (CC_LIKELY(!tracingDisabledPtr)) return; in ~ScopedTrace()
/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/gfxstream/host/gl/glestranslator/GLcommon/
DShareGroup.cpp319 #define CC_LIKELY( exp ) (__builtin_expect( !!(exp), true )) macro
331 if (CC_LIKELY(isObj)) { in ensureObjectOnBind()
333 if (CC_LIKELY(everBound)) return globalName; in ensureObjectOnBind()
/hardware/interfaces/camera/common/default/
DCameraMetadata.cpp58 if (CC_LIKELY(buffer != mBuffer)) { in operator =()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp660 if (CC_LIKELY(msg.type == MsgType::SHUTTER)) { in notify()
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display.cpp1445 } else if (CC_LIKELY(callbacks_->VsyncCallbackRegistered())) { in VSync()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDisplay.cpp358 (deadlineTime < systemTime(SYSTEM_TIME_MONOTONIC) && CC_LIKELY(deadlineTime > 0)); in updateIdleHint()
552 (mIdleHintDeadlineTime < currentTime) && CC_LIKELY(mIdleHintDeadlineTime > 0); in needUpdateIdleHintLocked()