Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/firmware/inc/
Dtoolchain.h39 #define UNLIKELY(x) (x) macro
80 #define UNLIKELY(x) (__builtin_expect(x, 0))
Dutil.h41 if (UNLIKELY(n == 0)) in LOG2_FLOOR()
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Record.cpp35 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
131 if (UNLIKELY(mDebugFps)) { in processRecordFrame()
DQCameraHWI_Rdi.cpp32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
DQCameraHWI_Preview.cpp32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
606 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithDisplay()
825 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithOutDisplay()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
655 if (UNLIKELY(mBatchSize)) { in bufDone()
1082 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
1323 if (UNLIKELY(!mBatchSize)) { in aggregateBufToBatch()
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
655 if (UNLIKELY(mBatchSize)) { in bufDone()
1082 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
1323 if (UNLIKELY(!mBatchSize)) { in aggregateBufToBatch()
/device/google/contexthub/firmware/src/platform/stm32f4xx/
Ddma.c223 if (UNLIKELY(!state->callback)) { in dmaIsr()
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro