Home
last modified time | relevance | path

Searched +defs:a +defs:e (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_tonemap_common.h27 const float a = 2.51f; in TonemapAces() local
31 const float e = 0.14f; in TonemapAces() local
41 float a = 15.8f; in TonemapAcesFilmRec2020() local
45 float e = 1.9f; in TonemapAcesFilmRec2020() local
55 const float a = 0.15f; in TonemapFilmic() local
59 const float e = 0.02f; in TonemapFilmic() local
65 const float a = 0.15f; in TonemapFilmic() local
69 const float e = 0.02f; in TonemapFilmic() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_common.h34 #define HDI_CHECK_ELEMENT(e, input, len) \ argument
42 #define HDI_CHECK_ELEMENT_BY_ID(e, inputid, input, len) \ argument
46 #define HDI_CHECK_ELEMENT_BY_EXTID(e, extid, input, len) \ argument
68 static inline int HdiCheckCompleted(const struct HdiElem *e, in HdiCheckCompleted()
74 #define HDI_GET_RSN_ID(a) HdiGetBe32((const uint8_t *) (a)) argument
76 #define HDI_BIT_MULTI(a, b, c, d) \ argument
93 static inline uint32_t HdiGetBe24(const uint8_t *a) in HdiGetBe24()
98 static inline uint32_t HdiGetBe32(const uint8_t *a) in HdiGetBe32()
104 static inline uint16_t HdiGetBe16(const uint8_t *a) in HdiGetBe16()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_bn.c51 …struct HksBnExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct… in BnBuildParams()
101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod()
102 const struct HksBlob *e, const struct HksBlob *n) in HksOpensslBnExpMod()
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_bn_exp_mod_test.c64 struct HksBlob *a = NULL; in LITE_TEST_CASE() local
65 struct HksBlob *e = NULL; in LITE_TEST_CASE() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_bn.c48 int32_t HksMbedtlsBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksMbedtlsBnExpMod()
49 const struct HksBlob *e, const struct HksBlob *n) in HksMbedtlsBnExpMod()
/ohos5.0/foundation/arkui/advanced_ui_component/interface/toolbar/
H A Dtoolbar.js29 let a = i < REFLECT_MAX_COUNT ? t : null === r ? r = Object.getOwnPropertyDescriptor(t, o) : r; variable
69 constructor(e, t, o, r = -1) { argument
86 setInitiallyProvidedValue(e) { argument
95 updateStateVars(e) { argument
100 purgeVariableDependenciesOnElmtId(e) { argument
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_bn_exp_mod_test.cpp64 struct HksBlob *a = NULL; variable
65 struct HksBlob *e = NULL; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil_ex.h69 Enum EnumAdd(Enum const e, T val) in EnumAdd()
72 auto a = EnumUnderlyingValue(e); in EnumAdd() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dbrush.cpp56 Brush::Brush(std::shared_ptr<ShaderEffect> e) noexcept in Brush()
76 void Brush::SetARGB(int a, int r, int g, int b) in SetARGB()
92 void Brush::SetAlpha(uint32_t a) in SetAlpha()
97 void Brush::SetAlphaF(scalar a) in SetAlphaF()
118 void Brush::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
H A Dpaint.cpp152 void Paint::SetARGB(int a, int r, int g, int b) in SetARGB()
163 void Paint::SetAlpha(uint32_t a) in SetAlpha()
168 void Paint::SetAlphaF(scalar a) in SetAlphaF()
204 void Paint::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
209 void Paint::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
H A Dpen.cpp57 void Pen::SetARGB(int a, int r, int g, int b) in SetARGB()
92 void Pen::SetAlpha(uint32_t a) in SetAlpha()
97 void Pen::SetAlphaF(scalar a) in SetAlphaF()
182 void Pen::SetPathEffect(std::shared_ptr<PathEffect> e) in SetPathEffect()
212 void Pen::SetShaderEffect(std::shared_ptr<ShaderEffect> e) in SetShaderEffect()
/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_fort_helper.h38 unsigned long n, unsigned long a, unsigned long b, in Syscall()
39 unsigned long c, unsigned long d, unsigned long e) in Syscall()
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c37 RunningLockEntry *e = (RunningLockEntry *)malloc(sizeof(RunningLockEntry)); in DupRunningLockEntry() local
57 RunningLockEntry *e = DupRunningLockEntry(entry); in AddRunningLockEntryLocked() local
82 RunningLockEntry *e = (RunningLockEntry *)VECTOR_Swap(vec, pos, NULL); in RemoveRunningLockEntryLocked() local
99 RunningLockEntry* e = VECTOR_At(vec, i); in ShowLocks() local
166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/
H A Dhksbnexpmod_fuzzer.cpp40 struct HksBlob a = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local
41 struct HksBlob e = { BN_SIZE, ReadData<uint8_t *>(data, size, BN_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DAnimationJS.cpp74 AnimationJS::AnimationJS(napi_env e, napi_callback_info i) in AnimationJS()
156 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetEnabled() local
170 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in SetEnabled() local
180 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetDuration() local
195 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetRunning() local
209 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in GetProgress() local
227 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished() local
242 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnFinished() local
259 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnStarted() local
274 if (auto a = interface_cast<META_NS::IAnimation>(GetNativeObject())) { in OnStarted() local
[all …]
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js17 …var s, a = arguments.length, d = a < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o… variable
32 on(e, t) { argument
37 once(e, t) { argument
49 off(e, t) { argument
65 emit(e, t) { argument
87 class a { class
114 getData(e) { argument
305 constructor(e, t, o, i, s, a) { argument
1490 init(e) { argument
1805 let e = 0; variable
[all …]
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_bn_exp_mod_test.cpp106 struct HksBlob *a = NULL; variable
107 struct HksBlob *e = NULL; variable
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c71 BIGNUM *OpensslBnDup(const BIGNUM *a) in OpensslBnDup()
79 void OpensslBnClear(BIGNUM *a) in OpensslBnClear()
84 void OpensslBnClearFree(BIGNUM *a) in OpensslBnClearFree()
91 void OpensslBnFree(BIGNUM *a) in OpensslBnFree()
702 EVP_PKEY_CTX *OpensslEvpPkeyCtxNew(EVP_PKEY *pkey, ENGINE *e) in OpensslEvpPkeyCtxNew()
802 EVP_PKEY_CTX *OpensslEvpPkeyCtxNewId(int id, ENGINE *e) in OpensslEvpPkeyCtxNewId()
994 int OpensslDsaGenerateKey(DSA *a) in OpensslDsaGenerateKey()
1095 BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateMultiPrimeKey()
1100 int OpensslRsaGenerateKeyEx(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb) in OpensslRsaGenerateKeyEx()
1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.cpp26 #define declare(a, b) a b = nullptr; argument
53 #define declareWGL(a, b) a b = nullptr; argument
162 #define declareWGL(a, b) \ in DoDummy() argument
390 for (const auto& e : extensionList_) { in HasExtension() local
416 #define declareWGL(a, b) \ in CreateContext() argument
451 const auto addAttribute = [&attributes](int a, int b) { in CreateContext()
507 #define declare(a, b) \ in GlInitialize() argument
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/colorspace_fuzzer/
H A Dcolor_space_fuzzer.cpp71 float a = GetObject<float>(); in ColorSpaceFuzzTest002() local
75 float e = GetObject<float>(); in ColorSpaceFuzzTest002() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… variable
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16e=require("path"),t=require("os"),n=require("fs"),r=require("child_process"),u=require("process"),… variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?gl… constant
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpen_test.cpp117 Point a(rect.GetLeft(), rect.GetTop() + rect.GetHeight() * 2.0f / MARGINE_SCALE_SIZE); in TestPenMiterLimit() local
154 Point a(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f); in TestPenCapStyle() local
168 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenCapStyle() local
239 Point a(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop() + rect.GetHeight() / 4.0f); in TestPenAntiAlias() local
241 Point e(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom() - rect.GetHeight() / 4.0f); in TestPenAntiAlias() local

123