Home
last modified time | relevance | path

Searched +defs:p +defs:y (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dndk_test.cpp40 const NativePixelMap *p = nullptr; variable
56 const NativePixelMap *p = nullptr; variable
72 const NativePixelMap *p = nullptr; variable
88 const NativePixelMap *p = nullptr; variable
104 const NativePixelMap *p = nullptr; variable
120 const NativePixelMap *p = nullptr; variable
154 float y = 0.5; variable
171 float y = 0.5; variable
189 float y = 0.5; variable
222 int32_t y = 0; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Dpoint.h71 inline PointF::PointF(const PointF& p) noexcept : x_(p.GetX()), y_(p.GetY()) {} in PointF()
73 inline PointF::PointF(scalar x, scalar y) noexcept : x_(x), y_(y) {} in PointF()
90 inline void PointF::SetY(scalar y) in SetY()
95 inline void PointF::Set(scalar x, scalar y) in Set()
106 inline void PointF::Offset(scalar x, scalar y) in Offset()
228 inline PointI::PointI(const PointI& p) noexcept : x_(p.GetX()), y_(p.GetY()) {} in PointI()
230 inline PointI::PointI(int x, int y) noexcept : x_(x), y_(y) {} in PointI()
247 inline void PointI::SetY(int y) in SetY()
252 inline void PointI::Set(int x, int y) in Set()
H A Dpoint3.h64 inline Point3::Point3(const Point3& p) noexcept : x_(p.GetX()), y_(p.GetY()), z_(p.GetZ()) {} in Point3()
66 inline Point3::Point3(scalar x, scalar y, scalar z) noexcept : x_(x), y_(y), z_(z) {} in Point3()
88 inline void Point3::SetY(scalar y) in SetY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_mem.h65 static inline void* ThrowOnFailure(size_t size, void* p) in ThrowOnFailure()
73 static inline size_t Add(size_t x, size_t y) in Add()
78 static inline uint32_t Mul32(uint32_t x, uint32_t y) in Mul32()
86 static inline uint64_t Mul64(uint64_t x, uint64_t y) in Mul64()
105 void* p; in MallocFlags() local
118 static inline void* MallocThrow(size_t x, size_t y) in MallocThrow()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dpubdef.h46 #define FREE_AND_NIL(p) do {if (p) { delete (p); (p) = nullptr;}} while (0) argument
48 #define FREE_AND_NIL_ARRAY(p) do {if (p) {delete[] (p); (p) = nullptr;}} while (0) argument
51 #define MAX(x, y) (((x) > (y)) ? (x) : (y)) argument
53 #define MIN(x, y) (((x) < (y)) ? (x) : (y)) argument
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_asy_key_generator_openssl.c59 static HcfResult CheckEc224CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc224CurveId()
80 static HcfResult CheckEc256CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc256CurveId()
101 static HcfResult CheckEc384CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc384CurveId()
122 static HcfResult CheckEc521CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc521CurveId()
143 static HcfResult CheckBP160r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160r1CurveId()
164 static HcfResult CheckBP160t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160t1CurveId()
185 static HcfResult CheckBP192r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192r1CurveId()
206 static HcfResult CheckBP192t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192t1CurveId()
227 static HcfResult CheckBP224r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP224r1CurveId()
248 static HcfResult CheckBP224t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP224t1CurveId()
[all …]
H A Decc_common_param_spec_generator_openssl.c64 BIGNUM *y = OpensslBnNew(); in BuildCommonParamPart() local
97 BIGNUM *p = OpensslBnNew(); in BuildCommonParamGFp() local
284 EC_POINT **ecPoint, BIGNUM **x, BIGNUM **y) in InitEccPoint()
337 static HcfResult ConvertBigNumToEccPoint(const BIGNUM *x, const BIGNUM *y, in ConvertBigNumToEccPoint()
396 BIGNUM *y = NULL; in HcfEngineConvertPoint() local
/ohos5.0/build/rust/tests/test_bindgen_test/test_for_extern_c/
H A Dtest_extern_c.rs33 let p: f64 = 3.0; in main() localVariable
35 let mut y: f64 = 64.0; in main() localVariable
/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c146 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in EccToX509PublicKey()
200 …const uint32_t alg, uint32_t keySize, const struct HksBlob *x, const struct HksBlob *y, struct Hks… in Sm2ToX509PublicKey()
208 …const struct HksBlob *publicKey, struct HksBlob *y, struct HksBlob *p, struct HksBlob *q, struct H… in GetDsaPubKeyParam()
237 static int32_t DsaToX509PublicKey(const struct HksBlob *y, const struct HksBlob *p, const struct Hk… in DsaToX509PublicKey()
291 struct HksBlob y = {0}; in DsaPublicKeyToX509() local
292 struct HksBlob p = {0}; in DsaPublicKeyToX509() local
492 BIGNUM *y = BN_new(); in EcKeyToPublicKey() local
644 const BIGNUM *p = NULL; in X509PublicKeyToDsa() local
/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
144 const p = await abilityManager.isEmbeddedOpenAllowed(this.context, this.appId); constant
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_dsa_helper.c83 BIGNUM *y = NULL; in InitDsa() local
84 BIGNUM *p = NULL; in InitDsa() local
364 const BIGNUM *y = DSA_get0_pub_key(dsa); in SaveDsaKeyToHksBlob() local
365 const BIGNUM *p = DSA_get0_p(dsa); in SaveDsaKeyToHksBlob() local
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_dsa.c75 BIGNUM *y = BN_bin2bn(buff, keyMaterial->ySize, NULL); in InitDsaStructKey() local
101 BIGNUM *p = BN_bin2bn(buff, keyMaterial->pSize, NULL); in InitDsaStructParameter() local
205 const BIGNUM *y = DSA_get0_pub_key(dsa); in DsaKeyMaterialData() local
206 const BIGNUM *p = DSA_get0_p(dsa); in DsaKeyMaterialData() local
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5x06.c44 char *p; in Ft5x06_EP00() local
65 char *p; in Ft5x06_EP01() local
214 int32_t y = 0; in ParsePointData() local
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
H A Ddetailed_ecc_key_params.h31 HcfBigInteger p; member
37 HcfBigInteger y; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsgpuoverdrawcanvaslistener_fuzzer/
H A Drsgpuoverdrawcanvaslistener_fuzzer.cpp64 float y = GetData<float>(); in DoDrawPoint() local
77 float y = GetData<float>(); in DoDrawLine() local
214 float y = GetData<float>(); in DoDrawCircle() local
254 float y = GetData<float>(); in DoDrawShadow() local
303 float y = GetData<float>(); in DoDrawBitmap() local
318 float y = GetData<float>(); in DoDrawImage() local
386 int p = GetData<int>(); in DoAttachPen() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.cpp101 cl_program p = clCreateProgramWithBinary(context, 1, &device_id, &len, &ptr, NULL, &err); in LoadShaderBin() local
402 static uint8_t SelectPartition(int32_t seed, int32_t x, int32_t y, int32_t z, int32_t partitionCoun…
509 for (int32_t y = 0; y < DIM; y++) { local
540 PartInfo p = {}; local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Decc_openssl_common.c57 BIGNUM *p = NULL; in NewGroupFromCurveGFp() local
92 BIGNUM *y = NULL; in SetEcPointToGroup() local
292 BIGNUM *p = OpensslBnNew(); in GetCurveGFp() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_obj_abs_geometry.cpp220 float y = trans_->quaternion_[1]; in UpdateAbsMatrix3D() local
322 std::vector<Drawing::Point> p(RECT_POINT_NUM); in MapRect() local
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dlite_wm.cpp240 void LiteWM::MoveTo(int32_t id, int16_t x, int16_t y) in MoveTo()
536 int y = mask.GetTop(); in DrawRegion() local
580 for (int16_t y = y1; y <= y2; y++) { in DrawBackground() local
602 for (int16_t y = y1; y <= y2; y++) { in DrawMouseCursor() local
642 Point p = { event.x, event.y }; in FindTargetWindow() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c355 static int32_t ReadBigNums(mbedtls_mpi *x, mbedtls_mpi *y, const Blob *blob) in ReadBigNums()
373 static int32_t WriteOutBigNums(const mbedtls_mpi *x, const mbedtls_mpi *y, Blob *out) in WriteOutBigNums()
390 static int EcKeyAgreementLog(mbedtls_ecp_keypair *keyPair, mbedtls_ecp_point *p, mbedtls_ctr_drbg_c… in EcKeyAgreementLog()
419 mbedtls_ecp_point p; in EcKeyAgreement() local
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_curves.cpp116 uint32_t QuadBezierCurveIncr::GenerateVertex(float* x, float* y) in GenerateVertex()
196 uint32_t QuadrBezierCurveDividOp::GenerateVertex(float* x, float* y) in GenerateVertex()
399 uint32_t CubicBezierCurveIncrement::GenerateVertex(float* x, float* y) in GenerateVertex()
489 uint32_t CubicBezierCurveDividOperate::GenerateVertex(float* x, float* y) in GenerateVertex()
494 const PointF& p = points_[count_++]; in GenerateVertex() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp103 std::string p, op; local
118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)…
248 size_t p = ftell(d); local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_attraction_effect_filter.cpp65 Drawing::Point p = { 0.0f, 0.0f }; in LerpPoint() local
80 Drawing::Point p = { 0.0f, 0.0f }; in CubicBezier() local
347 float y = windowStatusPoints_[i].GetY(); in UpdateDirtyRegion() local
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c313 BIGNUM *y, BN_CTX *ctx) in OpensslEcPointGetAffineCoordinatesGfp()
329 int OpensslEcGroupGetCurveGfp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupGetCurveGfp()
361 EC_GROUP *OpensslEcGroupNewCurveGfp(const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) in OpensslEcGroupNewCurveGfp()
386 const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinatesGfp()
938 int OpensslDsaSet0Pqg(DSA *dsa, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDsaSet0Pqg()
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()
1952 const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) in OpensslEcPointSetAffineCoordinates()
1960 int OpensslEcPointGetAffineCoordinates(const EC_GROUP *group, const EC_POINT *p, in OpensslEcPointGetAffineCoordinates()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H A Dsbc_encoder.cpp83 extern "C" void DestroyEncode(Encoder *p) in DestroyEncode()
625 void Encoder::CalculateScalefactorsJointInternal(uint32_t &x, uint32_t &y, int32_t &tmp0, int32_t &… in CalculateScalefactorsJointInternal()
642 void Encoder::CalculateScalefactorsJointForTheRestSubband(uint32_t &x, uint32_t &y, in CalculateScalefactorsJointForTheRestSubband()
701 uint32_t y = 0; in CalculateScalefactorsJoint() local

123