/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | rbtree.c | 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 94 struct RbTreeNode *y = x->right; in LeftRotate() local 113 struct RbTreeNode *y = x->left; in RightRotate() local 132 struct RbTreeNode *y = NULL; in InsertFixUpRed() local 155 struct RbTreeNode *y = NULL; in InsertFixUpBlack() local 203 struct RbTreeNode *y = t->nil; in RbTreeInsert() local 337 struct RbTreeNode *y = z; in RbTreeDelete() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | points.cpp | 41 void Points::fill_pts(OH_Drawing_Point2D pts[], size_t n, TestRend* rand) in fill_pts() 47 float y = rand->nextUScalar1() * 480; in fill_pts() local 58 const size_t n = 99; // 99 要绘制的点的数量 in OnTestFunction() local
|
H A D | largeclippedpath.cpp | 53 for (int y = 0; y < kGridCount; ++y) { in OnTestFunction() local 69 float n = 2; in OnTestFunction() local
|
H A D | dashing.cpp | 134 int n = 5; // star corner count in make_path_star() local 188 for (int y = 0; y < gIntervals[0]; ++y) { in OnTestFunction() local
|
/ohos5.0/build/rust/tests/test_bindgen_test/test_for_extern_c/ |
H A D | test_extern_c.rs | 32 let n: f64 = 9.0; in main() localVariable 35 let mut y: f64 = 64.0; in main() localVariable
|
/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() 92 bool SLRCheck(const SLRMat &src, const SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in SLRCheck() 116 int y; member 120 const SLRWeightMat &y) in SLRBoxCheck() 161 …nst SLRSliceKey &key, const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in SLRBox() 201 void SLRProc::Serial(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Serial() 208 int m = dst.size_.height, n = dst.size_.width; in Serial() local 218 const SLRWeightMat &x, const SLRWeightMat &y) in SLRSubtask() 222 int n = dst.size_.width; in SLRSubtask() local 231 void SLRProc::Parallel(const SLRMat &src, SLRMat &dst, const SLRWeightMat &x, const SLRWeightMat &y) in Parallel() [all …]
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | softbus_bitmap.h | 28 #define DATA_ONE(y) (1 + ((y) - (y))) argument 29 #define SOFTBUS_BIT(n) (1U << (n)) argument
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XMat4.js | 70 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 148 orthoMat(x, y, w, h) { argument
|
/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/foundation/arkui/ui_lite/frameworks/common/ |
H A D | image.cpp | 305 for (uint16_t y = 0; y < height; y++) { in MallocPngBytep() local 387 uint32_t n = 0; in SetPNGSrc() local 388 for (uint16_t y = 0; y < height; y++) { in SetPNGSrc() local 451 uint32_t n = 0; in SetJPEGSrc() local
|
/ohos5.0/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_hash_sha256.c | 31 #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 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/distributeddatamgr/pasteboard/test/fuzztest/ffrtutils_fuzzer/ |
H A D | ffrtutils_fuzzer.cpp | 41 int y = TypeCast<int32_t>(rawData + pos); in FuzzFfrtUtilsSubmitQueueTasks() local 67 int y = TypeCast<int32_t>(rawData); in FuzzFfrtUtilsSubmitDelayTask() local 139 int n = 0; in FuzzFfRTTimerMultiSetAndCancel() local
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_ecc_key_params.h | 37 HcfBigInteger y; member 46 HcfBigInteger n; member
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_utils.cpp | 694 int n = abs(degrees / DEGREES360); in YuvRotate() local 759 uint8_t PixelYuvUtils::GetYuv420Y(uint32_t x, uint32_t y, YUVDataInfo &info, const uint8_t *in) in GetYuv420Y() 764 uint8_t PixelYuvUtils::GetYuv420U(uint32_t x, uint32_t y, YUVDataInfo &info, PixelFormat format, in GetYuv420U() 844 for (int32_t y = 0; y < info.size.height; y++) { in Yuv420SPWritePixels() local 850 for (int32_t y = 0; y < GetUVHeight(info.size.height); y++) { in Yuv420SPWritePixels() local 873 for (uint32_t y = 0; y < yuvInfo.yHeight; y++) { in P010WritePixels() local 879 for (int32_t y = 0; y < GetUVHeight(info.size.height); y++) { in P010WritePixels() local 986 for (int32_t y = 0; y<yCopyLine ; y++) { in Yuv420SPTranslate() local 998 for (int32_t y = 0; y<uvCopyLine ; y++) { in Yuv420SPTranslate() local 1014 for (int32_t y = 0; y < info.size.height; y++) { in P010Translate() local [all …]
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 111 const uint8_t *PixelYuv::GetPixel8(int32_t x, int32_t y) in GetPixel8() 117 const uint16_t *PixelYuv::GetPixel16(int32_t x, int32_t y) in GetPixel16() 123 const uint32_t *PixelYuv::GetPixel32(int32_t x, int32_t y) in GetPixel32() 129 bool PixelYuv::GetARGB32Color(int32_t x, int32_t y, uint32_t &color) in GetARGB32Color() 312 int n = abs(degrees / DEGREES360); in rotate() local 607 for (int32_t y = 0; y < static_cast<int32_t>(yuvDataInfo.yHeight); y++) { in WritePixels() local 616 for (int32_t y = 0; y < static_cast<int32_t>(yuvDataInfo.uvHeight); y++) { in WritePixels() local 692 for (int32_t y = 0; y<static_cast<int32_t>(yuvDataInfo.yHeight); y++) { in ReadPixels() local 701 for (int32_t y = 0; y<static_cast<int32_t>(yuvDataInfo.uvHeight); y++) { in ReadPixels() local 783 ColorYuv420 PixelYuv::GetYuv420Color(uint32_t x, uint32_t y) in GetYuv420Color()
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | EnvironmentJS.cpp | 186 BASE_NS::string_view n = nameS; /*nodepath actually*/ in EnvironmentJS() local 358 auto y = obj.Get<float>("y"); in SetIrradianceCoefficients() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.h | 30 #define SWAP_INT16(x, y) \ argument 47 #define FO_TO_INTEGER(n) ((n) >= 0 ? ((n) >> FIXED_Q_NUM) : (((n) >> FIXED_Q_NUM) + 1)) argument 48 #define FO_DECIMAL(n) ((n) >= 0 ? ((n) & (FIXED_NUM_1 - 1)) : ((n) | (-FIXED_NUM_1))) argument
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …D=require("os"),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=type… property in Cu.D
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 170 const float y = Math::sin(-halfPi + pi * ringF * r); in GenerateSphereGeometry() local 264 const float y = Math::sin(idxF * s * TWO_PI); in GenerateConeGeometry() local 299 const float y = Math::cos(minorRadians) * minorRadius; in GenerateTorusSlices() local 413 const Math::Vec3& n = normals[i]; in CalculateTangentImpl() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 289 const Drawing::TextBlob* blob, const Drawing::scalar x, const Drawing::scalar y) in DrawTextBlob() 670 int n = static_cast<int>(alphaStack_.size()) - count; in RestoreAlphaToCount() local 715 int n = static_cast<int>(envStack_.size()) - count; in RestoreEnvToCount() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 313 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp() 386 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp() 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() 1952 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates() 1961 BIGNUM *x, BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinates()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 796 napi_value n = GetDetailAsyKeySpecValue(env, arg, "n"); in InitEccDetailAsyKeySpec() local 1034 napi_value n = GetDetailAsyKeySpecValue(env, arg, "n"); in InitRsaCommonAsyKeySpec() local 1917 napi_value y = ConvertBigIntToNapiValue(env, &(p->y)); in ConvertEccPointToNapiValue() local 1954 napi_value y = ConvertBigIntToNapiValue(env, &(blob->g.y)); in ConvertEccCommonParamPointToNapiValue() local
|