Searched refs:t2 (Results 76 - 100 of 873) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_mutex.cc100 ScopedThread t1, t2; local
105 t2.Lock(m);
106 t2.Write1(l);
107 t2.Unlock(m);
108 t2.Destroy(m);
116 ScopedThread t1, t2; local
121 t2.Lock(m);
122 t2.Write1(l);
123 t2.Unlock(m);
124 t2
132 ScopedThread t1, t2, t3; local
157 ScopedThread t1, t2; local
[all...]
/external/valgrind/main/none/tests/mips32/
H A Dmips32_dspr2.c81 "move $t2, %2 \n\t" \
82 instruction" $t0, $t1, $t2 \n\t" \
86 : "t0", "t1", "t2" \
551 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t3", 0x00000286, t2, t3);
555 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t4", 0xffffffff, t2, t4);
559 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t3", 0x0555adec, t2, t3);
563 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2,
[all...]
H A Dmips32_dsp.c558 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0x00000286, t2, t3);
562 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t4", 0xffffffff, t2, t4);
566 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0x0555adec, t2, t3);
570 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t4", 0x55555555, t2, t4);
574 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t3", 0xbacabaca, t2, t
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-binop-nosse2.js155 function t2(a, b) {return a/b} function
156 assertEquals(t2(1,2), 1/2);
157 assertEquals(t2(null,2), 0/2);
158 assertEquals(t2(null,-2), 0/-2);
159 assertEquals(t2(2,null), 2/0);
160 assertEquals(t2(-2,null), -2/0);
161 assertEquals(t2(1,2.4), 1/2.4);
162 assertEquals(t2(1.3,2.4), 1.3/2.4);
163 assertEquals(t2(null,2.4), 0/2.4);
164 assertEquals(t2(1.
[all...]
H A Dregress-binop.js155 function t2(a, b) {return a/b} function
156 assertEquals(t2(1,2), 1/2);
157 assertEquals(t2(null,2), 0/2);
158 assertEquals(t2(null,-2), 0/-2);
159 assertEquals(t2(2,null), 2/0);
160 assertEquals(t2(-2,null), -2/0);
161 assertEquals(t2(1,2.4), 1/2.4);
162 assertEquals(t2(1.3,2.4), 1.3/2.4);
163 assertEquals(t2(null,2.4), 0/2.4);
164 assertEquals(t2(1.
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-mips.cc101 COMPARE(addu(t2, t3, t4),
102 "016c5021 addu t2, t3, t4");
108 COMPARE(subu(t2, t3, t4),
109 "016c5023 subu t2, t3, t4");
116 COMPARE(mult(t2, t3),
117 "014b0018 mult t2, t3");
123 COMPARE(multu(t2, t3),
124 "014b0019 multu t2, t3");
130 COMPARE(div(t2, t3),
131 "014b001a div t2, t
[all...]
/external/sepolicy/
H A Dmls45 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
50 (l1 eq l2 or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
65 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
68 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
73 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
76 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject);
83 (l1 dom l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2 == mlstrustedsubject);
86 (l1 domby l2 or t1 == mlstrustedsubject or t2 == mlstrustedobject or t2
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
H A Dsha256-armv4.pl50 $t2="r12";
68 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
73 add $a,$a,$t2 @ h+=Maj(a,b,c) from the past
74 ldrb $t2,[$inp,#2]
76 orr $t1,$t1,$t2,lsl#8
77 ldrb $t2,[$inp],#4
83 orr $t1,$t1,$t2,lsl#24
88 ldr $t2,[$Ktbl],#4 @ *K256++
94 add $h,$h,$t2 @ h+=K256[i]
99 and $t2,
[all...]
/external/libvorbis/lib/
H A Dsmallft.c117 int t0,t1,t2,t3,t4,t5,t6; local
120 t0=(t2=l1*ido);
123 ch[t1<<1]=cc[t1]+cc[t2];
124 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
126 t2+=ido;
133 t2=t0;
135 t3=t2;
152 t2+=ido;
158 t3=(t2=(t1=ido)-1);
159 t2
172 int i,k,t0,t1,t2,t3,t4,t5,t6; local
276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
635 int i,k,t0,t1,t2,t3,t4,t5,t6; local
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/speex/libspeex/
H A Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; local
122 t0=(t2=l1*ido);
125 ch[t1<<1]=cc[t1]+cc[t2];
126 ch[(t1<<1)+t3-1]=cc[t1]-cc[t2];
128 t2+=ido;
135 t2=t0;
137 t3=t2;
154 t2+=ido;
160 t3=(t2=(t1=ido)-1);
161 t2
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
637 int i,k,t0,t1,t2,t3,t4,t5,t6; local
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
[all...]
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dcross_correlation_mips.c21 int32_t t0 = 0, t1 = 0, t2 = 0, t3 = 0, sum = 0; local
44 "lh %[t2], 2(%[pseq1]) \n\t"
48 "mul %[t2], %[t2], %[t3] \n\t"
53 "srav %[t2], %[t2], %[right_shifts] \n\t"
55 " addu %[sum], %[sum], %[t2] \n\t"
72 "lh %[t2], 2(%[pseq1]) \n\t"
76 "mul %[t2], %[t2],
[all...]
/external/chromium_org/tools/profile_chrome/
H A Dtrace_packager_unittest.py15 t2 = {'traceEvents': [], 'stackFrames': ['blah']}
23 f2.write(json.dumps(t2))
35 self.assertEquals(output['stackFrames'], t2['stackFrames'])
/external/compiler-rt/test/tsan/
H A Dload_shared_lib.cc43 pthread_t t1, t2; local
45 pthread_create(&t2, NULL, access_callback, NULL);
47 pthread_join(t2, NULL);
/external/llvm/unittests/Support/
H A DManagedStatic.cpp50 pthread_t t1, t2; local
52 pthread_create(&t2, &a2, test1::helper, nullptr);
54 pthread_join(t2, nullptr);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dt2.h42 @file t2.h
67 @param t2 T2 handle
80 OPJ_BOOL opj_t2_encode_packets( opj_t2_t* t2,
95 @param t2 T2 handle
105 OPJ_BOOL opj_t2_decode_packets( opj_t2_t *t2,
124 @param t2 T2 handle to destroy
126 void opj_t2_destroy(opj_t2_t *t2);
/external/valgrind/main/memcheck/tests/
H A Dorigin2-not-quite.c17 __attribute__((noinline)) int t2(void);
26 x += t2();
41 __attribute__((noinline)) int t2(void) function
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsQuad.h49 SkDQuad subDivide(double t1, double t2) const;
50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) { argument
53 return quad.subDivide(t1, t2);
55 SkDPoint subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const;
57 double t1, double t2) {
60 return quad.subDivide(a, c, t1, t2);
56 SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c, double t1, double t2) argument
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
H A Dcopy.pass.cpp55 test<char> t2 = t; local
59 test<wchar_t> t2 = t; local
66 test<char> t2 = t; local
73 test<wchar_t> t2 = t; local
78 test<char> t2 = t; local
82 test<wchar_t> t2 = t; local
/external/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl30 $t2="r2";
47 lsl $t2,$a,#5
48 add $t2,$e
50 add $t2,$e @ E+=ROR(A,27)
51 add $t2,$t1 @ E+=X[i]
62 add $a,$t2,$t1 @ A=E+F_xx_xx(B,C,D)
134 mov $t2,sp
135 sub $t2,#16*4 @ [3]
149 cmp sp,$t2
153 sub $t2,#3
[all...]
/external/skia/src/pathops/
H A DSkPathOpsQuad.h49 SkDQuad subDivide(double t1, double t2) const;
50 static SkDQuad SubDivide(const SkPoint a[3], double t1, double t2) { argument
53 return quad.subDivide(t1, t2);
55 SkDPoint subDivide(const SkDPoint& a, const SkDPoint& c, double t1, double t2) const;
57 double t1, double t2) {
60 return quad.subDivide(a, c, t1, t2);
56 SubDivide(const SkPoint pts[3], const SkDPoint& a, const SkDPoint& c, double t1, double t2) argument
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dcmp.c64 BN_ULONG t1, t2, *ap, *bp; local
75 t2 = bp[i];
76 if (t1 != t2) {
77 return (t1 > t2) ? 1 : -1;
87 BN_ULONG t1, t2; local
122 t2 = b->d[i];
123 if (t1 > t2) {
125 } if (t1 < t2) {
/external/clang/test/CodeGenCXX/
H A Dmember-functions.cpp71 T t1, t2; local
74 T result = t1 + t2;
/external/clang/test/Sema/
H A Dcompound-literal.c8 static struct foo t2 = {0,0}; variable in typeref:struct:foo
9 static struct foo t3 = t2; // expected-error {{initializer element is not a compile-time constant}}
/external/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp28 static T2 t2; member in struct:T6
33 T2 t2; member in struct:T7
35 static_assert(!__has_trivial_destructor(T7), "t2 does not have a trivial destructor!");
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DTransformingClassLoader.java32 ClassTransformer t2 = (ClassTransformer)t.newInstance();
33 return new TransformingClassGenerator(super.getGenerator(r), t2);

Completed in 3358 milliseconds

1234567891011>>