Searched refs:UNLIKELY (Results 1 – 11 of 11) sorted by relevance
39 #define UNLIKELY(x) (x) macro80 #define UNLIKELY(x) (__builtin_expect(x, 0))
41 if (UNLIKELY(n == 0)) in LOG2_FLOOR()
35 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro131 if (UNLIKELY(mDebugFps)) { in processRecordFrame()
32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro606 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithDisplay()825 if (UNLIKELY(mHalCamCtrl->mDebugFps)) { in processPreviewFrameWithOutDisplay()
577 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()
223 if (UNLIKELY(!state->callback)) { in dmaIsr()
29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
124 #define UNLIKELY(x) __builtin_expect((x), false) macro