/external/quake/quake/src/QW/client/ |
D | md4.c | 84 #define S23 9 macro 216 GG (c, d, a, b, x[ 8], S23); /* 19 */ in MD4Transform() 220 GG (c, d, a, b, x[ 9], S23); /* 23 */ in MD4Transform() 224 GG (c, d, a, b, x[10], S23); /* 27 */ in MD4Transform() 228 GG (c, d, a, b, x[11], S23); /* 31 */ in MD4Transform()
|
/external/dropbear/libtomcrypt/src/hashes/ |
D | md4.c | 44 #define S23 9 macro 116 GG (c, d, a, b, x[ 8], S23); /* 19 */ in _md4_compress() 120 GG (c, d, a, b, x[ 9], S23); /* 23 */ in _md4_compress() 124 GG (c, d, a, b, x[10], S23); /* 27 */ in _md4_compress() 128 GG (c, d, a, b, x[11], S23); /* 31 */ in _md4_compress()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 137 private static final int S23 = 14; field in MD5Digest 233 c = rotateLeft(c + G(d, a, b) + X[11] + 0x265e5a51, S23) + d; in processBlock() 237 c = rotateLeft(c + G(d, a, b) + X[15] + 0xd8a1e681, S23) + d; in processBlock() 241 c = rotateLeft(c + G(d, a, b) + X[ 3] + 0xf4d50d87, S23) + d; in processBlock() 245 c = rotateLeft(c + G(d, a, b) + X[ 7] + 0x676f02d9, S23) + d; in processBlock()
|
/external/ppp/pppd/ |
D | md5.c | 234 #define S23 14 macro 238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */ 242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */ 246 GG ( c, d, a, b, in[ 3], S23, UL(4107603335)); /* 27 */ 250 GG ( c, d, a, b, in[ 7], S23, UL(1735328473)); /* 31 */
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-02-14-scalar.ll | 11 %S23 = select i1 %E19, i8 undef, i8 undef
|
/external/llvm/lib/Target/ARM/ |
D | ARMRegisterInfo.td | 89 def S22 : ARMFReg<22, "s22">; def S23 : ARMFReg<23, "s23">; 108 def D11 : ARMReg<11, "d11", [S22, S23]>, DwarfRegNum<[267]>;
|
D | ARMCallingConv.td | 93 CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
|
D | ARMBaseRegisterInfo.cpp | 622 case ARM::S23: return ARM::S22; in getRegisterPairEven() 675 case ARM::S22: return ARM::S23; in getRegisterPairOdd()
|
/external/iptables/utils/ |
D | pf.os | 315 S23:255:1:44:M*: Solaris:2.5:1:Solaris 2.5.1 517 S23:64:1:44:M1380: SCO:OpenServer:5.0:SCO OpenServer 5.0 620 S23:64:1:64:N,W1,N,N,T,N,N,S,M1460: SymbianOS:7::SymbianOS 7
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 985 ARM::S20, ARM::S21, ARM::S22, ARM::S23,
|