Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h35 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
38 #define UNLIKELY(x) (!!(x)) macro
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_klog.c27 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/ohos5.0/base/security/selinux_adapter/interfaces/policycoreutils/src/
H A Dselinux_klog.c28 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp42 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h111 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usag… macro
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h76 #define UNLIKELY(exp) (__builtin_expect(!!(exp), false)) macro
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.h81 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp36 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_common_def.h68 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) macro