Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64Encoder.java81 int b1, b2, b3; in encode() local
104 b3 = (d2 << 2) & 0x3f; in encode()
108 out.write(encodingTable[b3]); in encode()
135 byte b1, b2, b3, b4; in decode()
165 b3 = decodingTable[data[i++]]; in decode()
171 if ((b1 | b2 | b3 | b4) < 0) in decode()
177 out.write((b2 << 4) | (b3 >> 2)); in decode()
178 out.write((b3 << 6) | b4); in decode()
210 byte b1, b2, b3, b4; in decode()
240 b3 = decodingTable[data.charAt(i++)]; in decode()
[all …]
/external/sonivox/arm-wt-22k/vectors/
Dabba.imy9b3*4a4*4b3.*5#c3*5#c2*5a4*5a3*5#g4*5#g3*5#f4*5#f1*5#c1*4b2*5d1*5#c4*4b3*4a4*4b3.*5#c3*5#c2*4b2*4a1…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DTwofishEngine.java393 int b0, b1, b2, b3; in setKey() local
397 b0 = b1 = b2 = b3 = i; in setKey()
404 gSBox[i*2+0x201] = gMDS3[(P[P_31][b3] & 0xff) ^ b3(k0)]; in setKey()
410 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); in setKey()
416 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); in setKey()
426 [(P[P_32][b3] & 0xff) ^ b3(k1)] & 0xff) ^ b3(k0)]; in setKey()
528 int b3 = b3(x); in F32() local
541 gMDS3[(P[P_31][b3] & 0xff) ^ b3(k0)]; in F32()
547 b3 = (P[P_34][b3] & 0xff) ^ b3(k3); in F32()
552 b3 = (P[P_33][b3] & 0xff) ^ b3(k2); in F32()
[all …]
/external/libffi/testsuite/libffi.call/
Dcls_64byte.c26 struct cls_struct_64byte b3) in cls_struct_64byte_fn() argument
30 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_64byte_fn()
31 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_64byte_fn()
32 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_64byte_fn()
33 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_64byte_fn()
34 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_64byte_fn()
35 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_64byte_fn()
36 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_64byte_fn()
37 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_64byte_fn()
49 struct cls_struct_64byte b0, b1, b2, b3; in cls_struct_64byte_gn() local
[all …]
Dcls_24byte.c21 struct cls_struct_24byte b3) in cls_struct_24byte_fn() argument
25 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_24byte_fn()
26 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_24byte_fn()
27 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_24byte_fn()
28 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_24byte_fn()
34 b3.a, b3.b, b3.c, b2.d, in cls_struct_24byte_fn()
44 struct cls_struct_24byte b0, b1, b2, b3; in cls_struct_24byte_gn() local
49 b3 = *(struct cls_struct_24byte*)(args[3]); in cls_struct_24byte_gn()
51 *(cls_struct_24byte*)resp = cls_struct_24byte_fn(b0, b1, b2, b3); in cls_struct_24byte_gn()
Dnested_struct10.c28 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
32 result.x.a = b2.a + b3.x.a + b3.z + b4.d; in B_fn()
33 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
34 result.y = b2.b + b3.x.b + b4.e; in B_fn()
37 (int)b3.x.a, b3.x.b, b3.y, b3.z, (int)b4.d, b4.e, in B_fn()
Dnested_struct5.c22 static B B_fn(struct A b2, struct B b3) in B_fn() argument
26 result.x.a = b2.a + b3.x.a; in B_fn()
27 result.x.b = b2.b + b3.x.b + b3.y; in B_fn()
28 result.y = b2.b + b3.x.b; in B_fn()
31 (int)b3.x.a, b3.x.b, b3.y, in B_fn()
Dnested_struct4.c22 static B B_fn(struct A b2, struct B b3) in B_fn() argument
26 result.x.a = b2.a + b3.x.a; in B_fn()
27 result.x.b = b2.b + b3.x.b + b3.y; in B_fn()
28 result.y = b2.b + b3.x.b; in B_fn()
31 (int)b3.x.a, b3.x.b, b3.y, in B_fn()
Dnested_struct7.c22 static B B_fn(struct A b2, struct B b3) in B_fn() argument
26 result.x.a = b2.a + b3.x.a; in B_fn()
27 result.x.b = b2.b + b3.x.b + b3.y; in B_fn()
28 result.y = b2.b + b3.x.b; in B_fn()
31 (int)b3.x.a, b3.x.b, b3.y, in B_fn()
Dnested_struct8.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 (int)b3.x.a, b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct6.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 (int)b3.x.a, b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct9.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() argument
31 result.x.a = b2.a + b3.x.a + b4.d; in B_fn()
32 result.x.b = b2.b + b3.x.b + b3.y + b4.e; in B_fn()
33 result.y = b2.b + b3.x.b + b4.e; in B_fn()
36 b3.x.a, (int)b3.x.b, b3.y, (int)b4.d, b4.e, in B_fn()
Dnested_struct1.c31 struct cls_struct_16byte1 b3) in cls_struct_combined_fn() argument
47 b3.a, b3.b, b3.c, in cls_struct_combined_fn()
61 struct cls_struct_16byte1 b3; in cls_struct_combined_gn() local
66 b3 = *(struct cls_struct_16byte1*)(args[3]); in cls_struct_combined_gn()
69 *(cls_struct_combined*)resp = cls_struct_combined_fn(b0, b1, b2, b3); in cls_struct_combined_gn()
/external/clang/test/CodeGen/
Dasm-variable.c11 register unsigned long long b3 asm("rcx"); in foo()
18 b3 = a3; in foo()
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5)); in foo()
36 register double b3 asm("xmm3"); in foo2()
47 b3 = a3; in foo2()
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6), in foo2()
/external/valgrind/main/none/tests/s390x/
Dclc.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
40 testrun(b1 + offset1, b3 + offset2, l); in multiplex()
43 testrun(b2 + offset1, b3 + offset2, l); in multiplex()
45 testrun(b3 + offset1, b3 + offset2, l); in multiplex()
46 testrun(b3 + offset1, b4 + offset2, l); in multiplex()
Dclcle.c6 char b3[23] ="mmmmmmmmmmmmmmmmmmmmmmm"; variable
51 testrun(b1, l1, b3, l3, pad); in multiplex()
54 testrun(b2, l1, b3, l3, pad); in multiplex()
56 testrun(b3, l1, b3, l3, pad); in multiplex()
57 testrun(b3, l1, b4, l3, pad); in multiplex()
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java260 byte k = 0, l = 0, b1 = 0, b2 = 0, b3 = 0; in encodeBase64()
273 b3 = binaryData[dataIndex + 2]; in encodeBase64()
285 ((b3 & SIGN) == 0) ? (byte) (b3 >> 6) : (byte) ((b3) >> 6 ^ 0xfc); in encodeBase64()
295 encodedData[encodedIndex + 3] = lookUpBase64Alphabet[b3 & 0x3f]; in encodeBase64()
383 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0; in decodeBase64()
411 b3 = base64Alphabet[marker0]; in decodeBase64()
416 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
417 decodedData[encodedIndex + 2] = (byte) (b3 << 6 | b4); in decodeBase64()
423 b3 = base64Alphabet[marker0]; in decodeBase64()
427 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
/external/v8/test/mjsunit/tools/
Dprofile_view.js58 var b3 = createNode('b', 3, a1);
61 createNode('c', 5, b3);
62 createNode('d', 4, b3);
63 createNode('d', 2, b3);
/external/chromium_org/v8/test/mjsunit/tools/
Dprofile_view.js58 var b3 = createNode('b', 3, a1);
61 createNode('c', 5, b3);
62 createNode('d', 4, b3);
63 createNode('d', 2, b3);
/external/chromium_org/v8/test/mjsunit/
Dgenerated-transition-stub.js92 var b3 = [0, 1, 2, , 4];
93 assertTrue(%HasFastSmiElements(b3));
94 assertTrue(%HasFastHoleyElements(b3));
95 transition2(b3, 0, 2.5);
96 assertTrue(%HasFastHoleyElements(b3));
97 assertEquals(4, b3[4]);
98 assertEquals(2.5, b3[0]);
Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) { argument
33 assertEquals(b3, func(undefined, .5));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) { argument
42 assertEquals(b3, func(undefined, .5));
Ddebug-evaluate-locals-optimized-double.js54 { locals: {a3: 7.07, b3: 8.08}, property
211 var b3 = input[i].b;
213 b3 = b3 + b3 / 100;
214 new g2(i - 1, a3, b3);
215 return a3 + b3;
/external/icu4c/test/cintltst/
Dnfsprep.c52 char *b3=b3Stack; in nfs4_prepare() local
104 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status); in nfs4_prepare()
107 b3 = (char*) malloc(b3Len); in nfs4_prepare()
108 if(b3== NULL){ in nfs4_prepare()
113 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status); in nfs4_prepare()
118 memmove(dest, b3, reqLength); in nfs4_prepare()
128 if(b3!=b3Stack){ in nfs4_prepare()
129 free(b3); in nfs4_prepare()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dnfsprep.c52 char *b3=b3Stack; in nfs4_prepare() local
104 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status); in nfs4_prepare()
107 b3 = (char*) malloc(b3Len); in nfs4_prepare()
108 if(b3== NULL){ in nfs4_prepare()
113 u_strToUTF8(b3,b3Capacity, &b3Len, b2, b2Len, status); in nfs4_prepare()
118 memmove(dest, b3, reqLength); in nfs4_prepare()
128 if(b3!=b3Stack){ in nfs4_prepare()
129 free(b3); in nfs4_prepare()
/external/v8/test/mjsunit/
Dcomparison-ops-and-undefined.js30 function test_helper_for_ics(func, b1, b2, b3, b4) { argument
33 assertEquals(b3, func(undefined, .5));
37 function test_helper_for_crankshaft(func, b1, b2, b3, b4) { argument
42 assertEquals(b3, func(undefined, .5));

12345678910>>...13