/external/clang/test/CodeGenCXX/ |
D | warn-padded-packed.cpp | 70 struct S13 { // expected-warning {{padding size of 'S13' with 6 bits to alignment boundary}} struct 76 void f(S1*, S2*, S3*, S4*, S5*, S6*, S7*, S8*, S9*, S10*, S11*, S12*, S13*) { } in f() argument
|
D | microsoft-abi-static-initializers.cpp | 72 static S S13; in MultipleStatics() local
|
/external/syslinux/com32/libutil/ |
D | md5.c | 181 #define S13 17 macro 185 FF(c, d, a, b, x[2], S13, 0x242070db); /* 3 */ 189 FF(c, d, a, b, x[6], S13, 0xa8304613); /* 7 */ 193 FF(c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ 197 FF(c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
|
/external/libjpeg-turbo/md5/ |
D | md5.c | 239 #define S13 17 macro 243 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ 247 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ 251 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ 255 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */
|
/external/dng_sdk/source/ |
D | dng_fingerprint.cpp | 464 S13 = 17, in MD5Transform() enumerator 514 FF (c, d, a, b, x[ 2], S13, 0x242070db); /* 3 */ in MD5Transform() 518 FF (c, d, a, b, x[ 6], S13, 0xa8304613); /* 7 */ in MD5Transform() 522 FF (c, d, a, b, x[10], S13, 0xffff5bb1); /* 11 */ in MD5Transform() 526 FF (c, d, a, b, x[14], S13, 0xa679438e); /* 15 */ in MD5Transform()
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | md5.c | 227 #define S13 17 in Transform() macro 231 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ in Transform() 235 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ in Transform() 239 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ in Transform() 243 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */ in Transform()
|
/external/ppp/pppd/ |
D | md5.c | 212 #define S13 17 macro 216 FF ( c, d, a, b, in[ 2], S13, UL( 606105819)); /* 3 */ 220 FF ( c, d, a, b, in[ 6], S13, UL(2821735955)); /* 7 */ 224 FF ( c, d, a, b, in[10], S13, UL(4294925233)); /* 11 */ 228 FF ( c, d, a, b, in[14], S13, UL(2792965006)); /* 15 */
|
/external/clang/test/PCH/ |
D | cxx-key-functions.cpp | 21 struct S13 { virtual void f(); }; struct 83 S10, S11, S12, S13, S14, S15, S16, S17, S18, S19,
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/ |
D | MD5Digest.java | 156 private static final int S13 = 17; field in MD5Digest 240 c = rotateLeft(c + F(d, a, b) + X[ 2] + 0x242070db, S13) + d; in processBlock() 244 c = rotateLeft(c + F(d, a, b) + X[ 6] + 0xa8304613, S13) + d; in processBlock() 248 c = rotateLeft(c + F(d, a, b) + X[10] + 0xffff5bb1, S13) + d; in processBlock() 252 c = rotateLeft(c + F(d, a, b) + X[14] + 0xa679438e, S13) + d; in processBlock()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCallingConv.td | 69 S9, S10, S11, S12, S13, S14, S15]>>, 81 S9, S10, S11, S12, S13, S14, S15]>>, 169 S9, S10, S11, S12, S13, S14, S15]>>, 181 S9, S10, S11, S12, S13, S14, S15]>>,
|
D | ARMRegisterInfo.td | 80 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">; 99 def D6 : ARMReg< 6, "d6", [S12, S13]>, DwarfRegNum<[262]>;
|
D | ARMBaseRegisterInfo.cpp | 711 case ARM::S13: return ARM::S12; in getRegisterPairEven() 764 case ARM::S12: return ARM::S13; in getRegisterPairOdd()
|
/external/llvm/lib/Target/ARM/ |
D | ARMCallingConv.td | 78 S9, S10, S11, S12, S13, S14, S15]>>, 97 S9, S10, S11, S12, S13, S14, S15]>>, 218 S9, S10, S11, S12, S13, S14, S15]>>, 236 S9, S10, S11, S12, S13, S14, S15]>>,
|
D | ARMCallingConv.h | 168 ARM::S12, ARM::S13, ARM::S14, ARM::S15 };
|
D | ARMRegisterInfo.td | 87 def S12 : ARMFReg<12, "s12">; def S13 : ARMFReg<13, "s13">; 106 def D6 : ARMReg< 6, "d6", [S12, S13]>, DwarfRegNum<[262]>;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 168 case SP: case S13: case D13: case Q13: return 13; in getARMRegisterNumbering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64PBQPRegAlloc.cpp | 54 case AArch64::S13: in isOdd()
|
D | AArch64RegisterInfo.td | 298 def S13 : AArch64Reg<13, "s13", [H13]>, DwarfRegAlias<B13>; 333 def D13 : AArch64Reg<13, "d13", [S13], ["v13", ""]>, DwarfRegAlias<B13>;
|
/external/eigen/Eigen/src/Core/arch/AVX512/ |
D | PacketMath.h | 1079 __m512 S13 = _mm512_shuffle_ps(T12, T14, _MM_SHUFFLE(3, 2, 3, 2)); 1096 EIGEN_EXTRACT_8f_FROM_16f(S13, S13);
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 308 AArch64::S10, AArch64::S11, AArch64::S12, AArch64::S13, AArch64::S14,
|
/external/libavc/encoder/arm/ |
D | ime_distortion_metrics_a9q.s | 1023 @S13 S14 S15 S16 A13 A14 A15 A16
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 915 ARM::S12, ARM::S13, ARM::S14, ARM::S15,
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 994 ARM::S12, ARM::S13, ARM::S14, ARM::S15,
|