Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DFormat.h96 template <typename T1, typename T2>
99 T2 Val2;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2) in format_object2()
114 template <typename T1, typename T2, typename T3>
117 T2 Val2;
120 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3) in format_object3()
133 template <typename T1, typename T2, typename T3, typename T4>
136 T2 Val2;
140 format_object4(const char *fmt, const T1 &val1, const T2 &val2, in format_object4()
154 template <typename T1, typename T2, typename T3, typename T4, typename T5>
[all …]
DAlignOf.h172 typename T2 = char, typename T3 = char, typename T4 = char,
175 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7;
181 typename T2 = char, typename T3 = char, typename T4 = char,
184 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)],
197 typename T2 = char, typename T3 = char, typename T4 = char,
200 AlignOf<detail::AlignerImpl<T1, T2, T3, T4, T5, T6, T7> >::Alignment,
201 sizeof(detail::SizerImpl<T1, T2, T3, T4, T5, T6, T7>)> {
DPatternMatch.h1057 template <typename T0 = void, typename T1 = void, typename T2 = void,
1070 template <typename T0, typename T1, typename T2>
1071 struct m_Intrinsic_Ty<T0, T1, T2> {
1073 Argument_match<T2> > Ty;
1075 template <typename T0, typename T1, typename T2, typename T3>
1076 struct m_Intrinsic_Ty<T0, T1, T2, T3> {
1077 typedef match_combine_and<typename m_Intrinsic_Ty<T0, T1, T2>::Ty,
1099 template<Intrinsic::ID IntrID, typename T0, typename T1, typename T2>
1100 inline typename m_Intrinsic_Ty<T0, T1, T2>::Ty
1101 m_Intrinsic(const T0 &Op0, const T1 &Op1, const T2 &Op2) {
[all …]
/freebsd-9-stable/contrib/libstdc++/include/ext/pb_ds/detail/
Dconstructors_destructor_fn_imps.hpp66 template<typename T0, typename T1, typename T2>
68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) in PB_DS_CLASS_NAME()
71 template<typename T0, typename T1, typename T2, typename T3>
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) in PB_DS_CLASS_NAME()
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) in PB_DS_CLASS_NAME()
83 template<typename T0, typename T1, typename T2, typename T3, typename T4,
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in PB_DS_CLASS_NAME()
90 template<typename T0, typename T1, typename T2, typename T3, typename T4,
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in PB_DS_CLASS_NAME()
[all …]
/freebsd-9-stable/contrib/libc++/include/
Dutility57 template <class T1, class T2>
61 typedef T2 second_type;
64 T2 second;
69 pair(const T1& x, const T2& y); // constexpr in C++14
79 is_nothrow_move_assignable<T2>::value);
86 template <class T1, class T2> bool operator==(const pair<T1,T2>&, const pair<T1,T2>&); // constexpr…
87 template <class T1, class T2> bool operator!=(const pair<T1,T2>&, const pair<T1,T2>&); // constexpr…
88 template <class T1, class T2> bool operator< (const pair<T1,T2>&, const pair<T1,T2>&); // constexpr…
89 template <class T1, class T2> bool operator> (const pair<T1,T2>&, const pair<T1,T2>&); // constexpr…
90 template <class T1, class T2> bool operator>=(const pair<T1,T2>&, const pair<T1,T2>&); // constexpr…
[all …]
Dscoped_allocator74 template <class T1, class T2, class... Args1, class... Args2>
75 void construct(pair<T1, T2>* p, piecewise_construct t, tuple<Args1...> x,
77 template <class T1, class T2>
78 void construct(pair<T1, T2>* p);
79 template <class T1, class T2, class U, class V>
80 void construct(pair<T1, T2>* p, U&& x, V&& y);
81 template <class T1, class T2, class U, class V>
82 void construct(pair<T1, T2>* p, const pair<U, V>& x);
83 template <class T1, class T2, class U, class V>
84 void construct(pair<T1, T2>* p, pair<U, V>&& x);
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DHashing.h576 template <typename T1, typename T2, typename T3, typename T4, typename T5,
579 const T1 &arg1, const T2 &arg2, const T3 &arg3,
584 template <typename T1, typename T2, typename T3, typename T4, typename T5>
586 const T1 &arg1, const T2 &arg2, const T3 &arg3,
591 template <typename T1, typename T2, typename T3, typename T4>
593 const T1 &arg1, const T2 &arg2, const T3 &arg3,
598 template <typename T1, typename T2, typename T3>
600 const T1 &arg1, const T2 &arg2, const T3 &arg3) {
604 template <typename T1, typename T2>
606 const T1 &arg1, const T2 &arg2) {
[all …]
DSTLExtras.h199 template <typename T1, typename T2>
202 typedef T2 &second_type;
208 tier& operator=(const std::pair<T1, T2>& p) {
215 template <typename T1, typename T2>
216 inline tier<T1, T2> tie(T1& f, T2& s) { in tie()
217 return tier<T1, T2>(f, s); in tie()
DPointerUnion.h33 template <typename T1, typename T2, typename RET_EQ, typename RET_NE>
43 template <typename T1, typename T2, typename RET_EQ, typename RET_NE>
45 PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE> > {
46 typedef typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dtypelist.h102 template<typename T1, typename T2> in _GLIBCXX_BEGIN_NAMESPACE()
105 template<typename T1, typename T2, typename T3> in _GLIBCXX_BEGIN_NAMESPACE()
108 template<typename T1, typename T2, typename T3, typename T4> in _GLIBCXX_BEGIN_NAMESPACE()
111 template<typename T1, typename T2, typename T3, typename T4, typename T5> in _GLIBCXX_BEGIN_NAMESPACE()
114 template<typename T1, typename T2, typename T3, in _GLIBCXX_BEGIN_NAMESPACE()
437 template<typename T1, typename T2>
440 typedef node<_GLIBCXX_TYPELIST_CHAIN2(T1,T2)> type;
443 template<typename T1, typename T2, typename T3>
446 typedef node<_GLIBCXX_TYPELIST_CHAIN3(T1,T2,T3)> type;
449 template<typename T1, typename T2, typename T3, typename T4>
[all …]
/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dsha2.c379 u_int32_t T1, T2, W256[16]; in SHA256_Transform() local
398 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
406 a = T1 + T2; in SHA256_Transform()
421 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
429 a = T1 + T2; in SHA256_Transform()
445 a = b = c = d = e = f = g = h = T1 = T2 = 0; in SHA256_Transform()
660 u_int64_t T1, T2, W512[16]; in SHA512_Transform() local
679 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
687 a = T1 + T2; in SHA512_Transform()
702 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
[all …]
/freebsd-9-stable/sys/fs/nfsclient/
Dnfsnode.h169 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_… argument
/freebsd-9-stable/sys/nfsclient/
Dnfsnode.h168 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_… argument
/freebsd-9-stable/sys/cddl/boot/zfs/
Dsha256.c75 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
89 T2 = SIGMA0(a) + Maj(a, b, c); in SHA256Transform()
91 d = c; c = b; b = a; a = T1 + T2; in SHA256Transform()
/freebsd-9-stable/sys/crypto/sha2/
Dsha2.c429 sha2_word32 T1, T2, *W256; in SHA256_Transform() local
455 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
463 a = T1 + T2; in SHA256_Transform()
478 T2 = Sigma0_256(a) + Maj(a, b, c); in SHA256_Transform()
486 a = T1 + T2; in SHA256_Transform()
502 a = b = c = d = e = f = g = h = T1 = T2 = 0; in SHA256_Transform()
753 sha2_word64 T1 = 0, T2 = 0, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
777 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
785 a = T1 + T2; in SHA512_Transform()
800 T2 = Sigma0_512(a) + Maj(a, b, c); in SHA512_Transform()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeOrdering.h30 bool operator()(QualType T1, QualType T2) const { in operator()
31 return std::less<void*>()(T1.getAsOpaquePtr(), T2.getAsOpaquePtr()); in operator()
DASTVector.h35 template<class T1, class T2>
36 inline _Scalar_ptr_iterator_tag _Ptr_cat(T1 **, T2 **) { in _Ptr_cat() argument
41 template<class T1, class T2>
42 inline _Scalar_ptr_iterator_tag _Ptr_cat(T1* const *, T2 **) { in _Ptr_cat() argument
/freebsd-9-stable/contrib/ntp/lib/isc/
Dsha2.c705 isc_uint32_t T1, T2, *W256; in isc_sha256_transform() local
731 T2 = Sigma0_256(a) + Maj(a, b, c); in isc_sha256_transform()
739 a = T1 + T2; in isc_sha256_transform()
754 T2 = Sigma0_256(a) + Maj(a, b, c); in isc_sha256_transform()
762 a = T1 + T2; in isc_sha256_transform()
778 a = b = c = d = e = f = g = h = T1 = T2 = 0; in isc_sha256_transform()
781 POST(g); POST(h); POST(T1); POST(T2); in isc_sha256_transform()
1027 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; in isc_sha512_transform() local
1051 T2 = Sigma0_512(a) + Maj(a, b, c); in isc_sha512_transform()
1059 a = T1 + T2; in isc_sha512_transform()
[all …]
/freebsd-9-stable/contrib/bind9/lib/isc/
Dsha2.c709 isc_uint32_t T1, T2, *W256; in isc_sha256_transform() local
735 T2 = Sigma0_256(a) + Maj(a, b, c); in isc_sha256_transform()
743 a = T1 + T2; in isc_sha256_transform()
758 T2 = Sigma0_256(a) + Maj(a, b, c); in isc_sha256_transform()
766 a = T1 + T2; in isc_sha256_transform()
782 a = b = c = d = e = f = g = h = T1 = T2 = 0; in isc_sha256_transform()
785 POST(g); POST(h); POST(T1); POST(T2); in isc_sha256_transform()
1031 isc_uint64_t T1, T2, *W512 = (isc_uint64_t*)context->buffer; in isc_sha512_transform() local
1055 T2 = Sigma0_512(a) + Maj(a, b, c); in isc_sha512_transform()
1063 a = T1 + T2; in isc_sha512_transform()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTImporter.cpp232 bool IsStructurallyEquivalent(QualType T1, QualType T2);
260 QualType T1, QualType T2);
367 QualType T1, QualType T2) { in IsStructurallyEquivalent() argument
368 if (T1.isNull() || T2.isNull()) in IsStructurallyEquivalent()
369 return T1.isNull() && T2.isNull(); in IsStructurallyEquivalent()
375 T2 = Context.C2.getCanonicalType(T2); in IsStructurallyEquivalent()
378 if (T1.getQualifiers() != T2.getQualifiers()) in IsStructurallyEquivalent()
383 if (T1->getTypeClass() != T2->getTypeClass()) { in IsStructurallyEquivalent()
387 T2->getTypeClass() == Type::FunctionNoProto) in IsStructurallyEquivalent()
390 T2->getTypeClass() == Type::FunctionProto) in IsStructurallyEquivalent()
[all …]
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DDAGISelMatcher.cpp349 MVT::SimpleValueType T2) { in TypesAreContradictory() argument
352 if (T1 == T2) return false; in TypesAreContradictory()
357 return !MVT(T2).isInteger() || MVT(T2).isVector(); in TypesAreContradictory()
359 if (T2 == MVT::iPTR) in TypesAreContradictory()
/freebsd-9-stable/contrib/llvm/lib/Target/R600/
DAMDILRegisterInfo.td67 def T2 : AMDILReg<1017, "r1017">, DwarfRegNum<[1017]>;
88 …(add (sequence "R%u", 1, 20), RA, SP, T1, T2, T3, T4, T5, SDP, R1010, R1011, R1001, R1002, R1003, …
95 …(add (sequence "R%u", 1, 20), RA, SP, T1, T2, T3, T4, T5, SDP, R1010, R1011, R1001, R1002, R1003, …
102 …(add (sequence "R%u", 1, 20), RA, SP, T1, T2, T3, T4, T5, SDP, R1010, R1011, R1001, R1002, R1003, …
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp204 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast() argument
206 return T1 == T2 || (T1->isPointerTy() && T2->isPointerTy()) || in isNoopBitcast()
207 (isa<VectorType>(T1) && isa<VectorType>(T2) && in isNoopBitcast()
208 TLI.isTypeLegal(EVT::getEVT(T1)) && TLI.isTypeLegal(EVT::getEVT(T2))); in isNoopBitcast()
/freebsd-9-stable/crypto/openssl/crypto/sha/
Dsha256.c184 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
204 T2 = Sigma0(a) + Maj(a, b, c); in sha256_block_data_order()
212 a = T1 + T2; in sha256_block_data_order()
223 T2 = Sigma0(a) + Maj(a, b, c); in sha256_block_data_order()
231 a = T1 + T2; in sha256_block_data_order()
/freebsd-9-stable/crypto/openssh/
Dblocks.c72 T2 = Sigma0(a) + Maj(a,b,c); \
80 a = T1 + T2;
94 uint64 T2; in crypto_hashblocks_sha512() local

1234