Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h39 #define UNLIKELY(x) (x) macro
83 #define UNLIKELY(x) (__builtin_expect(x, 0))
Dutil.h54 if (UNLIKELY(n == 0)) in LOG2_FLOOR()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c11 # define UNLIKELY(value) __builtin_expect((value), 0) macro
13 # define UNLIKELY(value) (value) macro
755 if (UNLIKELY(running_on_valgrind == -1)) in PyObject_Malloc()
757 if (UNLIKELY(running_on_valgrind)) in PyObject_Malloc()
964 if (UNLIKELY(running_on_valgrind > 0)) in PyObject_Free()
1199 if (UNLIKELY(running_on_valgrind > 0)) in PyObject_Realloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c36 # define UNLIKELY(value) __builtin_expect((value), 0) macro
38 # define UNLIKELY(value) (value) macro
798 if (UNLIKELY(running_on_valgrind == -1)) in PyObject_Malloc()
800 if (UNLIKELY(running_on_valgrind)) in PyObject_Malloc()
1008 if (UNLIKELY(running_on_valgrind > 0)) in PyObject_Free()
1248 if (UNLIKELY(running_on_valgrind > 0)) in PyObject_Realloc()
/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/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp641 if (UNLIKELY(frame->bufs[0]->buf_type == in dataProcRoutine()
726 if (UNLIKELY(mBatchSize)) { in bufDone()
1219 if (UNLIKELY(pme->mBatchSize)) { in releaseFrameData()
1460 if (UNLIKELY(!mBatchSize)) { in aggregateBufToBatch()
/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/google/contexthub/firmware/os/platform/stm32/
Ddma.c223 if (UNLIKELY(!state->callback)) { in dmaIsr()
/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
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_types.h122 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_types.h122 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/google/contexthub/sensorhal/
Dhubconnection.cpp24 #undef UNLIKELY