Searched defs:S13 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dwarn-padded-packed.cpp70 struct S13 { // expected-warning {{padding size of 'S13' with 6 bits to alignment boundary}} struct
76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { }
H A Dmicrosoft-abi-static-initializers.cpp72 static S S13; local
/external/ppp/pppd/
H A Dmd5.c212 #define S13 17 macro
216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
224 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */
228 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java156 private static final int S13 = 17; field in class:MD5Digest
240 c = rotateLeft(c + F(d, a, b) + X[ 2] + 0x242070db, S13) + d;
244 c = rotateLeft(c + F(d, a, b) + X[ 6] + 0xa8304613, S13) + d;
248 c = rotateLeft(c + F(d, a, b) + X[10] + 0xffff5bb1, S13) + d;
252 c = rotateLeft(c + F(d, a, b) + X[14] + 0xa679438e, S13) + d;
/external/dng_sdk/source/
H A Ddng_fingerprint.cpp464 S13 = 17, enumerator in enum:__anon4993
514 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
518 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
522 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
526 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/external/libjpeg-turbo/md5/
H A Dmd5.c239 #define S13 17 macro
243 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */
247 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */
251 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
255 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/external/syslinux/com32/libutil/
H A Dmd5.c181 #define S13 17 macro
185 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */
189 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */
193 FF(c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */
197 FF(c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
/external/syslinux/core/lwip/src/netif/ppp/
H A Dmd5.c227 #define S13 17 macro
231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */
235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */
239 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */
243 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
/external/clang/test/PCH/
H A Dcxx-key-functions.cpp21 struct S13 { virtual void f(); }; struct
83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h1079 __m512 S13 = _mm512_shuffle_ps(T12, T14, _MM_SHUFFLE(3, 2, 3, 2)); local
1096 EIGEN_EXTRACT_8f_FROM_16f(S13, S13);
/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 442 milliseconds