HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 501 - 525 of 1054) sorted by null

<<21222324252627282930>>

  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 53 PTR_L t0,FRAMESZ+5*REGSZ(sp) # fn
55 PTR_S t0,FRAME_FN(a1) # fn
58 PTR_L t0,FRAME_GP(sp) # copy gp to child stack
59 PTR_S t0,FRAME_GP(a1)
  /external/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 56 Clock::time_point t0 = Clock::now(); local
57 Clock::time_point t = t0 + Clock::duration(250);
63 assert(t1 - t0 < Clock::duration(250));
68 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_until_pred.pass.cpp 66 Clock::time_point t0 = Clock::now(); local
67 Clock::time_point t = t0 + Clock::duration(250);
72 assert(t1 - t0 < Clock::duration(250));
78 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_for.pass.cpp 41 Clock::time_point t0 = Clock::now(); local
48 assert(t1 - t0 < milliseconds(250));
53 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
wait_for_pred.pass.cpp 51 Clock::time_point t0 = Clock::now(); local
56 assert(t1 - t0 < milliseconds(250));
61 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
  /external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 59 Clock::time_point t0 = Clock::now(); local
60 Clock::time_point t = t0 + Clock::duration(250);
66 assert(t1 - t0 < Clock::duration(250));
71 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_until_pred.pass.cpp 70 Clock::time_point t0 = Clock::now(); local
71 Clock::time_point t = t0 + Clock::duration(250);
76 assert(t1 - t0 < Clock::duration(250));
82 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_for.pass.cpp 44 Clock::time_point t0 = Clock::now(); local
51 assert(t1 - t0 < milliseconds(250));
56 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
wait_for_pred.pass.cpp 54 Clock::time_point t0 = Clock::now(); local
59 assert(t1 - t0 < milliseconds(250));
64 assert(t1 - t0 - milliseconds(250) < milliseconds(50));
  /external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp 35 time_point t0 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
45 time_point t0 = Clock::now();
49 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 35 time_point t0 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
45 time_point t0 = Clock::now();
49 ns d = t1 - t0 - ms(250);
  /external/llvm/test/MC/AArch64/
arm64-variable-exprs.s 34 t0: label
  /external/llvm/test/MC/MachO/
variable-exprs.s 40 t0: label
193 // CHECK-I386: ('_string', 't0')
394 // CHECK-X86_64: ('_string', 't0')
  /external/opencv/cxcore/src/
cxlut.cpp 51 type t0 = lut[src[i]]; \
53 dst[i] = t0; \
56 t0 = lut[src[i+2]]; \
58 dst[i+2] = t0; \
64 type t0 = lut[src[i]]; \
65 dst[i] = t0; \
72 type t0 = lut[src[i]*2]; \
74 dst[i] = t0; \
81 type t0 = lut[src[i]*3]; \
84 dst[i] = t0; \
    [all...]
cxmeansdv.cpp 52 worktype t0 = src[x]; \
55 s0 += t0 + t1; \
56 sq0 += (sqsumtype)(sqr_macro(t0)) + \
59 t0 = src[x + 2*(cn)]; \
62 s0 += t0 + t1; \
63 sq0 += (sqsumtype)(sqr_macro(t0)) + \
69 worktype t0 = src[x]; \
71 s0 += t0; \
72 sq0 += (sqsumtype)(sqr_macro(t0)); \
84 worktype t0 = (src)[x];
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_until.pass.cpp 56 Clock::time_point t0 = Clock::now(); local
57 Clock::time_point t = t0 + Clock::duration(250);
63 assert(t1 - t0 < Clock::duration(250));
68 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_until_pred.pass.cpp 66 Clock::time_point t0 = Clock::now(); local
67 Clock::time_point t = t0 + Clock::duration(250);
72 assert(t1 - t0 < Clock::duration(250));
78 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp 59 Clock::time_point t0 = Clock::now(); local
60 Clock::time_point t = t0 + Clock::duration(250);
66 assert(t1 - t0 < Clock::duration(250));
71 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
wait_until_pred.pass.cpp 70 Clock::time_point t0 = Clock::now(); local
71 Clock::time_point t = t0 + Clock::duration(250);
76 assert(t1 - t0 < Clock::duration(250));
82 assert(t1 - t0 - Clock::duration(250) < Clock::duration(50));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp 35 time_point t0 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
45 time_point t0 = Clock::now();
49 ns d = t1 - t0 - ms(250);
mutex_time_point.pass.cpp 35 time_point t0 = Clock::now(); local
39 ns d = t1 - t0 - ms(250);
45 time_point t0 = Clock::now();
49 ns d = t1 - t0 - ms(250);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSubtypePreference.java 66 final CharSequence t0 = getTitle(); local
68 if (TextUtils.equals(t0, t1)) {
83 if (TextUtils.isEmpty(t0)) {
89 return collator.compare(t0.toString(), t1.toString());
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.ps.h 38 dcl_resource_texture2d (float,float,float,float) t0
49 sample r1.xyzw, v1.xyxx, t0.xyzw, s1
51 sample r2.xyzw, v1.xyxx, t0.xyzw, s0
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.hlsl.ps.h 38 dcl_resource_texture2d (float,float,float,float) t0
49 sample r1.xyzw, v1.xyxx, t0.xyzw, s1
51 sample r2.xyzw, v1.xyxx, t0.xyzw, s0
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 34 srl $t0,$a0,31 /* t0 <- sign bit */
50 movn $v0,$t2,$t0 /* if negative? */
59 movz $v0,$t1,$t0 /* positive, maximum value */

Completed in 673 milliseconds

<<21222324252627282930>>