/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 32 #define COLOR(n) ((n) == NULL ? BLACK : ((n)->key & COLOR_MASK)) argument 33 #define IS_RED(n) (COLOR((n)) == RED) argument 34 #define IS_BLACK(n) (COLOR((n)) == BLACK) argument 37 #define SET_RED(n) SET_COLOR((n), RED) argument 38 #define SET_BLACK(n) SET_COLOR((n), BLACK) argument 40 #define KEY(n) ((n) == NULL ? RED : ((n)->key & KEY_MASK)) argument 54 RbTreeKey RbTreeNodeKey(const struct RbTreeNode *n) in RbTreeNodeKey() 61 struct RbTreeNode *n = CMMalloc(sizeof(struct RbTreeNode)); in NewNode() local 257 struct RbTreeNode *w = NULL; in DeleteFixUpBlack() local 288 struct RbTreeNode *w = NULL; in DeleteFixUpRed() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/ |
H A D | fullscreenlaunchcomponent.js | 24 constructor(v, w, x, y = -1, z = undefined, a1) { argument 161 const n = await this.context.openAtomicService(this.appId, this.options); constant
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XMat4.js | 129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument 148 orthoMat(x, y, w, h) { argument
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hencoder_buffer_unit_test.cpp | 45 static bool CreateFakeYuv(const string& dstPath, uint32_t w, uint32_t h, uint32_t frameCnt) in CreateFakeYuv() 54 for (uint32_t n = 0; n < frameCnt; n++) { in CreateFakeYuv() local
|
/ohos5.0/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_hash_sha256.c | 26 #define word2byte(w) ((w) * sizeof(uint32_t)) argument 31 #define shr(x, n) (((uint32_t)(x)) >> (n)) argument 32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) argument 147 uint32_t w[64]; in sha256_block_calc() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sync/ |
H A D | delayed_worker.cpp | 174 size_t n = ::read(monitorfd_, &buffer, sizeof buffer); in ThreadInit() local 258 DelayedWork w = cur->second; in HandleWork() local 279 bool w = false; in dispatch() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc_slr.cpp | 53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights() 183 auto w = (*x)[key.y][c - cStart]; in SLRBox() local 208 int m = dst.size_.height, n = dst.size_.width; in Serial() local 222 int n = dst.size_.width; in SLRSubtask() local 239 int m = dst.size_.height, n = dst.size_.width; in Parallel() local
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… argument
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | dashing.cpp | 94 int w = width * width * width; in OnTestFunction() local 134 int n = 5; // star corner count in make_path_star() local 232 int w = width * width * width; in DashingNum() local
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …equire("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined… variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 1288 constructor(t, u, v, w) { argument 1326 constructor(k, l, m, n) { argument
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 413 const Math::Vec3& n = normals[i]; in CalculateTangentImpl() local 420 const float w = (Math::Dot(Math::Cross(n, t), bitan[i]) < 0.0F) ? 1.0F : -1.0F; in CalculateTangentImpl() local
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | SceneJS.cpp | 508 auto w = duh->GetValueAt(i); in ~SceneJS() local 964 if (auto n = args.Get<BASE_NS::string>("name")) { in CreateImage() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 161 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord() 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()
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | openssl_adapter.c | 90 int OpensslBnSetWord(BIGNUM *a, unsigned int w) in OpensslBnSetWord() 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()
|