/external/quake/quake/src/QW/client/ |
D | md4.c | 82 #define S21 3 macro 214 GG (a, b, c, d, x[ 0], S21); /* 17 */ in MD4Transform() 218 GG (a, b, c, d, x[ 1], S21); /* 21 */ in MD4Transform() 222 GG (a, b, c, d, x[ 2], S21); /* 25 */ in MD4Transform() 226 GG (a, b, c, d, x[ 3], S21); /* 29 */ in MD4Transform()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 42 #define S21 3 macro 114 GG (a, b, c, d, x[ 0], S21); /* 17 */ in _md4_compress() 118 GG (a, b, c, d, x[ 1], S21); /* 21 */ in _md4_compress() 122 GG (a, b, c, d, x[ 2], S21); /* 25 */ in _md4_compress() 126 GG (a, b, c, d, x[ 3], S21); /* 29 */ in _md4_compress()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 135 private static final int S21 = 5; field in MD5Digest 231 a = rotateLeft(a + G(b, c, d) + X[ 1] + 0xf61e2562, S21) + b; in processBlock() 235 a = rotateLeft(a + G(b, c, d) + X[ 5] + 0xd62f105d, S21) + b; in processBlock() 239 a = rotateLeft(a + G(b, c, d) + X[ 9] + 0x21e1cde6, S21) + b; in processBlock() 243 a = rotateLeft(a + G(b, c, d) + X[13] + 0xa9e3e905, S21) + b; in processBlock()
|
/external/ppp/pppd/ |
D | md5.c | 232 #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/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 88 def S20 : ARMFReg<20, "s20">; def S21 : ARMFReg<21, "s21">; 107 def D10 : ARMReg<10, "d10", [S20, S21]>, DwarfRegNum<[266]>;
|
D | ARMCallingConv.td | 93 CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
|
D | ARMBaseRegisterInfo.cpp | 621 case ARM::S21: return ARM::S20; in getRegisterPairEven() 674 case ARM::S20: return ARM::S21; in getRegisterPairOdd()
|
/external/protobuf/src/google/protobuf/stubs/ |
D | structurally_valid.cc | 74 #define S21 (kExitReplace21) macro 336 #undef S21
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 985 ARM::S20, ARM::S21, ARM::S22, ARM::S23,
|