Home
last modified time | relevance | path

Searched refs:S21 (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/com32/libutil/
Dmd5.c201 #define S21 5 macro
205 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
209 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
213 GG(a, b, c, d, x[9], S21, 0x21e1cde6); /* 25 */
217 GG(a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/external/libjpeg-turbo/md5/
Dmd5.c259 #define S21 5 macro
263 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
267 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
271 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
275 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/external/dng_sdk/source/
Ddng_fingerprint.cpp466 S21 = 5, in MD5Transform() enumerator
530 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */ in MD5Transform()
534 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */ in MD5Transform()
538 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */ in MD5Transform()
542 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */ in MD5Transform()
/external/syslinux/core/lwip/src/netif/ppp/
Dmd5.c247 #define S21 5 in Transform() macro
251 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */ in Transform()
255 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */ in Transform()
259 GG ( a, b, c, d, in[ 9], S21, UL( 568446438)); /* 25 */ in Transform()
263 GG ( a, b, c, d, in[13], S21, UL(2850285829)); /* 29 */ in Transform()
/external/ppp/pppd/
Dmd5.c232 #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/clang/test/PCH/
Dcxx-key-functions.cpp29 struct S21 { virtual void f(); }; struct
84 S20, S21, S22, S23, S24, S25, S26, S27, S28, S29,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
DMD5Digest.java162 private static final int S21 = 5; field in MD5Digest
258 a = rotateLeft(a + G(b, c, d) + X[ 1] + 0xf61e2562, S21) + b; in processBlock()
262 a = rotateLeft(a + G(b, c, d) + X[ 5] + 0xd62f105d, S21) + b; in processBlock()
266 a = rotateLeft(a + G(b, c, d) + X[ 9] + 0x21e1cde6, S21) + b; in processBlock()
270 a = rotateLeft(a + G(b, c, d) + X[13] + 0xa9e3e905, S21) + b; in processBlock()
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x3.inl445 T S21 = m[2][1]; local
449 + (S11 * S22 - S21 * S12),
451 + (S10 * S21 - S20 * S11),
452 - (S01 * S22 - S21 * S02),
454 - (S00 * S21 - S20 * S01),
460 S11 * S22 - S21 * S12,
462 S10 * S21 - S20 * S11,
463 S02 * S21 - S01 * S22,
465 S01 * S20 - S00 * S21,
471 + S00 * (S11 * S22 - S21 * S12)
[all …]
/external/boringssl/src/crypto/poly1305/
Dpoly1305_vec.c65 } R20, R21, R22, R23, R24, S21, S22, S23, S24; member
245 p->S21.v = _mm_mul_epu32(p->R21.v, FIVE); in poly1305_first_block()
316 T5 = _mm_mul_epu32(H4, p->S21.v); in poly1305_blocks()
374 T5 = _mm_mul_epu32(M4, p->S21.v); in poly1305_blocks()
513 T5 = _mm_mul_epu32(H4, p->S21.v); in poly1305_combine()
603 p->S21.d[2] = p->R21.d[2] * 5; in poly1305_combine()
626 T5 = _mm_mul_epu32(H4, p->S21.v); in poly1305_combine()
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp80 static S S21; in MultipleStatics() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h177 case S21: case D21: return 21; in getARMRegisterNumbering()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp551 template<typename T> struct S21 {}; struct
552 template<typename T> using U21 = volatile S21<T>;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMRegisterInfo.td84 def S20 : ARMFReg<20, "s20">; def S21 : ARMFReg<21, "s21">;
103 def D10 : ARMReg<10, "d10", [S20, S21]>, DwarfRegNum<[266]>;
DARMCallingConv.td96 CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
DARMBaseRegisterInfo.cpp715 case ARM::S21: return ARM::S20; in getRegisterPairEven()
768 case ARM::S20: return ARM::S21; in getRegisterPairOdd()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp58 case AArch64::S21: in isOdd()
DAArch64RegisterInfo.td306 def S21 : AArch64Reg<21, "s21", [H21]>, DwarfRegAlias<B21>;
341 def D21 : AArch64Reg<21, "d21", [S21], ["v21", ""]>, DwarfRegAlias<B21>;
/external/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc76 #define S21 (kExitReplace21) macro
338 #undef S21
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td91 def S20 : ARMFReg<20, "s20">; def S21 : ARMFReg<21, "s21">;
110 def D10 : ARMReg<10, "d10", [S20, S21]>, DwarfRegNum<[266]>;
DARMCallingConv.td112 CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp310 AArch64::S20, AArch64::S21, AArch64::S22, AArch64::S23, AArch64::S24,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp917 ARM::S20, ARM::S21, ARM::S22, ARM::S23,
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp996 ARM::S20, ARM::S21, ARM::S22, ARM::S23,