Home
last modified time | relevance | path

Searched +defs:n +defs:z (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c33 #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
54 RbTreeKey RbTreeNodeKey(const struct RbTreeNode *n) in RbTreeNodeKey()
133 struct RbTreeNode *z = *zTreeNode; in InsertFixUpRed() local
156 struct RbTreeNode *z = *zTreeNode; in InsertFixUpBlack() local
176 static void InsertFixUp(struct RbTree *t, struct RbTreeNode *z) in InsertFixUp()
196 struct RbTreeNode *z = NULL; in RbTreeInsert() local
330 int32_t RbTreeDelete(struct RbTree *t, struct RbTreeNode *z) in RbTreeDelete()
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXMat4.js70 initScaleMat(x, y, z) { argument
76 move(x, y, z = 0) { argument
82 rotate(x, y, z) { argument
98 scale(x, y, z = 1) { argument
129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent.js24 constructor(v, w, x, y = -1, z = undefined, a1) { argument
161 const n = await this.context.openAtomicService(this.appId, this.options); constant
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_hash_sha256.c31 #define shr(x, n) (((uint32_t)(x)) >> (n)) argument
32 #define rotr(x, n) (shr(x, n) | (((uint32_t)(x)) << (32 - (n)))) argument
39 #define maj(x, y, z) (((x) & (y)) ^ ((x) & (z)) ^ ((y) & (z))) argument
40 #define ch(x, y, z) (((x) & (y)) ^ ((~(x)) & (z))) argument
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15n=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 Dhvigor-wrapper.js15n=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 Dhvigor-wrapper.js16n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… function
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/
H A Dffrtutils_fuzzer.cpp84 int z = TypeCast<int32_t>(rawData, nullptr); in FuzzUtilsSubmitDelayTask() local
139 int n = 0; in FuzzFfRTTimerMultiSetAndCancel() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp186 BASE_NS::string_view n = nameS; /*nodepath actually*/ in EnvironmentJS() local
359 auto z = obj.Get<float>("z"); in SetIrradianceCoefficients() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …quire("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?globalThis:"undefined"… variable
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp172 const float z = Math::sin(TWO_PI * sectorF * s) * Math::sin(pi * ringF * r); in GenerateSphereGeometry() local
300 const float z = Math::sin(minorRadians) * minorRadius; in GenerateTorusSlices() local
413 const Math::Vec3& n = normals[i]; in CalculateTangentImpl() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1261 constructor(z, a1, b1) { argument
1326 constructor(k, l, m, n) { argument