Home
last modified time | relevance | path

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

/external/syslinux/com32/libutil/
Dmd5.c202 #define S22 9 macro
206 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
210 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
214 GG(d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
218 GG(d, a, b, c, x[2], S22, 0xfcefa3f8); /* 30 */
/external/libjpeg-turbo/md5/
Dmd5.c260 #define S22 9 macro
264 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
268 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
272 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */
276 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */
/external/dng_sdk/source/
Ddng_fingerprint.cpp467 S22 = 9, in MD5Transform() enumerator
531 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */ in MD5Transform()
535 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */ in MD5Transform()
539 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */ in MD5Transform()
543 GG (d, a, b, c, x[ 2], S22, 0xfcefa3f8); /* 30 */ in MD5Transform()
/external/syslinux/core/lwip/src/netif/ppp/
Dmd5.c248 #define S22 9 in Transform() macro
252 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */ in Transform()
256 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */ in Transform()
260 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */ in Transform()
264 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */ in Transform()
/external/ppp/pppd/
Dmd5.c233 #define S22 9 macro
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
245 GG ( d, a, b, c, in[14], S22, UL(3275163606)); /* 26 */
249 GG ( d, a, b, c, in[ 2], S22, UL(4243563512)); /* 30 */
/external/clang/test/PCH/
Dcxx-key-functions.cpp30 struct S22 { 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.java163 private static final int S22 = 9; field in MD5Digest
259 d = rotateLeft(d + G(a, b, c) + X[ 6] + 0xc040b340, S22) + a; in processBlock()
263 d = rotateLeft(d + G(a, b, c) + X[10] + 0x02441453, S22) + a; in processBlock()
267 d = rotateLeft(d + G(a, b, c) + X[14] + 0xc33707d6, S22) + a; in processBlock()
271 d = rotateLeft(d + G(a, b, c) + X[ 2] + 0xfcefa3f8, S22) + a; in processBlock()
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_mat3x3.inl446 T S22 = m[2][2]; local
449 + (S11 * S22 - S21 * S12),
450 - (S10 * S22 - S20 * S12),
452 - (S01 * S22 - S21 * S02),
453 + (S00 * S22 - S20 * S02),
460 S11 * S22 - S21 * S12,
461 S12 * S20 - S22 * S10,
463 S02 * S21 - S01 * S22,
464 S00 * S22 - S02 * S20,
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
246 p->S22.v = _mm_mul_epu32(p->R22.v, FIVE); in poly1305_first_block()
312 T5 = _mm_mul_epu32(H3, p->S22.v); in poly1305_blocks()
317 T6 = _mm_mul_epu32(H4, p->S22.v); in poly1305_blocks()
370 T5 = _mm_mul_epu32(M3, p->S22.v); in poly1305_blocks()
375 T6 = _mm_mul_epu32(M4, p->S22.v); in poly1305_blocks()
509 T5 = _mm_mul_epu32(H3, p->S22.v); in poly1305_combine()
514 T6 = _mm_mul_epu32(H4, p->S22.v); in poly1305_combine()
604 p->S22.d[2] = p->R22.d[2] * 5; in poly1305_combine()
622 T5 = _mm_mul_epu32(H3, p->S22.v); in poly1305_combine()
[all …]
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-static-initializers.cpp81 static S S22; in MultipleStatics() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h178 case S22: case D22: return 22; in getARMRegisterNumbering()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp570 template<typename T> struct S22 {}; struct
571 template<typename T> using U22 = volatile S22<T>;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMRegisterInfo.td85 def S22 : ARMFReg<22, "s22">; def S23 : ARMFReg<23, "s23">;
104 def D11 : ARMReg<11, "d11", [S22, S23]>, DwarfRegNum<[267]>;
DARMCallingConv.td96 CCIfType<[f32], CCAssignToReg<[S16, S17, S18, S19, S20, S21, S22, S23]>>,
DARMBaseRegisterInfo.cpp716 case ARM::S23: return ARM::S22; in getRegisterPairEven()
769 case ARM::S22: return ARM::S23; in getRegisterPairOdd()
/external/llvm/lib/Target/AArch64/
DAArch64PBQPRegAlloc.cpp108 case AArch64::S22: in isOdd()
DAArch64RegisterInfo.td307 def S22 : AArch64Reg<22, "s22", [H22]>, DwarfRegAlias<B22>;
342 def D22 : AArch64Reg<22, "d22", [S22], ["v22", ""]>, DwarfRegAlias<B22>;
/external/iptables/utils/
Dpf.os243 S22:64:1:60:M*,S,T,N,W0: Linux:2.2::Linux 2.2
265 S22:64:1:52:M*,N,N,S,N,W0: Linux:2.2:ts:Linux 2.2 w/o timestamps
643 S22:64:1:56:M1460,T,S: SymbianOS:P800::Symbian OS ? (SE P800?)
656 S22:64:1:44:M1460: Sony:PS2::Sony Playstation 2 (SOCOM?)
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td92 def S22 : ARMFReg<22, "s22">; def S23 : ARMFReg<23, "s23">;
111 def D11 : ARMReg<11, "d11", [S22, S23]>, DwarfRegNum<[267]>;
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,