Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h34 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
37 #define LIKELY(x) (!!(x)) macro
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h107 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) // NOLINT(cppcoreguidelines-macro-usage) macro
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h73 #define LIKELY(exp) (__builtin_expect(!!(exp), true)) macro
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp18 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp35 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h67 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) macro
/ohos5.0/base/telephony/sms_mms/services/sms/include/cdma/
H A Dcdma_sms_common.h143 LIKELY = 0x1, enumerator