/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
D | Base64Encoder.java | 84 int b1, b2, b3; in encode() local 107 b3 = (d2 << 2) & 0x3f; in encode() 111 out.write(encodingTable[b3]); in encode() 138 byte b1, b2, b3, b4; in decode() 168 b3 = decodingTable[data[i++]]; in decode() 174 if ((b1 | b2 | b3 | b4) < 0) in decode() 180 out.write((b2 << 4) | (b3 >> 2)); in decode() 181 out.write((b3 << 6) | b4); in decode() 213 byte b1, b2, b3, b4; in decode() 243 b3 = decodingTable[data.charAt(i++)]; in decode() [all …]
|
/external/libffi/testsuite/libffi.call/ |
D | stret_large2.c | 37 struct_116byte b3) in cls_struct_116byte_fn() argument 41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn() 42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn() 43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn() 44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn() 45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn() 46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn() 47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn() 48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn() 49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn() [all …]
|
D | stret_large.c | 36 struct_108byte b3) in cls_struct_108byte_fn() argument 40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn() 41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn() 42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn() 43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn() 44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn() 45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn() 46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn() 47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn() 48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn() [all …]
|
D | stret_medium.c | 28 struct_72byte b3) in cls_struct_72byte_fn() argument 32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | stret_medium2.c | 29 struct_72byte b3) in cls_struct_72byte_fn() argument 33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | cls_64byte.c | 26 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 …]
|
D | cls_24byte.c | 21 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()
|
D | nested_struct10.c | 28 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()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | stret_large2.c | 37 struct_116byte b3) in cls_struct_116byte_fn() argument 41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn() 42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn() 43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn() 44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn() 45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn() 46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn() 47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn() 48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn() 49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn() [all …]
|
D | stret_large.c | 36 struct_108byte b3) in cls_struct_108byte_fn() argument 40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn() 41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn() 42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn() 43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn() 44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn() 45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn() 46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn() 47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn() 48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn() [all …]
|
D | stret_medium.c | 28 struct_72byte b3) in cls_struct_72byte_fn() argument 32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | stret_medium2.c | 29 struct_72byte b3) in cls_struct_72byte_fn() argument 33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | cls_64byte.c | 26 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 …]
|
D | cls_24byte.c | 21 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()
|
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | stret_large2.c | 37 struct_116byte b3) in cls_struct_116byte_fn() argument 41 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_116byte_fn() 42 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_116byte_fn() 43 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_116byte_fn() 44 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_116byte_fn() 45 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_116byte_fn() 46 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_116byte_fn() 47 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_116byte_fn() 48 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_116byte_fn() 49 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_116byte_fn() [all …]
|
D | stret_large.c | 36 struct_108byte b3) in cls_struct_108byte_fn() argument 40 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_108byte_fn() 41 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_108byte_fn() 42 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_108byte_fn() 43 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_108byte_fn() 44 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_108byte_fn() 45 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_108byte_fn() 46 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_108byte_fn() 47 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_108byte_fn() 48 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_108byte_fn() [all …]
|
D | stret_medium2.c | 29 struct_72byte b3) in cls_struct_72byte_fn() argument 33 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 34 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 35 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 36 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 37 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 38 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 39 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 40 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 41 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | stret_medium.c | 28 struct_72byte b3) in cls_struct_72byte_fn() argument 32 result.a = b0.a + b1.a + b2.a + b3.a; in cls_struct_72byte_fn() 33 result.b = b0.b + b1.b + b2.b + b3.b; in cls_struct_72byte_fn() 34 result.c = b0.c + b1.c + b2.c + b3.c; in cls_struct_72byte_fn() 35 result.d = b0.d + b1.d + b2.d + b3.d; in cls_struct_72byte_fn() 36 result.e = b0.e + b1.e + b2.e + b3.e; in cls_struct_72byte_fn() 37 result.f = b0.f + b1.f + b2.f + b3.f; in cls_struct_72byte_fn() 38 result.g = b0.g + b1.g + b2.g + b3.g; in cls_struct_72byte_fn() 39 result.h = b0.h + b1.h + b2.h + b3.h; in cls_struct_72byte_fn() 40 result.i = b0.i + b1.i + b2.i + b3.i; in cls_struct_72byte_fn() [all …]
|
D | cls_64byte.c | 26 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 …]
|
D | cls_24byte.c | 21 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()
|
/external/sonivox/arm-wt-22k/vectors/ |
D | abba.imy | 9 …b3*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/ |
D | TwofishEngine.java | 393 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/okhttp/okio/okio/src/test/java/okio/ |
D | TestUtil.java | 79 ByteString b3 = new ByteString(b3Bytes); in assertEquivalent() local 80 assertFalse(b1.equals(b3)); in assertEquivalent() 81 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent() 83 ByteString b3 = ByteString.encodeUtf8("a"); in assertEquivalent() local 84 assertFalse(b1.equals(b3)); in assertEquivalent() 85 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent() 116 Buffer b3 = new Buffer().write(b3Bytes); in assertEquivalent() local 117 assertFalse(b1.equals(b3)); in assertEquivalent() 118 assertFalse(b1.hashCode() == b3.hashCode()); in assertEquivalent() 120 Buffer b3 = new Buffer().writeUtf8("a"); in assertEquivalent() local [all …]
|
/external/tcpdump/tests/ |
D | vxlan.out | 1 …1 36:dc:85:1e:b3:40 > 00:16:3e:08:71:cf, ethertype IPv4 (0x0800), length 148: 192.168.203.1.45149… 3 …2 00:16:3e:08:71:cf > 36:dc:85:1e:b3:40, ethertype IPv4 (0x0800), length 92: 192.168.202.1.42710 … 5 …3 36:dc:85:1e:b3:40 > 00:16:3e:08:71:cf, ethertype IPv4 (0x0800), length 92: 192.168.203.1.52102 … 7 …4 00:16:3e:08:71:cf > 36:dc:85:1e:b3:40, ethertype IPv4 (0x0800), length 148: 192.168.202.1.32894… 9 …5 36:dc:85:1e:b3:40 > 00:16:3e:08:71:cf, ethertype IPv4 (0x0800), length 148: 192.168.203.1.45149… 11 …6 00:16:3e:08:71:cf > 36:dc:85:1e:b3:40, ethertype IPv4 (0x0800), length 148: 192.168.202.1.32894… 13 …7 36:dc:85:1e:b3:40 > 00:16:3e:08:71:cf, ethertype IPv4 (0x0800), length 148: 192.168.203.1.45149… 15 …8 00:16:3e:08:71:cf > 36:dc:85:1e:b3:40, ethertype IPv4 (0x0800), length 148: 192.168.202.1.32894… 17 …9 36:dc:85:1e:b3:40 > 00:16:3e:08:71:cf, ethertype IPv4 (0x0800), length 148: 192.168.203.1.45149… 19 …10 00:16:3e:08:71:cf > 36:dc:85:1e:b3:40, ethertype IPv4 (0x0800), length 148: 192.168.202.1.3289…
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | avg_intrin_avx2.c | 31 __m256i b3 = _mm256_sub_epi16(a2, a3); in hadamard_col8x2_avx2() local 38 a1 = _mm256_add_epi16(b1, b3); in hadamard_col8x2_avx2() 40 a3 = _mm256_sub_epi16(b1, b3); in hadamard_col8x2_avx2() 49 b3 = _mm256_add_epi16(a2, a6); in hadamard_col8x2_avx2() 57 a1 = _mm256_unpacklo_epi16(b2, b3); in hadamard_col8x2_avx2() 59 a3 = _mm256_unpackhi_epi16(b2, b3); in hadamard_col8x2_avx2() 68 b3 = _mm256_unpackhi_epi32(a4, a5); in hadamard_col8x2_avx2() 76 in[2] = _mm256_unpacklo_epi64(b2, b3); in hadamard_col8x2_avx2() 77 in[3] = _mm256_unpackhi_epi64(b2, b3); in hadamard_col8x2_avx2() 158 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in vpx_hadamard_16x16_avx2() local [all …]
|