Searched refs:S22 (Results 1 - 6 of 6) sorted by relevance

/external/dropbear/libtomcrypt/src/hashes/
H A Dmd4.c43 #define S22 5 macro
115 GG (d, a, b, c, x[ 4], S22); /* 18 */
119 GG (d, a, b, c, x[ 5], S22); /* 22 */
123 GG (d, a, b, c, x[ 6], S22); /* 26 */
127 GG (d, a, b, c, x[ 7], S22); /* 30 */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java145 private static final int S22 = 9; field in class:MD5Digest
241 d = rotateLeft(d + G(a, b, c) + X[ 6] + 0xc040b340, S22) + a;
245 d = rotateLeft(d + G(a, b, c) + X[10] + 0x02441453, S22) + a;
249 d = rotateLeft(d + G(a, b, c) + X[14] + 0xc33707d6, S22) + a;
253 d = rotateLeft(d + G(a, b, c) + X[ 2] + 0xfcefa3f8, S22) + a;
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dmd5-1.js164 var S22 = 9; variable
261 d = GG ( d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
265 d = GG ( d, a, b, c, x[10], S22, 0x2441453); /* 22 */
269 d = GG ( d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
273 d = GG ( d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/external/ppp/pppd/
H A Dmd5.c233 #define S22 9 macro
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp575 template<typename T> struct S22 {}; struct
576 template<typename T> using U22 = volatile S22<T>;
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp968 ARM::S20, ARM::S21, ARM::S22, ARM::S23,

Completed in 192 milliseconds