Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 – 7 of 7) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Rdi.cpp32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
DQCameraHWI_Record.cpp35 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
DQCameraHWI_Preview.cpp32 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
/device/google/contexthub/firmware/inc/
Dtoolchain.h39 #define UNLIKELY(x) (x) macro
/device/moto/shamu/camera/QCamera/HAL2/core/src/
DQCameraStream_Preview.cpp29 #define UNLIKELY(exp) __builtin_expect(!!(exp), 0) macro
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h124 #define UNLIKELY(x) __builtin_expect((x), false) macro