HomeSort by relevance Sort by last modified time
    Searched refs:t2 (Results 301 - 325 of 1318) sorted by null

<<11121314151617181920>>

  /external/harfbuzz_ng/src/
hb-utf-private.hh 68 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;
  /libcore/jsr166-tests/src/test/java/jsr166/
ExchangerTest.java 30 Thread t2 = newStartedThread(new CheckedRunnable() { local
37 awaitTermination(t2);
50 Thread t2 = newStartedThread(new CheckedRunnable() { local
57 awaitTermination(t2);
125 Thread t2 = newStartedThread(new CheckedRunnable() { local
142 awaitTermination(t2);
ReentrantReadWriteLockTest.java 488 Thread t2 = newStartedThread(new CheckedRunnable() { local
495 waitForQueuedThread(lock, t2);
501 awaitTermination(t2);
525 Thread t2 = newStartedThread(new CheckedRunnable() { local
533 waitForQueuedThread(lock, t2);
539 awaitTermination(t2);
557 Thread t2 = newStartedThread(new CheckedRunnable() { local
564 waitForQueuedThread(lock, t2);
567 awaitTermination(t2);
602 Thread t2 = newStartedThread(new CheckedRunnable() local
644 Thread t2 = newStartedThread(new CheckedRunnable() { local
678 Thread t2 = newStartedThread(new CheckedRunnable() { local
713 Thread t2 = newStartedThread(new CheckedRunnable() { local
1024 Thread t2 = newStartedThread(new CheckedRunnable() { local
1116 Thread t2 = newStartedThread(new Awaiter()); local
1150 Thread t2 = newStartedThread(new CheckedRunnable() { local
1198 Thread t2 = newStartedThread(new CheckedRunnable() { local
1258 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local
1298 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local
1329 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local
1355 Thread t2 = new Thread(new InterruptibleLockRunnable(lock)); local
1591 Thread t2 = new Thread(new CheckedRunnable() { local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
utimer.h 201 double t1, t2; local
204 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
205 return (t2-t1);
  /external/icu/icu4c/source/tools/ctestfw/unicode/
utimer.h 201 double t1, t2; local
204 t2 = (double)timer2->start.tv_sec + (double)timer2->start.tv_usec/(1000*1000);
205 return (t2-t1);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 98 t2 RN 7 label
132 MUL tC0, t2, m01
134 USUB8 t2, q_1, q_0
135 SSUB8 t1, t1, t2
137 USUB8 t2, p_0, q_0
138 AND t2, t2, m01
139 SHSUB8 t1, t1, t2
141 SSUB8 t1, t1, t2
251 ;// = p0 + (((p3-p0) + (p2-p0) + t2 + 2)>>2
    [all...]
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 90 t2 RN 12 label
196 MVN t2, p_1
197 UHSUB8 t1, t1, t2
198 USUB8 t2, filt, m01
204 UHADD8 t2, q_0, p_1
206 UHSUB8 t2, t2, t3
209 EOR t2, t2, m01, LSL #7
210 SEL Q_0, t2, q_
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 762 __m128i t0, t1, t2, t3; local
792 t2 = _mm_unpacklo_epi8(out1, _mm_setzero_si128());
793 t2 = _mm_mullo_epi16(t2, _mm_sub_epi16(all1s, ina))
818 __m128i t0, t1, t2, t3; local
875 __m128i t0, t1, t2, t3; local
925 __m128i t0, t1, t2, t3; local
975 __m128i t0, t1, t2, t3; local
1027 __m128i t0, t1, t2, t3; local
1080 __m128i t0, t1, t2, t3; local
1151 __m128i t0, t1, t2, t3; local
1241 __m128i t0, t1, t2, t3; local
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
ActionBarTest.java 54 Tab t2 = createTab("Tab 2"); local
55 mBar.addTab(t2);
58 assertEquals(t2, mBar.getTabAt(1));
78 assertEquals(t2, mBar.getTabAt(2));
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.h 37 FT_Pos t1, t2; member in struct:AF_WarperRec_
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineUtilities.h 12 void sub_divide(const _Line& src, double t1, double t2, _Line& dst);
  /external/chromium_org/v8/test/mjsunit/regress/
polymorphic-accessor-test-context.js 8 function t2() { return this instanceof t2; } function
  /external/clang/test/CodeGenCXX/
global-array-destruction.cpp 47 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/
namespaces.cpp 10 N1::t2 *ip2 = &int_val;
  /external/clang/test/Sema/
pragma-ms_struct.c 32 } __attribute__((ms_struct)) t2; variable in typeref:struct:S
  /external/clang/test/SemaCXX/
trivial-constructor.cpp 7 struct T2 {
8 T2();
10 static_assert(!__has_trivial_constructor(T2), "T2 has a user-declared constructor!");
28 static T2 t2; member in struct:T6
37 struct T8 : T2 {
39 static_assert(!__has_trivial_constructor(T8), "The base class T2 does not have a trivial constructor!");
  /external/clang/test/SemaTemplate/
metafun-apply.cpp 37 apply1<bogus, int>::type t2; // expected-note{{in instantiation of template class 'apply1<bogus, int>' requested here}} local
  /external/eigen/test/
geo_homogeneous.cpp 54 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/
afwarp.h 37 FT_Pos t1, t2; member in struct:AF_WarperRec_
  /external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 20 T t2; local
  /external/lzma/C/
Lzma2Enc.c 178 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 == 0)
    [all...]
  /external/skia/experimental/Intersection/
LineUtilities.h 12 void sub_divide(const _Line& src, double t1, double t2, _Line& dst);
  /external/valgrind/main/memcheck/tests/vbit-test/
main.c 19 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/valgrind/main/none/tests/mips64/
cvm_ins.c 131 TESTINST1("exts $t1, $t2, 1, 7", reg_val[i], t1, t2, 1, 7);
138 TESTINST1("exts32 $t1, $t2, 1 , 7", reg_val[i], t1, t2, 1, 7);
145 TESTINST1("cins $t1, $t2, 2 , 9", reg_val[i], t1, t2, 2, 9);
152 TESTINST1("cins32 $t1, $t2, 2 , 9", reg_val[i], t1, t2, 2, 9);
159 TESTINST2("seq $t1, $t2 ,$t3 ", reg_val[i], reg_val[j],
160 t1, t2, t3)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/
placeholders.pass.cpp 20 T t2; local

Completed in 1257 milliseconds

<<11121314151617181920>>