/external/dng_sdk/source/ |
D | dng_fingerprint.cpp | 476 S43 = 15, in MD5Transform() enumerator 568 II (c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */ in MD5Transform() 572 II (c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */ in MD5Transform() 576 II (c, d, a, b, x[ 6], S43, 0xa3014314); /* 59 */ in MD5Transform() 580 II (c, d, a, b, x[ 2], S43, 0x2ad7d2bb); /* 63 */ in MD5Transform()
|
/external/ppp/pppd/ |
D | md5.c | 278 #define S43 15 macro 282 II ( c, d, a, b, in[14], S43, UL(2878612391)); /* 51 */ 286 II ( c, d, a, b, in[10], S43, UL(4293915773)); /* 55 */ 290 II ( c, d, a, b, in[ 6], S43, UL(2734768916)); /* 59 */ 294 II ( c, d, a, b, in[ 2], S43, UL( 718787259)); /* 63 */
|
/external/clang/test/PCH/ |
D | cxx-key-functions.cpp | 51 struct S43 { virtual void f(); }; struct 86 S40, S41, S42, S43, S44, S45, S46, S47, S48, S49,
|
/external/llvm-project/clang/test/PCH/ |
D | cxx-key-functions.cpp | 51 struct S43 { virtual void f(); }; struct 86 S40, S41, S42, S43, S44, S45, S46, S47, S48, S49,
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 182 private static final int S43 = 15; field in MD5Digest 302 c = rotateLeft(c + K(d, a, b) + X[14] + 0xab9423a7, S43) + d; in processBlock() 306 c = rotateLeft(c + K(d, a, b) + X[10] + 0xffeff47d, S43) + d; in processBlock() 310 c = rotateLeft(c + K(d, a, b) + X[ 6] + 0xa3014314, S43) + d; in processBlock() 314 c = rotateLeft(c + K(d, a, b) + X[ 2] + 0x2ad7d2bb, S43) + d; in processBlock()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 180 private static final int S43 = 15; field in MD5Digest 300 c = rotateLeft(c + K(d, a, b) + X[14] + 0xab9423a7, S43) + d; in processBlock() 304 c = rotateLeft(c + K(d, a, b) + X[10] + 0xffeff47d, S43) + d; in processBlock() 308 c = rotateLeft(c + K(d, a, b) + X[ 6] + 0xa3014314, S43) + d; in processBlock() 312 c = rotateLeft(c + K(d, a, b) + X[ 2] + 0x2ad7d2bb, S43) + d; in processBlock()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 182 private static final int S43 = 15; field in MD5Digest 302 c = rotateLeft(c + K(d, a, b) + X[14] + 0xab9423a7, S43) + d; in processBlock() 306 c = rotateLeft(c + K(d, a, b) + X[10] + 0xffeff47d, S43) + d; in processBlock() 310 c = rotateLeft(c + K(d, a, b) + X[ 6] + 0xa3014314, S43) + d; in processBlock() 314 c = rotateLeft(c + K(d, a, b) + X[ 2] + 0x2ad7d2bb, S43) + d; in processBlock()
|
/external/llvm-project/polly/lib/External/isl/test_inputs/codegen/cloog/ |
D | swim.st | 1 …2 >= 1 and i2 <= R; S94[i0] : M = 1 and i0 >= 2 and i0 <= P; S6[] : M = 1; S43[i0, i1, i2] : M = 1… 55 …1]; S68[i0]; S53[i0]; S72[i0]; S85[i0]; S52[i0]; S69[i0]; S61[i0, i1, i2]; S43[i0, i1, i2]; S124[i… 57 …, i1] -> [(i0)]; S121[i0] -> [(i0)]; S84[i0] -> [(i0)]; S83[i0] -> [(i0)]; S43[i0, i1, i2] -> [(i0… 63 …- filter: "[M, N, O, P, Q, R] -> { S40[i0, i1, i2]; S41[i0, i1, i2]; S43[i0, i1, i2]; S42[i0, i1, … 65 …schedule: "[M, N, O, P, Q, R] -> [{ S43[i0, i1, i2] -> [(i1)]; S41[i0, i1, i2] -> [(i1)]; S40[i0, … 68 …schedule: "[M, N, O, P, Q, R] -> [{ S43[i0, i1, i2] -> [(i2)]; S41[i0, i1, i2] -> [(i2)]; S40[i0, … 75 - filter: "[M, N, O, P, Q, R] -> { S43[i0, i1, i2] }"
|
D | swim.c | 52 S43(c0, c1, c2);
|