Home
last modified time | relevance | path

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

12345678910>>...14

/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/openssl/crypto/sha/asm/
Dsha256-armv4.pl32 $T1="r3";
55 ldr $T1,[$inp],#4
57 ldrb $T1,[$inp,#3] @ $i
61 orr $T1,$T1,$t2,lsl#8
62 orr $T1,$T1,$t1,lsl#16
63 orr $T1,$T1,$t0,lsl#24
72 add $T1,$T1,$t3 @ from BODY_16_xx
74 rev $T1,$T1
81 str $T1,[sp,#`$i%16`*4]
82 add $T1,$T1,$t0
[all …]
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 …]
Dsha512-x86_64.pl62 ($T1,$a0,$a1,$a2)=("%r12","%r13","%r14","%r15");
74 ($T1,$a0,$a1,$a2)=("%r12d","%r13d","%r14d","%r15d");
100 mov $T1,`$SZ*($i&0xf)`(%rsp)
107 add $h,$T1 # T1+=h
110 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
120 add $a2,$T1 # T1+=Ch(e,f,g)
128 add $a0,$T1 # T1+=Sigma1(e)
131 add $T1,$d # d+=T1
132 add $T1,$h # h+=T1
145 mov $a0,$T1
[all …]
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,$t2 # T1+=Ch(e,f,g)
135 algr $h,$T1 # h+=T1
137 algr $d,$T1 # d+=T1
146 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
[all …]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DArguments.h58 template<typename T1> struct Arguments1 {
59 …typedef Arguments1<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type> Value…
65 Arguments1(T1 t1) in Arguments1()
80 T1 argument1;
83 template<typename T1> Arguments1<const T1&> In(const T1& t1) in In()
85 return Arguments1<const T1&>(t1); in In()
88 template<typename T1> Arguments1<T1&> Out(T1& t1) in Out()
90 return Arguments1<T1&>(t1); in Out()
93 template<typename T1, typename T2> struct Arguments2 : Arguments1<T1> {
94 typedef Arguments2<typename WTF::RemoveConst<typename WTF::RemoveReference<T1>::Type>::Type,
[all …]
/external/llvm/include/llvm/Support/
DFormat.h96 template <typename T1, typename T2>
98 T1 Val1;
101 format_object2(const char *fmt, const T1 &val1, const T2 &val2) in format_object2()
114 template <typename T1, typename T2, typename T3>
116 T1 Val1;
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>
135 T1 Val1;
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 …]
/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/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; // expected-error {{not supported}}
38 template<typename T> struct T3 : T1<int> {
39 using T1<T>::T1; // expected-error {{not supported}}
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 …]
Dsha512.c458 SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2; in sha512_block_data_order() local
470 T1 = X[i] = W[i]; in sha512_block_data_order()
472 T1 = X[i] = PULL64(W[i]); in sha512_block_data_order()
474 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
476 h = g; g = f; f = e; e = d + T1; in sha512_block_data_order()
477 d = c; c = b; b = a; a = T1 + T2; in sha512_block_data_order()
485 T1 = X[i&0xf] += s0 + s1 + X[(i+9)&0xf]; in sha512_block_data_order()
486 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; in sha512_block_data_order()
488 h = g; g = f; f = e; e = d + T1; in sha512_block_data_order()
489 d = c; c = b; b = a; a = T1 + T2; in sha512_block_data_order()
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp33 template<typename T1, typename T2, typename ...Rest>
34 int &f0(T1, T2, Rest...);
36 template<typename T1, typename T2>
37 float &f0(T1, T2);
44 template<typename T1, typename T2, typename ...Rest>
45 int &f1(T1, T2, Rest...);
47 template<typename T1, typename T2>
48 float &f1(T1, T2, ...);
54 template<typename T1, typename T2, typename ...Rest>
55 int &f2(T1, T2, Rest...);
/external/clang/utils/
DclangVisualizers.txt6 #if ((($T1*)$e.EndX - ($T1*)$e.BeginX) == 0) ( "empty" )
10 ($T1*)$e.EndX - ($T1*)$e.BeginX,
13 expr: (($T1*)$e.BeginX)[$i],
14 size: ($T1*)$e.EndX - ($T1*)$e.BeginX
23 #([size] : ($T1*)$e.EndX - ($T1*)$e.BeginX),
24 #([capacity] : ($T1*)$e.CapacityX - ($T1*)$e.BeginX),
26 expr: (($T1*)$e.BeginX)[$i],
27 size: ($T1*)$e.EndX - ($T1*)$e.BeginX
35 #if ((($T1*)$e.EndX - ($T1*)$e.BeginX) == 0) ( "empty" )
39 ($T1*)$e.EndX - ($T1*)$e.BeginX,
[all …]
/external/llvm/test/CodeGen/X86/
Dvec_splat-4.ll9 define <16 x i8 > @shuf_16i8_0(<16 x i8 > %T0, <16 x i8 > %T1) nounwind readnone {
11 …%tmp6 = shufflevector <16 x i8 > %T0, <16 x i8 > %T1, <16 x i32> < i32 0, i32 undef, i32 undef, i3…
15 define <16 x i8 > @shuf_16i8_1(<16 x i8 > %T0, <16 x i8 > %T1) nounwind readnone {
17 …%tmp6 = shufflevector <16 x i8 > %T0, <16 x i8 > %T1, <16 x i32> < i32 1, i32 1, i32 undef, i32 un…
21 define <16 x i8 > @shuf_16i8_2(<16 x i8 > %T0, <16 x i8 > %T1) nounwind readnone {
23 …%tmp6 = shufflevector <16 x i8 > %T0, <16 x i8 > %T1, <16 x i32> < i32 2, i32 undef, i32 undef, i3…
27 define <16 x i8 > @shuf_16i8_3(<16 x i8 > %T0, <16 x i8 > %T1) nounwind readnone {
29 …%tmp6 = shufflevector <16 x i8 > %T0, <16 x i8 > %T1, <16 x i32> < i32 3, i32 undef, i32 undef, i3…
34 define <16 x i8 > @shuf_16i8_4(<16 x i8 > %T0, <16 x i8 > %T1) nounwind readnone {
36 …%tmp6 = shufflevector <16 x i8 > %T0, <16 x i8 > %T1, <16 x i32> < i32 4, i32 undef, i32 undef, i3…
[all …]
Dvec_splat-3.ll8 define <8 x i16> @shuf_8i16_0(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
10 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> < i32 0, i32 undef, i32 undef, i32 0…
14 define <8 x i16> @shuf_8i16_1(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
16 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> < i32 1, i32 1, i32 undef, i32 undef…
20 define <8 x i16> @shuf_8i16_2(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
22 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> < i32 2, i32 undef, i32 undef, i32 2…
26 define <8 x i16> @shuf_8i16_3(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
28 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> < i32 3, i32 3, i32 undef, i32 undef…
32 define <8 x i16> @shuf_8i16_4(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {
34 …%tmp6 = shufflevector <8 x i16> %T0, <8 x i16> %T1, <8 x i32> < i32 4, i32 undef, i32 undef, i32 u…
[all …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
Dp12.cpp8 template<class T1, class ... Types> float &g(Tuple<T1, Types ...>); // #2
9 template<class T1, class ... Types> double &g(Tuple<T1, Types& ...>); // #3
19 template<class T1, class ... Types> float &h(int (*)(T1, Types ...)); // #2
20 template<class T1, class ... Types> double &h(int (*)(T1, Types& ...)); // #3
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]]) in rijndaelEncrypt()
166 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]]) in rijndaelEncrypt()
170 *((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]]) in rijndaelEncrypt()
174 *((word32*)(b +12)) = *((const word32*)T1[temp[3][0]]) in rijndaelEncrypt()
184 *((word32*)(b )) = *((const word32*)T1[temp[0][0]]) in rijndaelEncrypt()
188 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]]) in rijndaelEncrypt()
192 *((word32*)(b + 8)) = *((const word32*)T1[temp[2][0]]) in rijndaelEncrypt()
196 *((word32*)(b +12)) = *((const word32*)T1[temp[3][0]]) in rijndaelEncrypt()
206 b[ 0] = T1[temp[0][0]][1]; in rijndaelEncrypt()
207 b[ 1] = T1[temp[1][1]][1]; in rijndaelEncrypt()
[all …]
/external/openssl/crypto/modes/asm/
Dghash-x86_64.pl351 ($T1,$T2,$T3)=("%xmm3","%xmm4","%xmm5");
358 pshufd \$0b01001110,$Xi,$T1
360 pxor $Xi,$T1 #
366 pclmulqdq \$0x00,$T2,$T1 #######
367 pxor $Xi,$T1 #
368 pxor $Xhi,$T1 #
370 movdqa $T1,$T2 #
371 psrldq \$8,$T1
373 pxor $T1,$Xhi
383 movdqa $Xi,$T1 #
[all …]
Dghash-x86.pl819 ($T1,$T2,$T3)=("xmm3","xmm4","xmm5");
828 &pshufd ($T1,$Xi,0b01001110);
830 &pxor ($T1,$Xi); #
835 &pclmulqdq ($T1,$T2,0x00); #######
836 &xorps ($T1,$Xi); #
837 &xorps ($T1,$Xhi); #
839 &movdqa ($T2,$T1); #
840 &psrldq ($T1,8);
842 &pxor ($Xhi,$T1);
854 &movdqa ($T1,$Xi); #
[all …]
/external/clang/test/SemaCXX/
Dinstantiate-blocks.cpp4 template <typename T, typename T1> void foo(T t, T1 r) in foo()
7 __block T1 byref_block_arg; in foo()
9 T1 (^block)(T) = ^ T1 (T arg) { in foo()
16 template <typename T, typename T1> void noret(T t, T1 r) in noret()
Dredeclared-alias-template.cpp5 template<typename T1, typename T2> using A = T1; // expected-error {{too many template parameters i…
7 template<typename T1, typename T2> using B = T1; // expected-note {{previous}}
8 template<typename T2, typename T1> using B = T1; // expected-error {{type alias template redefiniti…
/external/clang/test/CodeGenCXX/
Dinstantiate-blocks.cpp18 template <typename T, typename T1> void foo(T t, T1 r) in foo()
21 __block T1 byref_block_arg; in foo()
23 T1 (^block)(char, T, T1, double) = in foo()
24 ^ T1 (char ch, T arg, T1 arg2, double d1) { byref_block_arg = arg2; in foo()
/external/clang/test/CodeGenObjC/
Darc.m30 // CHECK-NEXT: [[T1:%.*]] = load i8** [[X]]
31 // CHECK-NEXT: call void @objc_release(i8* [[T1]])
32 // CHECK-NEXT: [[T1:%.*]] = call i8* @objc_autoreleaseReturnValue(i8* [[RET]])
33 // CHECK-NEXT: ret i8* [[T1]]
89 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
90 …CHECK-NEXT: [[COPY:%.*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend {{.*}})(i8* [[T1]],
95 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST3]]* [[T0]] to i8*
96 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind
210 // CHECK-NEXT: [[T1:%.*]] = bitcast [[TEST5]]* [[T0]] to i8*
211 // CHECK-NEXT: call void @objc_release(i8* [[T1]]) nounwind
[all …]
Darc-foreach.m34 // CHECK-LP64-NEXT: [[T1:%.*]] = call i8* @objc_retain(i8* [[T0]])
35 // CHECK-LP64-NEXT: [[T2:%.*]] = bitcast i8* [[T1]] to [[ARRAY_T]]*
44 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[ARRAY_T]]* [[T0]] to i8*
45 // CHECK-LP64-NEXT: [[T2:%.*]] = call i8* @objc_retain(i8* [[T1]])
50 // CHECK-LP64-NEXT: [[T1:%.*]] = bitcast [[ARRAY_T]]* [[SAVED_ARRAY]] to i8*
51 …)* @objc_msgSend to i64 (i8*, i8*, [[STATE_T]]*, [16 x i8*]*, i64)*)(i8* [[T1]], i8* [[T0]], [[STA…
58 // CHECK-LP64-NEXT: [[T1:%.*]] = load i8*** [[T0]]
59 // CHECK-LP64-NEXT: [[T2:%.*]] = getelementptr i8** [[T1]], i64
65 // CHECK-LP64-NEXT: [[T1:%.*]] = load i8** [[X]]
66 // CHECK-LP64-NEXT: [[T2:%.*]] = call i8* @objc_retain(i8* [[T1]])
[all …]

12345678910>>...14