Searched refs:t2 (Results 151 - 175 of 664) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/mips32/
H A Dmips32_dspr2.stdout.exp3 absq_s.qb $t2, $t3 :: rd 0x0000027a rt 0x00000286 DSPControl 0x0
7 absq_s.qb $t2, $t4 :: rd 0x01010101 rt 0xffffffff DSPControl 0x0
11 absq_s.qb $t2, $t3 :: rd 0x05555314 rt 0x0555adec DSPControl 0x0
15 absq_s.qb $t2, $t4 :: rd 0x55555555 rt 0x55555555 DSPControl 0x0
19 absq_s.qb $t2, $t3 :: rd 0x46364636 rt 0xbacabaca DSPControl 0x0
23 absq_s.qb $t2, $t4 :: rd 0x00086755 rt 0x00086755 DSPControl 0x0
27 absq_s.qb $t2, $t3 :: rd 0x22362236 rt 0xdecadeca DSPControl 0x0
31 absq_s.qb $t2, $t4 :: rd 0x47743941 rt 0xb9743941 DSPControl 0x0
35 absq_s.qb $t2, $t3 :: rd 0x722d5e20 rt 0x722d5e20 DSPControl 0x0
39 absq_s.qb $t2,
[all...]
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/
H A Dmember_swap.pass.cpp28 const T t2[] = {10, 11, 12}; local
29 C c2(std::begin(t2), std::end(t2), A(2));
73 const T t2[] = {10, 11, 12}; local
74 C c2(std::begin(t2), std::end(t2), A(2));
107 const T t2[] = {10, 11, 12}; local
108 C c2(std::begin(t2), std::end(t2), A(2));
152 const T t2[] local
186 const T t2[] = {10, 11, 12}; local
231 const T t2[] = {10, 11, 12}; local
[all...]
H A Dnon_member_swap.pass.cpp29 const T t2[] = {10, 11, 12}; local
30 C c2(std::begin(t2), std::end(t2), A(2));
74 const T t2[] = {10, 11, 12}; local
75 C c2(std::begin(t2), std::end(t2), A(2));
108 const T t2[] = {10, 11, 12}; local
109 C c2(std::begin(t2), std::end(t2), A(2));
153 const T t2[] local
187 const T t2[] = {10, 11, 12}; local
232 const T t2[] = {10, 11, 12}; local
[all...]
/external/boringssl/src/crypto/modes/asm/
H A Dghash-armv4.pl343 my ($t0,$t1,$t2,$t3)=map("q$_",(8..12));
357 vext.8 $t2#lo, $a, $a, #3 @ A3
359 vmull.p8 $t2, $t2#lo, $b @ J = A3*B
369 veor $t2, $t2, $r @ N = I + J
372 veor $t2#lo, $t2#lo, $t2#hi @ t2
[all...]
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh68 unsigned int t1, t2; local
71 (t2 = text[1] - 0x80u) <= 0x3Fu))
73 c = ((c&0xFu)<<12) | (t1<<6) | t2;
83 unsigned int t1, t2, t3; local
86 (t2 = text[1] - 0x80u) <= 0x3Fu &&
89 c = ((c&0x7u)<<18) | (t1<<12) | (t2<<6) | t3;
/external/openssh/
H A Dlogintest.c93 time_t t0, t1, t2, logintime, logouttime; local
185 t2 = login_get_lastlog_time(getuid());
186 strlcpy(s_t2, ctime(&t2), sizeof(s_t2));
187 printf("After logging in, lastlog time is %d - %s\n", (int)t2, s_t2);
188 if (t1 == t2)
192 else if (t0 != t2)
H A Drijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
782 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
785 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
786 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
787 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
788 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
792 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[14];
795 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
796 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
797 s2 = Te0[t2 >> 2
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCubic.h116 SkDCubic subDivide(double t1, double t2) const;
118 static SkDCubic SubDivide(const SkPoint a[kPointCount], double t1, double t2) { argument
120 return cubic.set(a).subDivide(t1, t2);
123 void subDivide(const SkDPoint& a, const SkDPoint& d, double t1, double t2, SkDPoint p[2]) const;
126 double t2, SkDPoint p[2]) {
128 cubic.set(pts).subDivide(a, d, t1, t2, p);
125 SubDivide(const SkPoint pts[kPointCount], const SkDPoint& a, const SkDPoint& d, double t1, double t2, SkDPoint p[2]) argument
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dutimer.h201 double t1, t2; local
204 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
205 return (t2-t1);
/external/clang/test/CodeGenCXX/
H A Dglobal-array-destruction.cpp47 static T t2[2][3] = { 1.0, 2, 3.0, 4, 5.0, 6, 7.0, 8, 9.0, 10, 11.0, 12 }; variable
/external/clang/test/PCH/
H A Dnamespaces.cpp10 N1::t2 *ip2 = &int_val;
/external/clang/test/Sema/
H A Dattr-naked.c11 void t2() __attribute__((naked(2))); // expected-error {{'naked' attribute takes no arguments}}
H A Dpragma-ms_struct.c32 } __attribute__((ms_struct)) t2; variable in typeref:struct:S
H A Dexpr-address-of.c105 struct {int a : 10;} t2; local
106 int* dummy2 = &(t2.a); // expected-error {{address of bit-field requested}}
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp28 static T2 t2; member in struct:T6
/external/clang/test/SemaTemplate/
H A Dmetafun-apply.cpp37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}} local
/external/eigen/test/
H A Dgeo_homogeneous.cpp54 T2MatrixType t2 = T2MatrixType::Random(); local
55 VERIFY_IS_APPROX(t2 * (v0.homogeneous().eval()), t2 * v0.homogeneous());
56 VERIFY_IS_APPROX(t2 * (m0.colwise().homogeneous().eval()), t2 * m0.colwise().homogeneous());
58 VERIFY_IS_APPROX((v0.transpose().rowwise().homogeneous().eval()) * t2,
59 v0.transpose().rowwise().homogeneous() * t2);
61 VERIFY_IS_APPROX((m0.transpose().rowwise().homogeneous().eval()) * t2,
62 m0.transpose().rowwise().homogeneous() * t2);
/external/freetype/src/autofit/
H A Dafwarp.h37 FT_Pos t1, t2; member in struct:AF_WarperRec_
/external/lzma/C/
H A DLzma2Enc.c178 int t1, t1n, t2, t3; local
186 t2 = p->numBlockThreads;
189 if (t2 > NUM_MT_CODER_THREADS_MAX)
190 t2 = NUM_MT_CODER_THREADS_MAX;
194 if (t2 <= 0)
195 t2 = 1;
196 t3 = t1n * t2;
198 else if (t2 <= 0)
200 t2 = t3 / t1n;
201 if (t2
[all...]
/external/valgrind/memcheck/tests/vbit-test/
H A Dmain.c19 IRType t_dst, t1, t2, t3, t4; local
21 typeof_primop(op->op, &t_dst, &t1, &t2, &t3, &t4);
27 data->opnds[0].type = t2;
33 data->opnds[1].type = t2;
/external/boringssl/src/crypto/sha/asm/
H A Dsha256-586.pl407 my ($t1,$t2) = ("ecx","esi");
413 # &mov ($t2,&DWP(32+4*(($i+14)&15),"esp"));
415 &mov ("edi",$t2);
416 &ror ($t2,19-17);
420 &xor ($t2,"edi");
422 &ror ($t2,17);
426 #&xor ("edi",$t2) # sigma1(X[-2])
431 &xor ("edi",$t2) if ($i>=16); # sigma1(X[-2])
432 &mov ($t2,&off($f));
439 &xor ($t2,"ed
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c261 float t0, t1, t2; local
305 t2 = 0.5f - x2 * x2 - y2 * y2;
306 if (t2 < 0.0f)
309 t2 *= t2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
348 float t0, t1, t2, t3; local
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
450 if (t2 < 0.
531 float t0, t1, t2, t3, t4; local
[all...]
/external/boringssl/src/crypto/aes/
H A Daes.c679 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
699 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
704 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
706 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^
708 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^
711 Te3[t2 & 0xff] ^ rk[11];
717 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^
722 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^
724 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^
726 s2 = Te0[t2 >> 2
867 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/external/clang/test/CodeGen/
H A Dattributes.c43 // CHECK: define void @t2() [[NUW:#[0-9]+]] {
44 void t2() __attribute__((nothrow));
45 void t2() {} function
H A Dms_struct-bitfield.c28 } ATTR t2; variable in typeref:struct:__anon1842
29 int s2 = sizeof(t2);

Completed in 869 milliseconds

1234567891011>>