Home
last modified time | relevance | path

Searched +defs:g +defs:n (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/fullscreenlaunchcomponent/interfaces/
H A Dfullscreenlaunchcomponent_preview.js22 constructor(j, k, l, m = -1, n = undefined, o) { argument
54 purgeVariableDependenciesOnElmtId(g) { argument
/ohos5.0/foundation/multimedia/av_session/avpicker/
H A Davpickerparam_mock.js25 constructor(e, t, o, n = -1, m = undefined) { argument
36 updateStateVars(g) { argument
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/
H A Ddetailed_ecc_key_params.h45 HcfPoint g; member
46 HcfBigInteger n; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpost_proc_slr.cpp53 SLRWeightMat SLRProc::GetWeights(float coeff, int n) in GetWeights()
197 …uint32_t r = SLRCast(rgba[0]), g = SLRCast(rgba[1]), b = SLRCast(rgba[2]), a = SLRCast(rgba[3]); /… 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 Dhvigor-wrapper.js15n=require("fs"),r=require("child_process"),u=require("process"),o=require("tty"),i=require("util")… function
/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")… function
/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/relational_store/frameworks/js/napi/cloud_extension/
H A Dcloud_extension_stub.js37 let g; variable
605 class n extends rpc.RemoteObject { class
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dshadowutils.cpp72 uint8_t g = (color >> 8) & 0xFF; // 8 颜色值 偏移量 in draw_shadow() local
381 float n = 80; in draw_paths() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …),e=require("fs"),t=require("child_process"),r=require("crypto"),n="undefined"!=typeof globalThis?… variable
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp594 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitDsaCommonAsyKeySpec() local
796 napi_value n = GetDetailAsyKeySpecValue(env, arg, "n"); in InitEccDetailAsyKeySpec() local
797 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitEccDetailAsyKeySpec() local
1034 napi_value n = GetDetailAsyKeySpecValue(env, arg, "n"); in InitRsaCommonAsyKeySpec() local
1301 napi_value g = GetDetailAsyKeySpecValue(env, arg, "g"); in InitDhCommonAsyKeySpec() local
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js168 let n; variable
186 let g; variable
2161 let n = e; variable
3169 const g = (e, d) => { constant
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js1326 constructor(k, l, m, n) { argument
1338 constructor(a, b, c, d, e, f, g, h, i, j) { argument
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c938 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()
1849 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c591 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()
1301 int OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in OpensslDhSet0Pqg()