Searched refs:S21 (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-key-functions.cpp29 struct S21 { virtual void f(); }; struct
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp466 S21 = 5, enumerator in enum:__anon4652
530 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
534 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
538 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
542 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/external/libjpeg-turbo/md5/
H A Dmd5.c259 #define S21 5 macro
263 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
267 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
271 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
275 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/external/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-static-initializers.cpp80 static S S21; local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java144 private static final int S21 = 5; field in class:MD5Digest
240 a = rotateLeft(a + G(b, c, d) + X[ 1] + 0xf61e2562, S21) + b;
244 a = rotateLeft(a + G(b, c, d) + X[ 5] + 0xd62f105d, S21) + b;
248 a = rotateLeft(a + G(b, c, d) + X[ 9] + 0x21e1cde6, S21) + b;
252 a = rotateLeft(a + G(b, c, d) + X[13] + 0xa9e3e905, S21) + b;
/external/ppp/pppd/
H A Dmd5.c232 #define S21 5 macro
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
244 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */
248 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */
/external/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js163 var S21 = 5; variable
260 a = GG ( a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
264 a = GG ( a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
268 a = GG ( a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
272 a = GG ( a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/external/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c67 } R20, R21, R22, R23, R24, S21, S22, S23, S24; member in struct:poly1305_power_t
247 p->S21.v = _mm_mul_epu32(p->R21.v, FIVE);
318 T5 = _mm_mul_epu32(H4, p->S21.v);
376 T5 = _mm_mul_epu32(M4, p->S21.v);
515 T5 = _mm_mul_epu32(H4, p->S21.v);
605 p->S21.d[2] = p->R21.d[2] * 5;
628 T5 = _mm_mul_epu32(H4, p->S21.v);
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp555 template<typename T> struct S21 {}; struct
556 template<typename T> using U21 = volatile S21<T>;
/external/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp58 case AArch64::S21:
/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc74 #define S21 (kExitReplace21) macro
336 #undef S21 macro
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp310 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp986 ARM::S20, ARM::S21, ARM::S22, ARM::S23,
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 422 milliseconds