/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/process_group/include/ |
H A D | process_group_macro.h | 21 #define TEMP_FAILURE_RETRY(exp) \ argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | json_exporter.cpp | 26 Exporter exp; in Export() local
|
H A D | exporter.cpp | 275 if (auto exp = globalData_.GetValueSerializer(entity.GetTypeId())) { in ExportValue() local
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api_internal.h | 107 #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 D | dfx_define.h | 73 #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 D | ToneMapJS.cpp | 99 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 D | MaterialJS.cpp | 46 NapiApi::Object exp(env, exports); in Init() local
|
H A D | EnvironmentJS.cpp | 65 NapiApi::Object exp(env, exports); in Init() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/ |
H A D | cpu_task.cpp | 60 auto exp = ffrt::SkipStatus::SUBMITTED; in Execute() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_timer.c | 44 uint64_t exp; in TimerReadHandle() local
|
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/ |
H A D | pake_protocol_dl_common.c | 138 Uint8Buff exp = { expVal, PAKE_DL_EXP_LEN }; in GenerateDlPakeParams() local
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | pubdef.h | 61 #define TEMP_FAILURE_RETRY(exp) \ argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 581 ### exp subsection 3164 ### exp subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-decimal.md | 583 ### exp subsection 3166 ### exp subsection
|
/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/ |
H A D | camera_metadata_operator_uttest.cpp | 165 int32_t exp = -1; variable
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/texture_encode/ |
H A D | common.h | 111 int HWE_ReturnIfCheck(int32_t ret, int32_t exp, const char* msg) in HWE_ReturnIfCheck()
|
/ohos5.0/foundation/resourceschedule/ffrt/src/core/ |
H A D | task.cpp | 543 auto exp = ffrt::SkipStatus::SUBMITTED; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/adapter/huks/src/ |
H A D | softbus_rsa_encrypt.c | 214 const BIGNUM *exp = RSA_get0_e(rsa); in EncryptByPublicKey() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_expression.cpp | 224 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 D | rs_egl_image_manager.cpp | 36 #define RS_ASSERT(exp) (void)((exp)) argument
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_client.c | 224 struct exponent exp = {.length = 1}; in parse_start_response_data() local
|
/ohos5.0/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_rsa.c | 305 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 D | huks_adapter_test.cpp | 791 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 D | rs_common_def.h | 67 #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 D | base.h | 198 uint8_t exp[HC_EXPONENT_LEN]; member
|