Home
last modified time | relevance | path

Searched refs:S32 (Results 1 – 12 of 12) sorted by relevance

/external/dropbear/libtomcrypt/src/hashes/
Dmd4.c47 #define S32 9 macro
133 HH (d, a, b, c, x[ 8], S32); /* 34 */ in _md4_compress()
137 HH (d, a, b, c, x[10], S32); /* 38 */ in _md4_compress()
141 HH (d, a, b, c, x[ 9], S32); /* 42 */ in _md4_compress()
145 HH (d, a, b, c, x[11], S32); /* 46 */ in _md4_compress()
/external/quake/quake/src/QW/client/
Dmd4.c87 #define S32 9 macro
233 HH (d, a, b, c, x[ 8], S32); /* 34 */ in MD4Transform()
237 HH (d, a, b, c, x[10], S32); /* 38 */ in MD4Transform()
241 HH (d, a, b, c, x[ 9], S32); /* 42 */ in MD4Transform()
245 HH (d, a, b, c, x[11], S32); /* 46 */ in MD4Transform()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
DMD5Digest.java144 private static final int S32 = 11; field in MD5Digest
252 d = rotateLeft(d + H(a, b, c) + X[ 8] + 0x8771f681, S32) + a; in processBlock()
256 d = rotateLeft(d + H(a, b, c) + X[ 4] + 0x4bdecfa9, S32) + a; in processBlock()
260 d = rotateLeft(d + H(a, b, c) + X[ 0] + 0xeaa127fa, S32) + a; in processBlock()
264 d = rotateLeft(d + H(a, b, c) + X[12] + 0xe6db99e5, S32) + a; in processBlock()
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c195 #define S32(b,x) (((x) >> (b)) | ((x) << (32 - (b)))) macro
204 #define Sigma0_256(x) (S32(2, (x)) ^ S32(13, (x)) ^ S32(22, (x)))
205 #define Sigma1_256(x) (S32(6, (x)) ^ S32(11, (x)) ^ S32(25, (x)))
206 #define sigma0_256(x) (S32(7, (x)) ^ S32(18, (x)) ^ R(3 , (x)))
207 #define sigma1_256(x) (S32(17, (x)) ^ S32(19, (x)) ^ R(10, (x)))
/external/ppp/pppd/
Dmd5.c255 #define S32 11 macro
259 HH ( d, a, b, c, in[ 8], S32, UL(2272392833)); /* 34 */
263 HH ( d, a, b, c, in[ 4], S32, UL(1272893353)); /* 38 */
267 HH ( d, a, b, c, in[ 0], S32, UL(3936430074)); /* 42 */
271 HH ( d, a, b, c, in[12], S32, UL(3873151461)); /* 46 */
/external/skia/src/xml/
DSkJSDisplayable.cpp241 S32 s32 = 0; in GetProperty()
262 s32 = *(S32*) info->memberData(displayable); in GetProperty()
317 S32 s32 = 0; in SetProperty()
365 s32 = *(S32*) ((const char*) displayable + info->fOffset); in SetProperty()
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td68 // S32 - single precision in 16 32bit even fp registers
74 // Only S32 and D32 are supported right now.
/external/v8/src/arm/
Dassembler-arm.cc2265 enum VFPType { S32, U32, F32, F64 }; enumerator
2270 case S32: in IsSignedVFPType()
2283 case S32: in IsIntegerVFPType()
2381 emit(EncodeVCVT(F64, dst.code(), S32, src.code(), mode, cond)); in vcvt_f64_s32()
2390 emit(EncodeVCVT(F32, dst.code(), S32, src.code(), mode, cond)); in vcvt_f32_s32()
2408 emit(EncodeVCVT(S32, dst.code(), F64, src.code(), mode, cond)); in vcvt_s32_f64()
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc76 #define S32 (kExitReplace32) macro
338 #undef S32
/external/iptables/utils/
Dpf.os542 # S32:64:1:56:M*,N,N,S,N,N,?12:.:AMIGA:3.9 BB2 with Miami stack
563 # S32:64:0:68:M512,N,W0,N,N,T,N,N,?12:.:Nokia:IPSO w/Checkpoint NG FP3
/external/llvm/lib/Target/ARM/
DARMInstrVFP.td750 // S32 (U=0, sx=1) -> SL
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1615682 Enable truncated floating point feature with the help of VCVTR.S32.F64
15683 instruction. If VCVTR.S32.F64 can't fit the result into a 32-bit