Home
last modified time | relevance | path

Searched refs:LIKELY (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h38 #define LIKELY(x) (x) macro
82 #define LIKELY(x) (__builtin_expect(x, 1))
/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1412 if (LIKELY(!mBatchSize)) { in handleBatchBuffer()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1548 if (LIKELY(!mBatchSize)) { in handleBatchBuffer()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.cpp1412 if (LIKELY(!mBatchSize)) { in handleBatchBuffer()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dcam_types.h123 #define LIKELY(x) __builtin_expect((x), true) macro
/device/huawei/angler/camera/QCamera2/stack/common/
Dcam_types.h123 #define LIKELY(x) __builtin_expect((x), true) macro
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_types.h121 #define LIKELY(x) __builtin_expect((x), true) macro
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_types.h121 #define LIKELY(x) __builtin_expect((x), true) macro
/device/google/contexthub/sensorhal/
Dhubconnection.cpp23 #undef LIKELY