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

/device/google/contexthub/firmware/os/inc/
H A Dutil.h54 if (UNLIKELY(n == 0))
H A Dtoolchain.h37 /* IAR does not support LIKELY() and UNLIKELY() for optimization purposes. */
39 #define UNLIKELY(x) (x) macro
83 #define UNLIKELY(x) (__builtin_expect(x, 0)) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobmalloc.c36 # define UNLIKELY(value) __builtin_expect((value), 0) macro
38 # define UNLIKELY(value) (value) macro
798 if (UNLIKELY(running_on_valgrind == -1))
800 if (UNLIKELY(running_on_valgrind))
1008 if (UNLIKELY(running_on_valgrind > 0))
1248 if (UNLIKELY(running_on_valgrind > 0))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobmalloc.c11 # define UNLIKELY(value) __builtin_expect((value), 0) macro
13 # define UNLIKELY(value) (value) macro
755 if (UNLIKELY(running_on_valgrind == -1))
757 if (UNLIKELY(running_on_valgrind))
964 if (UNLIKELY(running_on_valgrind > 0))
1199 if (UNLIKELY(running_on_valgrind > 0))
/device/google/marlin/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp641 if (UNLIKELY(frame->bufs[0]->buf_type ==
726 if (UNLIKELY(mBatchSize)) {
765 /* if (UNLIKELY(mBatchSize)) {
1219 if (UNLIKELY(pme->mBatchSize)) {
1460 if (UNLIKELY(!mBatchSize)) {
/device/huawei/angler/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type ==
655 if (UNLIKELY(mBatchSize)) {
1082 if (UNLIKELY(pme->mBatchSize)) {
1323 if (UNLIKELY(!mBatchSize)) {
/device/lge/bullhead/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp577 if (UNLIKELY(frame->bufs[0]->buf_type ==
655 if (UNLIKELY(mBatchSize)) {
1082 if (UNLIKELY(pme->mBatchSize)) {
1323 if (UNLIKELY(!mBatchSize)) {
/device/google/contexthub/firmware/os/platform/stm32/
H A Ddma.c223 if (UNLIKELY(!state->callback)) {
/device/huawei/angler/camera/QCamera2/stack/common/
H A Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/lge/bullhead/camera/QCamera2/stack/common/
H A Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/google/marlin/camera/QCamera2/stack/common/
H A Dcam_types.h122 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
H A Dcam_types.h122 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/google/contexthub/sensorhal/
H A Dhubconnection.cpp22 // TODO: remove the includes that introduce LIKELY and UNLIKELY (firmware/os/inc/toolchain.h)
24 #undef UNLIKELY macro

Completed in 294 milliseconds