Home
last modified time | relevance | path

Searched refs:T1 (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/external/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
Daligned_storage.disabled.cpp19 typedef std::aligned_storage<10, 1 >::type T1; in main() typedef
21 static_assert(std::is_same<std::aligned_storage_t<10, 1>, T1>::value, "" ); in main()
23 static_assert(std::alignment_of<T1>::value == 1, ""); in main()
24 static_assert(sizeof(T1) == 10, ""); in main()
27 typedef std::aligned_storage<10, 2 >::type T1; in main() typedef
29 static_assert(std::is_same<std::aligned_storage_t<10, 2>, T1>::value, "" ); in main()
31 static_assert(std::alignment_of<T1>::value == 2, ""); in main()
32 static_assert(sizeof(T1) == 10, ""); in main()
35 typedef std::aligned_storage<10, 4 >::type T1; in main() typedef
37 static_assert(std::is_same<std::aligned_storage_t<10, 4>, T1>::value, "" ); in main()
[all …]
Daligned_union.pass.cpp20 typedef std::aligned_union<10, char >::type T1; in main() typedef
22 static_assert(std::is_same<std::aligned_union_t<10, char>, T1>::value, "" ); in main()
24 static_assert(std::alignment_of<T1>::value == 1, ""); in main()
25 static_assert(sizeof(T1) == 10, ""); in main()
28 typedef std::aligned_union<10, short >::type T1; in main() typedef
30 static_assert(std::is_same<std::aligned_union_t<10, short>, T1>::value, "" ); in main()
32 static_assert(std::alignment_of<T1>::value == 2, ""); in main()
33 static_assert(sizeof(T1) == 10, ""); in main()
36 typedef std::aligned_union<10, int >::type T1; in main() typedef
38 static_assert(std::is_same<std::aligned_union_t<10, int>, T1>::value, "" ); in main()
[all …]
/external/srec/tools/grxmlcompile/
Dhashmap.cpp38 template <typename T1, typename T2>
39 HashMap<T1,T2>::HashMap(): in HashMap()
44 template <typename T1, typename T2>
45 void HashMap<T1,T2>::setName(std::string s) in setName()
50 template <typename T1, typename T2>
51 bool HashMap<T1,T2>::insert( T1 const & index, T2 const & value) in insert()
54 pair<typename std::map<T1,T2>::iterator,bool> result = m_Map.insert( make_pair(index, value) ); in insert()
62 template <typename T1, typename T2>
63 bool HashMap<T1,T2>::remove( T1 const & index ) in remove()
69 template <typename T1, typename T2>
[all …]
Dhashmap.h29 template <typename T1, typename T2>
36 bool insert( T1 const & index, T2 const & value);
37 bool remove( T1 const & index);
40 bool getFirst( T1 *index, T2 *value );
41 bool getNext( T1 *index, T2 *value );
42 bool getValue( T1 const & index, T2 *value); //returns value
43 bool getIndex( T2 const & value, T1 *index ); //returns index
47 typename std::map<T1,T2>::iterator begin();
48 typename std::map<T1,T2>::iterator end();
54 std::map<T1, T2> m_Map;
[all …]
/external/clang/test/Parser/
Dcxx-template-argument.cpp50 template<class T1, typename T2> struct Known { }; // expected-note 3 {{template is declared here}}
51 template<class T1, typename T2> struct X;
52 template<class T1, typename T2> struct ABC; // expected-note {{template is declared here}}
55 template<class T1, typename T2> struct foo :
56 UnknownBase<T1,T2> // expected-error {{unknown template name 'UnknownBase'}}
59 template<class T1, typename T2> struct foo2 :
60 UnknownBase<T1,T2>, // expected-error {{unknown template name 'UnknownBase'}}
61 Known<T1> // expected-error {{too few template arguments for class template 'Known'}}
64 template<class T1, typename T2> struct foo3 :
65 UnknownBase<T1,T2,ABC<T2,T1> > // expected-error {{unknown template name 'UnknownBase'}}
[all …]
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/
Deq.pass.cpp25 typedef std::tuple<> T1; in main() typedef
27 const T1 t1; in main()
33 typedef std::tuple<int> T1; in main() typedef
35 const T1 t1(1); in main()
41 typedef std::tuple<int> T1; in main() typedef
43 const T1 t1(1); in main()
49 typedef std::tuple<int, double> T1; in main() typedef
51 const T1 t1(1, 2); in main()
57 typedef std::tuple<int, double> T1; in main() typedef
59 const T1 t1(1, 2); in main()
[all …]
Dlt.pass.cpp37 typedef std::tuple<> T1; in main() typedef
39 const T1 t1; in main()
47 typedef std::tuple<char> T1; in main() typedef
49 const T1 t1(1); in main()
57 typedef std::tuple<char> T1; in main() typedef
59 const T1 t1(1); in main()
67 typedef std::tuple<char> T1; in main() typedef
69 const T1 t1(1); in main()
77 typedef std::tuple<char, int> T1; in main() typedef
79 const T1 t1(1, 2); in main()
[all …]
/external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
Dghash-x86_64.pl411 ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5");
419 pshufd \$0b01001110,$Xi,$T1
421 pxor $Xi,$T1 #
427 pshufd \$0b01001110,$Xi,$T1
428 pxor $Xi,$T1 #
434 pclmulqdq \$0x00,$HK,$T1 #######
435 pxor $Xi,$T1 #
436 pxor $Xhi,$T1 #
438 movdqa $T1,$T2 #
439 psrldq \$8,$T1
[all …]
Daesni-gcm-x86_64.pl67 ($Ii,$T1,$T2,$Hkey,
84 vpaddb $T2,$T1,$inout1
89 vpxor $rndkey,$T1,$inout0
98 vpaddb $T2,$inout5,$T1 # next counter value
103 vmovdqu $T1,($ivp) # save next counter value
114 vpclmulqdq \$0x00,$Hkey,$Z3,$T1
127 vpxor $Z1,$T1,$Z0
130 vpclmulqdq \$0x10,$Hkey,$Ii,$T1
151 vpxor $T1,$Z2,$Z2
152 vpclmulqdq \$0x00,$Z1,$Ii,$T1
[all …]
/external/llvm/test/CodeGen/Mips/
Dfmadd1.ll26 ; 32-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14
27 ; 32-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]]
29 ; 32-DAG: add.s $f0, $[[T1]], $[[T2]]
32 ; 32R2: madd.s $[[T1:f[0-9]+]], $[[T0]], $f12, $f14
34 ; 32R2: add.s $f0, $[[T1]], $[[T2]]
37 ; 32R6-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14
38 ; 32R6-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $[[T0]]
40 ; 32R6-DAG: add.s $f0, $[[T1]], $[[T2]]
42 ; 64-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f13
43 ; 64-DAG: add.s $[[T2:f[0-9]+]], $[[T1]], $f14
[all …]
Dfcmp.ll22 ; 32-C-DAG: addiu $[[T1:[0-9]+]], $zero, 1
27 ; 64-C-DAG: addiu $[[T1:[0-9]+]], $zero, 1
32 ; 32-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
33 ; 32-CMP-DAG: andi $2, $[[T1]], 1
36 ; 64-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
37 ; 64-CMP-DAG: andi $2, $[[T1]], 1
48 ; 32-C-DAG: addiu $[[T1:[0-9]+]], $zero, 1
53 ; 64-C-DAG: addiu $[[T1:[0-9]+]], $zero, 1
58 ; 32-CMP-DAG: mfc1 $[[T1:[0-9]+]], $[[T0]]
59 ; 32-CMP-DAG: andi $2, $[[T1]], 1
[all …]
/external/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl107 $T1="%g2";
137 ldx [$inp+64],$T1
147 srlx $T1,$tmp32,$T1
148 or $T1,@X[7],@X[7]
154 $code.="\tadd @X[$i/2],$h,$T1\n";
156 $code.="\tsrlx @X[$i/2],32,$T1\n\tadd $h,$T1,$T1\n";
184 add $h,$tmp2,$T1
203 add $h,$tmp2,$T1
218 $code.="\tadd $h,$T1,$T1\n";
238 add $tmp2,$T1,$T1
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2010-02-12-saveCR.ll9 ; CHECK: mfcr [[T1:r[0-9]+]] ; cr2
12 ; CHECK: rlwinm [[T1]], [[T1]], 8, 0, 31
14 ; CHECK: stwx [[T1]], r1, [[T2]]
28 ; CHECK: lis [[T1:r[0-9]+]], 1
29 ; CHECK: ori [[T1]], [[T1]], 34536
30 ; CHECK: lwzx [[T1]], r1, [[T1]]
31 ; CHECK: rlwinm [[T1]], [[T1]], 20, 0, 31
32 ; CHECK: mtcrf 16, [[T1]]
33 ; CHECK: lis [[T1]], 1
34 ; CHECK: ori [[T1]], [[T1]], 34540
[all …]
/external/llvm/include/llvm/Support/
DFormat.h94 template <typename T1, typename T2>
96 T1 Val1;
99 format_object2(const char *fmt, const T1 &val1, const T2 &val2) in format_object2()
108 template <typename T1, typename T2, typename T3>
110 T1 Val1;
114 format_object3(const char *fmt, const T1 &val1, const T2 &val2,const T3 &val3) in format_object3()
123 template <typename T1, typename T2, typename T3, typename T4>
125 T1 Val1;
130 format_object4(const char *fmt, const T1 &val1, const T2 &val2, in format_object4()
140 template <typename T1, typename T2, typename T3, typename T4, typename T5>
[all …]
/external/chromium_org/google_apis/drive/
Dtask_util.h33 template<typename T1>
34 struct ComposedCallback<void(T1)> {
37 const base::Callback<void(T1)>& callback,
38 T1 arg1) {
44 template<typename T1, typename T2>
45 struct ComposedCallback<void(T1, T2)> {
48 const base::Callback<void(T1, T2)>& callback,
49 T1 arg1, T2 arg2) {
55 template<typename T1, typename T2, typename D2>
56 struct ComposedCallback<void(T1, scoped_ptr<T2, D2>)> {
[all …]
Dtest_util.h174 template<typename T1>
176 T1* out,
177 typename CopyResultCallbackHelper<T1>::InType in) {
178 *out = CopyResultCallbackHelper<T1>::Move(&in);
182 template<typename T1, typename T2>
184 T1* out1,
186 typename CopyResultCallbackHelper<T1>::InType in1,
188 *out1 = CopyResultCallbackHelper<T1>::Move(&in1);
193 template<typename T1, typename T2, typename T3>
195 T1* out1,
[all …]
/external/openfst/src/include/fst/script/
Darg-packs.h53 template<class T1,
63 T1 arg1;
73 Package(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, in Package()
80 template<class T1,
88 struct Package<T1, T2, T3, T4, T5, T6, T7, T8, none_type> {
89 T1 arg1;
98 Package(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6,
105 template<class T1,
112 struct Package<T1, T2, T3, T4, T5, T6, T7,
114 T1 arg1;
[all …]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DCallbacks.java20 interface Callback1<T1> {
24 public void call(T1 arg1); in call()
33 interface Callback2<T1, T2> {
37 public void call(T1 arg1, T2 arg2); in call()
47 interface Callback3<T1, T2, T3> {
51 public void call(T1 arg1, T2 arg2, T3 arg3); in call()
62 interface Callback4<T1, T2, T3, T4> {
66 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in call()
78 interface Callback5<T1, T2, T3, T4, T5> {
82 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); in call()
[all …]
/external/libcxx/test/utilities/time/time.point/time.point.comparisons/
Dop_equal.pass.cpp30 typedef std::chrono::time_point<Clock, Duration1> T1; in main() typedef
34 T1 t1(Duration1(3)); in main()
35 T1 t2(Duration1(3)); in main()
40 T1 t1(Duration1(3)); in main()
41 T1 t2(Duration1(4)); in main()
46 T1 t1(Duration1(3)); in main()
52 T1 t1(Duration1(3)); in main()
60 constexpr T1 t1(Duration1(3)); in main()
61 constexpr T1 t2(Duration1(3)); in main()
66 constexpr T1 t1(Duration1(3)); in main()
[all …]
Dop_less.pass.cpp38 typedef std::chrono::time_point<Clock, Duration1> T1; in main() typedef
42 T1 t1(Duration1(3)); in main()
43 T1 t2(Duration1(3)); in main()
50 T1 t1(Duration1(3)); in main()
51 T1 t2(Duration1(4)); in main()
58 T1 t1(Duration1(3)); in main()
66 T1 t1(Duration1(3)); in main()
76 constexpr T1 t1(Duration1(3)); in main()
77 constexpr T1 t2(Duration1(3)); in main()
84 constexpr T1 t1(Duration1(3)); in main()
[all …]
/external/clang/test/CXX/special/class.inhctor/
Dp3.cpp32 template<typename T> struct T1 : B1 { struct
35 template<typename T> struct T2 : T1<T> {
36 using T1<int>::T1;
38 template<typename T> struct T3 : T1<int> {
39 using T1<T>::T1;
42 friend T1<int>::T1(int);
43 friend T1<int>::T1(int, int);
/external/openssl/crypto/sha/
Dsha256.c153 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2; in sha256_block_data_order() local
165 HOST_c2l(data,l); T1 = X[i] = l; in sha256_block_data_order()
166 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
168 h = g; g = f; f = e; e = d + T1; in sha256_block_data_order()
169 d = c; c = b; b = a; a = T1 + T2; in sha256_block_data_order()
177 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf]; in sha256_block_data_order()
178 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; in sha256_block_data_order()
180 h = g; g = f; f = e; e = d + T1; in sha256_block_data_order()
181 d = c; c = b; b = a; a = T1 + T2; in sha256_block_data_order()
193 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
[all …]
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
Dconvert_copy.pass.cpp57 typedef std::tuple<int> T1; in main() typedef
59 T1 t1 = t0; in main()
65 typedef std::tuple<A> T1; in main() typedef
67 constexpr T1 t1 = t0; in main()
72 typedef std::tuple<C> T1; in main() typedef
74 constexpr T1 t1{t0}; in main()
80 typedef std::tuple<int, int> T1; in main() typedef
82 T1 t1 = t0; in main()
88 typedef std::tuple<int, int, B> T1; in main() typedef
90 T1 t1 = t0; in main()
[all …]
/external/chromium_org/third_party/WebKit/Source/wtf/
DDataLog.h49 template<typename T1, typename T2>
50 void dataLog(const T1& value1, const T2& value2) in dataLog()
55 template<typename T1, typename T2, typename T3>
56 void dataLog(const T1& value1, const T2& value2, const T3& value3) in dataLog()
61 template<typename T1, typename T2, typename T3, typename T4>
62 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4) in dataLog()
67 template<typename T1, typename T2, typename T3, typename T4, typename T5>
68 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
73 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
74 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp34 template<typename T1, typename T2, typename ...Rest>
35 int &f0(T1, T2, Rest...);
37 template<typename T1, typename T2>
38 float &f0(T1, T2);
45 template<typename T1, typename T2, typename ...Rest>
46 int &f1(T1, T2, Rest...);
48 template<typename T1, typename T2>
49 float &f1(T1, T2, ...);
55 template<typename T1, typename T2, typename ...Rest>
56 int &f2(T1, T2, Rest...);

12345678910>>...22