Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 25 of 35) sorted by relevance

12

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/
H A Dprocess_group_macro.h21 #define TEMP_FAILURE_RETRY(exp) \ argument
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Djson_exporter.cpp26 Exporter exp; in Export() local
H A Dexporter.cpp275 if (auto exp = globalData_.GetValueSerializer(entity.GetTypeId())) { in ExportValue() local
/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) argument
111 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) // NOLINT(cppcoreguidelines-macro-usag… argument
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h73 #define LIKELY(exp) (__builtin_expect(!!(exp), true)) argument
76 #define UNLIKELY(exp) (__builtin_expect(!!(exp), false)) argument
91 #define OHOS_TEMP_FAILURE_RETRY(exp) \ argument
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DToneMapJS.cpp99 NapiApi::Object exp(env, exports); in Init() local
226 float exp = 0.0; in GetExposure() local
241 float exp = ctx.Arg<0>(); in SetExposure() local
H A DMaterialJS.cpp46 NapiApi::Object exp(env, exports); in Init() local
H A DEnvironmentJS.cpp65 NapiApi::Object exp(env, exports); in Init() local
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dcpu_task.cpp60 auto exp = ffrt::SkipStatus::SUBMITTED; in Execute() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_timer.c44 uint64_t exp; in TimerReadHandle() local
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c138 Uint8Buff exp = { expVal, PAKE_DL_EXP_LEN }; in GenerateDlPakeParams() local
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h61 #define TEMP_FAILURE_RETRY(exp) \ argument
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md581 ### exp subsection
3164 ### exp subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md583 ### exp subsection
3166 ### exp subsection
/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_metadata_operator_uttest.cpp165 int32_t exp = -1; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/
H A Dcommon.h111 int HWE_ReturnIfCheck(int32_t ret, int32_t exp, const char* msg) in HWE_ReturnIfCheck()
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp543 auto exp = ffrt::SkipStatus::SUBMITTED; variable
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/
H A Dsoftbus_rsa_encrypt.c214 const BIGNUM *exp = RSA_get0_e(rsa); in EncryptByPublicKey() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp224 bool CalculateFourOperationsExp(const std::string& exp, const Dimension& num1, const Dimension& num… in CalculateFourOperationsExp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_egl_image_manager.cpp36 #define RS_ASSERT(exp) (void)((exp)) argument
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_client.c224 struct exponent exp = {.length = 1}; in parse_start_response_data() local
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa.c305 struct long_int_num *p_rr, uint32_t exp) in montgomery_mod_exp()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhuks_adapter_test.cpp791 struct var_buffer exp; variable
815 struct var_buffer exp; variable
837 struct var_buffer exp; variable
/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)) argument
68 #define UNLIKELY(exp) (__builtin_expect((exp) != 0, false)) argument
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/base/
H A Dbase.h198 uint8_t exp[HC_EXPONENT_LEN]; member

12