/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/ |
H A D | hdf_queue_test.c | 28 int d = 4; in MessageQueueTest001() local 30 void *p = NULL; in MessageQueueTest001() local 77 int d = 4; in MessageQueueTest002() local 79 void *p = NULL; in MessageQueueTest002() local 136 void *p = NULL; in MessageQueueTest003() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/core/ |
H A D | task.cpp | 73 …sk_handle_t &handle, const ffrt_deps_t *in_deps, const ffrt_deps_t *out_deps, task_attr_private *p) in CreateDelayDeps() 115 auto p = reinterpret_cast<ffrt::task_attr_private *>(attr); variable 136 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable 161 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable 182 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable 203 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable 244 ffrt_task_attr_t *p = const_cast<ffrt_task_attr_t *>(attr); variable 287 …ffrt::task_attr_private *p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… variable 314 …ffrt::task_attr_private *p = reinterpret_cast<ffrt::task_attr_private *>(const_cast<ffrt_task_attr… variable 378 ffrt_deps_t d = { deps->len, v.data() }; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 28 if (auto p = it->lock()) { in ~Bind() local 79 for (auto& d : dependencies_) { in AddDependency() local 103 if (auto d = v.lock()) { in GetDependencies() local 142 auto& d = GetDeps(); in CreateContext() local
|
H A D | property.cpp | 57 auto p = GetData(); in GetTypeId() local 108 if (auto& d = GetData()) { in SetInternalValue() local
|
H A D | stack_property.cpp | 184 auto& d = GetDeps(); in GetValue() local 288 IModifier::Ptr p; in RemoveModifier() local
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
H A D | hks_openssl_ed25519tox25519.h | 25 BIGNUM *p; // Curve25519 prime member 26 BIGNUM *d; // A non-zero element in the finite filed member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | future.cpp | 66 ContinuationData d { queue == nullptr, queue }; in Then() local 104 void Future::ActivateContinuation(const ContinuationData& d, const IAny::Ptr& result) in ActivateContinuation() 128 void Future::SetResult(IAny::Ptr p) in SetResult()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/ |
H A D | main.cpp | 103 std::string p, op; local 126 for (auto &d : dirSet) { local 237 FILE* d = fopen(fname.c_str(), "wb"); local 248 size_t p = ftell(d); local 638 for (auto& d : g_directory) { local
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
H A D | crypto_hash_to_point.c | 28 BIGNUM *p; member 30 BIGNUM *d; member 86 static void HcBnFree(BIGNUM *p) in HcBnFree()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/shaders/common/ |
H A D | 3d_dm_brdf_common.h | 90 const float p = pow(1.0 - VoH, 5.0); in fSchlick() local 96 const float p = pow(1.0 - VoH, 5.0); in fSchlickSingle() local 103 const float p = pow(1.0 - VoH, 5.0); in fSchlick() local 118 vec3 d = vec3(ab * ToH, at * BoH, a2 * NoH); in dGGXAnisotropic() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | bytecode_gen.cpp | 122 auto p = &data; in Write() local 124 auto d = reinterpret_cast<const char *>(p); in Write() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_compressor.cpp | 101 cl_program p = clCreateProgramWithBinary(context, 1, &device_id, &len, &ptr, NULL, &err); in LoadShaderBin() local 470 uint32_t d = static_cast<uint32_t>(seed7 * x + seed8 * y + seed10 * z + (num >> 2)); local 540 PartInfo p = {}; local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 591 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 707 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 712 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 717 const BIGNUM *OpensslRsaGet0N(const RSA *d) in OpensslRsaGet0N() 722 const BIGNUM *OpensslRsaGet0E(const RSA *d) in OpensslRsaGet0E() 727 const BIGNUM *OpensslRsaGet0D(const RSA *d) in OpensslRsaGet0D() 1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() 1331 int OpensslAsn1OctetStringSet(ASN1_OCTET_STRING *x, const unsigned char *d, int len) in OpensslAsn1OctetStringSet() 1346 int OpensslAsn1StringLength(ASN1_OCTET_STRING *p) in OpensslAsn1StringLength() 1351 const unsigned char *OpensslAsn1StringGet0Data(ASN1_OCTET_STRING *p) in OpensslAsn1StringGet0Data() [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp() 938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg() 1110 int OpensslRsaSet0Key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in OpensslRsaSet0Key() 1115 void OpensslRsaGet0Key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in OpensslRsaGet0Key() 1120 const BIGNUM *OpensslRsaGet0N(const RSA *d) in OpensslRsaGet0N() 1125 const BIGNUM *OpensslRsaGet0E(const RSA *d) in OpensslRsaGet0E() 1130 const BIGNUM *OpensslRsaGet0D(const RSA *d) in OpensslRsaGet0D() 1135 void OpensslRsaGet0Factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in OpensslRsaGet0Factors() 1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg() 1951 int OpensslEcPointSetAffineCoordinates(const EC_GROUP *group, EC_POINT *p, in OpensslEcPointSetAffineCoordinates() [all …]
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/cloud_disk/src/ |
H A D | cloud_file_utils.cpp | 88 uint32_t d = in[3]; in TeaTransform() local 115 const char *p = inputStr.c_str(); in DentryHash() local
|
/ohos5.0/base/update/updater/utils/ |
H A D | utils.cpp | 191 auto d = shaDigest[i]; in ConvertSha256Hex() local 309 auto p = reinterpret_cast<uint8_t *>(data); in ReadFully() local 335 auto p = reinterpret_cast<char *>(content.data()); in ReadFileToString() local 349 const char *p = content.data(); in WriteStringToFile() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_util.cpp | 118 float d = 0.0f; member 123 inline float RcpResponsePq(float x, const TransferParameters& p) in RcpResponsePq() 129 inline float ResponsePq(float x, const TransferParameters& p) in ResponsePq() 136 static constexpr float RcpResponse(float x, const TransferParameters& p) in RcpResponse() 141 inline constexpr float Response(float x, const TransferParameters& p) in Response() 146 inline constexpr float RcpFullResponse(float x, const TransferParameters& p) in RcpFullResponse() 151 inline constexpr float FullResponse(float x, const TransferParameters& p) in FullResponse() 187 const float d = 0.59f; in ACESToneMapping() local
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | rsa_asy_key_generator_openssl.c | 197 const BIGNUM *d = OpensslRsaGet0D(impl->sk); in GetRsaPriKeySpecBigInteger() local 575 const BIGNUM *p = NULL; in GetPriKeyEncoded() local 1192 BIGNUM **e, BIGNUM **d) in ParseRsaBnFromBin() 1230 BIGNUM *d = NULL; in InitRsaStructByBin() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | importer.cpp | 223 if (auto p = interface_pointer_cast<IProperty>(mobj)) { in ImportIMetadata() local 304 Any<double> d; in ImportBuiltinValue() local
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/ |
H A D | meta_file_clouddisk_mock.cpp | 208 uint32_t d = in[3]; /* transform input pos 3 */ in TeaTransform() local 235 const char *p = name.c_str(); in DentryHash() local 339 static void UpdateDentry(HmdfsDentryGroup &d, const MetaBase &base, uint32_t nameHash, uint32_t bit… in UpdateDentry()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 "use strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=req… constant
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_sink.c | 192 static uint32_t Read24Bit(const uint8_t *p) in Read24Bit() 197 static void Write24Bit(uint8_t *p, uint32_t u) in Write24Bit() 374 void *p = NULL; in RenderWrite() local 468 void *p = NULL; in RenderWriteOffload() local 550 void *p = NULL; in TestModeRenderWrite() local 622 static const char *safeProplistGets(const pa_proplist *p, const char *key, const char *defstr) in safeProplistGets() 861 size_t d; in SinkRenderPrimaryGetDataCap() local 1507 size_t d; in SinkRenderPrimaryGetData() local 1548 size_t d; in SinkRenderMultiChannelGetData() local 2252 unsigned p = 0; in InputsDropFromInputs() local [all …]
|
H A D | module_split_stream_sink.c | 631 size_t l, d; in SplitPaSinkRenderIntoFull() local 857 void *p = NULL; in SplitRenderWrite() local
|
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/ |
H A D | treeview.js | 17 …var s, a = arguments.length, d = a < 3 ? t : null === i ? i = Object.getOwnPropertyDescriptor(t, o… variable 105 class d { class 304 class p extends N { class 2789 const d = () => { constant
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1306 constructor(p, q, r) { argument 1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
|