Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h107 #define LIKELY(exp) (__builtin_expect((exp) != 0, true)) // NOLINT(cppcoreguidelines-macro-usage) macro
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp18 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dshared_block.cpp35 #define LIKELY(x) __builtin_expect(!!(x), 1) macro
/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

Completed in 4 milliseconds