Home
last modified time | relevance | path

Searched refs:S14 (Results 1 – 16 of 16) sorted by relevance

/external/libjpeg-turbo/md5/
Dmd5.c240 #define S14 22 macro
244 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
248 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */
252 FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */
256 FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */
/external/dng_sdk/source/
Ddng_fingerprint.cpp465 S14 = 22, in MD5Transform() enumerator
515 FF (b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */ in MD5Transform()
519 FF (b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */ in MD5Transform()
523 FF (b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */ in MD5Transform()
527 FF (b, c, d, a, x[15], S14, 0x49b40821); /* 16 */ in MD5Transform()
/external/ppp/pppd/
Dmd5.c213 #define S14 22 macro
217 FF ( b, c, d, a, in[ 3], S14, UL(3250441966)); /* 4 */
221 FF ( b, c, d, a, in[ 7], S14, UL(4249261313)); /* 8 */
225 FF ( b, c, d, a, in[11], S14, UL(2304563134)); /* 12 */
229 FF ( b, c, d, a, in[15], S14, UL(1236535329)); /* 16 */
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DMD5Digest.java139 private static final int S14 = 22; field in MD5Digest
223 b = rotateLeft(b + F(c, d, a) + X[ 3] + 0xc1bdceee, S14) + c; in processBlock()
227 b = rotateLeft(b + F(c, d, a) + X[ 7] + 0xfd469501, S14) + c; in processBlock()
231 b = rotateLeft(b + F(c, d, a) + X[11] + 0x895cd7be, S14) + c; in processBlock()
235 b = rotateLeft(b + F(c, d, a) + X[15] + 0x49b40821, S14) + c; in processBlock()
/external/clang/test/PCH/
Dcxx-key-functions.cpp22 struct S14 { virtual void f(); }; struct
83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
/external/v8/test/webkit/fast/js/kde/
Dmd5-1.js162 var S14 = 22; variable
245 b = FF ( b, c, d, a, x[ 3], S14, 0xc1bdceee); /* 4 */
249 b = FF ( b, c, d, a, x[ 7], S14, 0xfd469501); /* 8 */
253 b = FF ( b, c, d, a, x[11], S14, 0x895cd7be); /* 12 */
257 b = FF ( b, c, d, a, x[15], S14, 0x49b40821); /* 16 */
/external/llvm/lib/Target/ARM/
DARMCallingConv.td66 S9, S10, S11, S12, S13, S14, S15]>>,
85 S9, S10, S11, S12, S13, S14, S15]>>,
188 S9, S10, S11, S12, S13, S14, S15]>>,
200 S9, S10, S11, S12, S13, S14, S15]>>,
DARMCallingConv.h168 ARM::S12, ARM::S13, ARM::S14, ARM::S15 };
DARMRegisterInfo.td88 def S14 : ARMFReg<14, "s14">; def S15 : ARMFReg<15, "s15">;
107 def D7 : ARMReg< 7, "d7", [S14, S15]>, DwarfRegNum<[263]>;
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp73 static S S14; in MultipleStatics() local
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp104 case AArch64::S14: in isOdd()
DAArch64RegisterInfo.td299 def S14 : AArch64Reg<14, "s14", [H14]>, DwarfRegAlias<B14>;
334 def D14 : AArch64Reg<14, "d14", [S14], ["v14", ""]>, DwarfRegAlias<B14>;
/external/libavc/encoder/arm/
Dime_distortion_metrics_a9q.s1023 @S13 S14 S15 S16 A13 A14 A15 A16
1063 @ D16 S14 A14 S23 A23
1066 @D16 S14 S23 A14 A23
1197 @D16 S14 S23 A14 A23
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp308 AArch64::S10, AArch64::S11, AArch64::S12, AArch64::S13, AArch64::S14,
/external/iptables/utils/
Dpf.os618 S14:255:0:44:M1350: PalmOS:5.2:Treo:PalmOS 5.2.1 (Treo)
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp984 ARM::S12, ARM::S13, ARM::S14, ARM::S15,