Home
last modified time | relevance | path

Searched defs:UNLIKELY (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/util/common/src/
H A Dklog.cpp42 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h111 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usage) macro
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp36 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
[all...]
/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

Completed in 4 milliseconds