Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 173) sorted by relevance

1234567

/base/update/updater/test/fuzztest/fuzz_src_data/
Dtestscript.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
8 if (a == b) {
14 function computer(a, b, c) {
15 f = a + b;
16 return f, a, b;
20 f = a + b;
21 return f, a, b;
Dtest_native.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
8 if (a == b) {
17 function computer(a, b, c) {
18 f = a + b;
19 return f, a, b;
23 f = a + b;
24 return f, a, b;
Dtest_if.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
7 function computer(a, b, c) {
8 if (a == b) {
12 return b, c;
14 return a, b;
16 return c, b;
19 Stdout("a,b,c = ", computer(2,3,2), e);
Dtest_function.us3 function computer(a, b, c) {
4 f = a + b;
5 return f, a, b;
10 f = a + b;
11 return f, a, b;
Dtest_math.us4 b = 5 + 6;
5 c = (a + b) * (a - b);
7 f = (a + b) / (a - 3);
17 Stdout(a, b, c, f);
/base/update/updater/test/unittest/test_data/src/
Dtestscript.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
8 if (a == b) {
14 function computer(a, b, c) {
15 f = a + b;
16 return f, a, b;
20 f = a + b;
21 return f, a, b;
Dtest_native.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
8 if (a == b) {
17 function computer(a, b, c) {
18 f = a + b;
19 return f, a, b;
23 f = a + b;
24 return f, a, b;
Dtest_script.us1 function Add(a, b, c)
3 Stdout("Test Add ", a, b, c);
4 a = a + b;
15 function Sub(a, b, c)
17 Stdout("Test Sub ", a, b, c);
18 a = a - b;
26 function Mul(a, b, c)
28 Stdout("Test Mul ", a, b, c);
29 a = a * b;
37 function Div(a, b, c)
[all …]
Dtest_if.us3 b = 5 + 6;
4 c = (a + b) * (a - b);
7 function computer(a, b, c) {
8 if (a == b) {
12 return b, c;
14 return a, b;
16 return c, b;
19 Stdout("a,b,c = ", computer(2,3,2), e);
Dtest_function.us3 function computer(a, b, c) {
4 f = a + b;
5 return f, a, b;
10 f = a + b;
11 return f, a, b;
Dtest_math.us4 b = 5 + 6;
5 c = (a + b) * (a - b);
7 f = (a + b) / (a - 3);
17 Stdout(a, b, c, f);
/base/hiviewdfx/hiview/test/resource/base/
Devent_logger_config2 event id="" name="UI_BLOCK_3S" action="s,b,pb:1" interval="20"
4 event id="" name="FWK_BLOCK" action="b,s=1,n=2,pb:0" interval="30"
5 event id="" name="XCOLLIE" action="b,s" interval="0"
7 event id="" name="RESUME01" action="b,s=123,n=cb2,pb:0" interval="40"
8 event id="" name="RESUME02 " action="b,s=1456,n=pdc,pb:0" interval="30"
9 event id="" name="RESUME03" action="b,s=332,m=sd:2.2.10;tr56,pb:0" interval="87"
10 event id="" name="RESUME04" action="b,s=42,n=a,pb:0" interval="a16"
11 event id="0x123" name="RESUME05" action="b,s=1456,n=pdc,pb:0"interval="31" qwead
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dcrypto_hash_to_point.c112 const struct CurveConstPara *curvePara, BIGNUM *b, BN_CTX *ctx) in CurveHashToPointCalcB() argument
120 if (BN_mul(b, swap, swap, ctx) <= 0) { in CurveHashToPointCalcB()
123 if (BN_mod(b, b, curvePara->p, ctx) <= 0) { in CurveHashToPointCalcB()
126 if (BN_mul(swap, b, curvePara->u, ctx) <= 0) { in CurveHashToPointCalcB()
132 if (BN_add(b, swap, curvePara->one) <= 0) { in CurveHashToPointCalcB()
135 if (BN_mod(b, b, curvePara->p, ctx) <= 0) { in CurveHashToPointCalcB()
138 if (BN_mod_inverse(swap, b, curvePara->p, ctx) <= 0) { in CurveHashToPointCalcB()
141 if (BN_mul(b, swap, curvePara->minusA, ctx) <= 0) { in CurveHashToPointCalcB()
144 if (BN_mod(b, b, curvePara->p, ctx) <= 0) { in CurveHashToPointCalcB()
153 static int32_t CurveHashToPointCalcA(const BIGNUM *b, in CurveHashToPointCalcA() argument
[all …]
/base/hiviewdfx/hiview/plugins/eventservice/test/resource/eventservice/
Dhisysevent.def16 "desc": "param b in event name a"
23 "desc": "event name b definition"
27 "desc": "param a in event name b"
31 "desc": "param b in event name b"
35 "desc": "param c in event name b"
/base/web/webview/ohos_nweb/include/
Dnweb_value.h27 bool b; member
47 bool GetBoolean() { return data_.b; } in GetBoolean()
49 void SetBoolean(bool b) { data_.b = b; } in SetBoolean() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
Dcert_manager_status.h61 #define CM_BLOB(b) (struct CmBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument
63 #define HKS_BLOB(b) (struct HksBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_ed25519tox25519.c174 if (var->b != NULL) { in FreeLocalBigVar()
175 BN_free(var->b); in FreeLocalBigVar()
176 var->b = NULL; in FreeLocalBigVar()
195 var->b = BN_new(); in Curve25519LocalVar()
196 if (var->b == NULL) { in Curve25519LocalVar()
223 if (BN_mod_add(var->b, var->b, tmpOne, curve25519->p, ctx) <= 0) { in CheckEd25519PubkeyPart()
226 if (BN_mod_exp(var->c, var->b, curve25519->negativeTwo, curve25519->p, ctx) <= 0) { in CheckEd25519PubkeyPart()
229 if (BN_mod_add(var->b, var->a, curve25519->negativeOne, curve25519->p, ctx) <= 0) { in CheckEd25519PubkeyPart()
232 if (BN_mod_mul(var->a, var->b, var->c, curve25519->p, ctx) <= 0) { in CheckEd25519PubkeyPart()
238 if (BN_mod_exp(var->b, var->a, curve25519->negativeOneDivideTwo, curve25519->p, ctx) <= 0) { in CheckEd25519PubkeyPart()
[all …]
/base/update/packaging_tools/test/
Dfake_data.py15 RSA_PRIVATE_KEY_DATA = b"""-----BEGIN RSA PRIVATE KEY-----
43 PARTITION_FILE_CONVERSION_FAILED = b"""<?xml version="1.0" encoding="GB2312" ?>
/base/powermgr/powermgr_lite/frameworks/include/
Drunning_lock_entry.h52 …c inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentity *b) in IsSameRunningLockIdentity() argument
54 return ((a->pid == b->pid) && (a->token == b->token)) ? TRUE : FALSE; in IsSameRunningLockIdentity()
/base/startup/hvb/libhvb/src/crypto/
Dhvb_rsa.c153 static void lin_mul_word(unsigned long a, unsigned long b, unsigned long *res_hi, unsigned long *re… in lin_mul_word() argument
157 *res_low = a * b; in lin_mul_word()
158 __asm__ volatile ("umulh %0, %1, %2" : "+r"(hi) : "r"(a), "r"(b) :); in lin_mul_word()
171 bb = b; in lin_mul_word()
182 b_h = b >> SWORD_BIT_SIZE; in lin_mul_word()
183 b_l = b & SWORD_BIT_MASK; in lin_mul_word()
227 #define dword_add_word(a, b, r) \ argument
229 r##_l = a##_l + (b); \
230 r##_h = a##_h + (r##_l < (b)); \
233 static void montgomery_mul_add(struct long_int_num *p_a, unsigned long b, struct long_int_num *p_n, in montgomery_mul_add() argument
[all …]
/base/hiviewdfx/blackbox/interfaces/native/kits/
Dblackbox.h30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
/base/hiviewdfx/blackbox/interfaces/native/innerkits/
Dblackbox.h30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
/base/powermgr/thermal_manager/application/protector/src/policy/
Dthermal_kernel_policy.cpp119 int32_t ThermalKernelPolicy::GetMaxCommonDivisor(int32_t a, int32_t b) in GetMaxCommonDivisor() argument
121 if (b == 0) { in GetMaxCommonDivisor()
125 if (a % b == 0) { in GetMaxCommonDivisor()
126 return b; in GetMaxCommonDivisor()
128 return GetMaxCommonDivisor(b, a % b); in GetMaxCommonDivisor()
/base/update/updater/services/etc/
Dinit.usb.configfs.cfg11 "rm /config/usb_gadget/g1/configs/b.1/f1",
18 "write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration hdc",
19 … "symlink /config/usb_gadget/g1/functions/ffs.hdc /config/usb_gadget/g1/configs/b.1/f1",
Dinit.cfg38 "mkdir /config/usb_gadget/g1/configs/b.1 0770 shell shell",
39 "mkdir /config/usb_gadget/g1/configs/b.1/strings/0x409 0770 shell shell",
42 "write /config/usb_gadget/g1/configs/b.1/MaxPower 500",
43 "symlink /config/usb_gadget/g1/configs/b.1 /config/usb_gadget/g1/os_desc/b.1",

1234567