Searched refs:T1 (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed_locl.h56 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \
61 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
63 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \
68 (T1) = ((X2) + (KC) - (X4)) & 0xffffffff
70 # define KEYUPDATE_TEMP(T0, T1, K) \
72 (K)[1] = G_FUNC((T1))
98 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \
100 (T1) = (X4) ^ (ks->data)[(rbase)+1]; \
101 (T1) ^= (T0); \
102 (T1)
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp61 template<typename T0, typename T1>
63 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1)
66 template<typename T0, typename T1, typename T2>
68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2)
71 template<typename T0, typename T1, typename T2, typename T3>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3)
77 template<typename T0, typename T1, typename T2, typename T3, typename T4>
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4)
83 template<typename T0, typename T1, typename T2, typename T3, typename T4,
86 PB_DS_CLASS_NAME(T0 t0, T1 t
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/
H A Dsha256.c170 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; local
188 T1 = X[i] = l;
189 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
194 e = d + T1;
198 a = T1 + T2;
207 T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
208 T1 += h + Sigma1(e) + Ch(e, f, g) + K256[i];
213 e = d + T1;
217 a = T1 + T2;
235 T1
248 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1; local
[all...]
H A Dsha512.c480 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; local
497 T1 = X[i] = W[i];
499 T1 = X[i] = PULL64(W[i]);
501 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
506 e = d + T1;
510 a = T1 + T2;
519 T1 = X[i & 0xf] += s0 + s1 + X[(i + 9) & 0xf];
520 T1 += h + Sigma1(e) + Ch(e, f, g) + K512[i];
525 e = d + T1;
529 a = T1
559 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl417 ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5");
425 pshufd \$0b01001110,$Xi,$T1
427 pxor $Xi,$T1 #
433 pshufd \$0b01001110,$Xi,$T1
434 pxor $Xi,$T1 #
440 pclmulqdq \$0x00,$HK,$T1 #######
441 pxor $Xi,$T1 #
442 pxor $Xhi,$T1 #
444 movdqa $T1,$T2 #
445 psrldq \$8,$T1
[all...]
H A Daesni-gcm-x86_64.pl70 ($Ii,$T1,$T2,$Hkey,
87 vpaddb $T2,$T1,$inout1
92 vpxor $rndkey,$T1,$inout0
101 vpaddb $T2,$inout5,$T1 # next counter value
106 vmovdqu $T1,($ivp) # save next counter value
117 vpclmulqdq \$0x00,$Hkey,$Z3,$T1
130 vpxor $Z1,$T1,$Z0
133 vpclmulqdq \$0x10,$Hkey,$Ii,$T1
154 vpxor $T1,$Z2,$Z2
155 vpclmulqdq \$0x00,$Z1,$Ii,$T1
[all...]
H A Dghash-x86.pl838 ($T1,$T2,$T3)=("xmm3","xmm4","xmm5");
847 &pshufd ($T1,$Xi,0b01001110);
849 &pxor ($T1,$Xi); #
855 &pclmulqdq ($T1,$HK,0x00); #######
856 &xorps ($T1,$Xi); #
857 &xorps ($T1,$Xhi); #
859 &movdqa ($T2,$T1); #
860 &psrldq ($T1,8);
862 &pxor ($Xhi,$T1);
874 &movdqa ($T1,
[all...]
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl15 # UltraSPARC T1 by packing X[16] to 8 64-bit registers.
17 # SHA512 on pre-T1 UltraSPARC.
26 # SHA512 on UltraSPARC T1.
39 # (*) Unlike pre-T1 UltraSPARC loads on T1 are executed strictly
42 # not dependent on load result! This means that on T1 two 32-bit
44 # is unlike pre-T1 UltraSPARC, where, if scheduled appropriately,
109 $T1="%g2";
139 ldx [$inp+64],$T1
149 srlx $T1,
[all...]
H A Dsha512-ia64.pl126 T1=r24; T2=r25;
256 { .mii; $LDW T1=[input]
265 { .mib; shrp X[ 0]=X[ 0],T1,56 }
288 { .mii; $LDW T1=[input]
298 shrp X[ 0]=X[ 0],T1,48 }
318 { .mii; $LDW T1=[input]
329 { .mib; shrp X[ 0]=X[ 0],T1,40 }
346 { .mii; $LDW T1=[input]
358 shrp X[ 0]=X[ 0],T1,32 }
372 { .mii; $LDW T1
[all...]
H A Dsha512-s390x.pl64 $T1="%r14";
108 $LD $T1,`$i*$SZ`($inp) ### $i
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
119 algr $T1,$h # T1+=h
122 algr $T1,$t0 # T1+=Sigma1(e)
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
127 algr $T1,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp98 QualType T1, QualType T2);
436 QualType T1, QualType T2) {
437 if (T1.isNull() || T2.isNull())
438 return T1.isNull() && T2.isNull();
440 QualType OrigT1 = T1;
446 T1 = Context.FromCtx.getCanonicalType(T1);
450 if (T1.getQualifiers() != T2.getQualifiers())
453 Type::TypeClass TC = T1->getTypeClass();
455 if (T1
435 IsStructurallyEquivalent(StructuralEquivalenceContext &Context, QualType T1, QualType T2) argument
1744 IsEquivalent(QualType T1, QualType T2) argument
[all...]
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsha2.c304 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + W256[j]; \
305 (d) += T1; \
306 (h) = T1 + Sigma0_256((a)) + Maj((a), (b), (c)); \
315 T1 = (h) + Sigma1_256((e)) + Ch((e), (f), (g)) + K256[j] + \
317 (d) += T1; \
318 (h) = T1 + Sigma0_256((a)) + Maj((a), (b), (c)); \
326 u_int32_t T1, W256[16]; local
375 a = b = c = d = e = f = g = h = T1 = 0;
384 u_int32_t T1, T2, W256[16]; local
402 T1
607 u_int64_t T1, W512[16]; local
665 u_int64_t T1, T2, W512[16]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeOrdering.h29 bool operator()(QualType T1, QualType T2) const { argument
30 return std::less<void*>()(T1.getAsOpaquePtr(), T2.getAsOpaquePtr());
H A DASTStructuralEquivalence.h98 bool IsEquivalent(QualType T1, QualType T2);
/freebsd-11-stable/contrib/apr/random/unix/
H A Dsha2.c212 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
214 (d) += T1; \
215 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
222 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
224 (d) += T1; \
225 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
235 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
237 (d) += T1; \
238 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
243 sha2_word32 T1, *W25 local
301 sha2_word32 T1, T2, *W256; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c332 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
334 (d) += T1; \
335 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
342 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
344 (d) += T1; \
345 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
355 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
357 (d) += T1; \
358 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
364 sha2_word32 T1, *W25 local
423 sha2_word32 T1, T2, *W256; local
678 sha2_word64 T1, *W512 = (sha2_word64*)context->buffer; local
734 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp58 SyntaxTree::Impl &T1, &T2; member in class:clang::diff::ASTDiff::Impl
61 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2,
72 if (&*Tree == &T1)
565 ZhangShashaMatcher(const ASTDiff::Impl &DiffImpl, const SyntaxTree::Impl &T1, argument
567 : DiffImpl(DiffImpl), S1(T1, Id1), S2(T2, Id2) {
759 const Node &N1 = T1.getNode(Id1);
763 T1.getNodeValue(Id1) != T2.getNodeValue(Id2))
772 return Options.isMatchingAllowed(T1.getNode(Id1), T2.getNode(Id2));
777 NodeId P1 = T1.getNode(Id1).Parent;
785 if (std::max(T1
904 Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, const ComparisonOptions &Options) argument
961 ASTDiff(SyntaxTree &T1, SyntaxTree &T2, const ComparisonOptions &Options) argument
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dtypelist.h99 template<typename T1>
102 template<typename T1, typename T2>
105 template<typename T1, typename T2, typename T3>
108 template<typename T1, typename T2, typename T3, typename T4>
111 template<typename T1, typename T2, typename T3, typename T4, typename T5>
114 template<typename T1, typename T2, typename T3,
431 template<typename T1>
434 typedef node<_GLIBCXX_TYPELIST_CHAIN1(T1)> type;
437 template<typename T1, typename T2>
440 typedef node<_GLIBCXX_TYPELIST_CHAIN2(T1,T
[all...]
/freebsd-11-stable/sys/nfsclient/
H A Dnfsnode.h165 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_nsec))
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfsnode.h171 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_nsec))
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dsha2.c612 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
614 (d) += T1; \
615 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
622 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + \
624 (d) += T1; \
625 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
635 T1 = (h) + Sigma1_256(e) + Ch((e), (f), (g)) + K256[j] + \
637 (d) += T1; \
638 (h) = T1 + Sigma0_256(a) + Maj((a), (b), (c)); \
643 isc_uint32_t T1, *W25 local
705 isc_uint32_t T1, T2, *W256; local
968 isc_uint64_t T1, *W512 = (isc_uint64_t*)context->buffer; local
1027 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; local
[all...]
/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c274 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; local
293 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + W512[j];
296 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] + (W512[j] = *data++);
302 e = d + T1;
306 a = T1 + T2;
319 T1 = h + Sigma1_512(e) + Ch(e, f, g) + K512[j] +
325 e = d + T1;
329 a = T1 + T2;
345 a = b = c = d = e = f = g = h = T1 = T2 = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h189 template <class T1>
190 static bool compareThisIfSameType(const T1 &a, const T1 &b) {
194 template <class T1, class T2>
195 static bool compareThisIfSameType(const T1 &a, const T2 &b) {
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; local
147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t];
149 h = g; g = f; f = e; e = d + T1;
150 d = c; c = b; b = a; a = T1 + T2;
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; local
181 T1 = h + BIGSIGMA1_512(e) + Ch(e, f, g) + SHA512_K[t] + W[t];
183 h = g; g = f; f = e; e = d + T1;
184 d = c; c = b; b = a; a = T1 + T2;
/freebsd-11-stable/sys/mips/include/
H A Dregnum.h68 #define T1 13 macro
73 #define T1 9 macro

Completed in 359 milliseconds

12345