HomeSort by relevance Sort by last modified time
    Searched defs:S21 (Results 1 - 19 of 19) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sinhl.c 73 S21= 1.9572943931418891e-20, /* 0x171b8f2fab9628.0p-118 */
115 S21)*x2 + S19)*x2 +
  /external/ppp/pppd/
md5.c 232 #define S21 5
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 */
  /art/runtime/arch/arm/
registers_arm.h 78 S21 = 21,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
MD5Digest.java 144 private static final int S21 = 5;
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/dng_sdk/source/
dng_fingerprint.cpp 466 S21 = 5,
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/
md5.c 259 #define S21 5
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/v8/test/webkit/fast/js/kde/
md5-1.js 163 var S21 = 5;
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/clang/test/CodeGenCXX/
microsoft-abi-static-initializers.cpp 80 static S S21;
  /external/clang/test/PCH/
cxx-key-functions.cpp 29 struct S21 { virtual void f(); };
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
  /external/boringssl/src/crypto/poly1305/
poly1305_vec.c 67 } R20, R21, R22, R23, R24, S21, S22, S23, S24;
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/protobuf/src/google/protobuf/stubs/
structurally_valid.cc 74 #define S21 (kExitReplace21)
336 #undef S21
  /art/runtime/arch/arm64/
registers_arm64.h 174 S21 = 21,
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 420 milliseconds