HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 151 - 175 of 710) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
move_pair.pass.cpp 40 typedef std::pair<double, std::unique_ptr<D>> T0;
42 T0 t0(2.5, std::unique_ptr<D>(new D(3)));
44 t1 = std::move(t0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
alloc_convert_move.pass.cpp 44 typedef std::tuple<int> T0;
46 T0 t0(2);
48 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
53 typedef std::tuple<std::unique_ptr<D>> T0;
55 T0 t0(std::unique_ptr<D>(new D(3)));
56 T1 t1(std::allocator_arg, A1<int>(5), std::move(t0));
60 typedef std::tuple<int, std::unique_ptr<D>> T0;
62 T0 t0(2, std::unique_ptr<D>(new D(3)))
    [all...]
move_pair.pass.cpp 39 typedef std::pair<double, std::unique_ptr<D>> T0;
41 T0 t0(2.5, std::unique_ptr<D>(new D(3)));
42 T1 t1 = std::move(t0);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
reperf.py 12 t0 = time.clock()
21 print func.__name__, "%.3f" % (t1-t0), "CPU seconds"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
reperf.py 12 t0 = time.clock()
21 print func.__name__, "%.3f" % (t1-t0), "CPU seconds"
  /external/pixman/pixman/
pixman-mips-dspr2-asm.S 156 lw t0, 0(a1)
161 CONVERT_2x8888_TO_2x0565 t0, t1, t2, t3, t4, t5, t6, t7, t8
172 lw t0, 0(a1)
174 CONVERT_1x8888_TO_1x0565 t0, t1, t2, t3
198 lhu t0, 0(a1)
203 CONVERT_2x0565_TO_2x8888 t0, t1, t2, t3, t4, t5, t6, t7, t8, t9
214 lhu t0, 0(a1)
216 CONVERT_1x0565_TO_1x8888 t0, t1, t2, t3
243 lw t0, 0(a1)
252 or t0, t0, t
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
assign_move.pass.cpp 29 T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
32 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
46 T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
49 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
63 T t0[] = {10, 11, 12, 13}; local
66 C c0(I(std::begin(t0)), I(std::end(t0)), A(10));
80 T t0[] = {10, 11, 12, 13} local
98 T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
115 T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
132 T t0[] = {10, 11, 12, 13}; local
149 T t0[] = {10, 11, 12, 13}; local
167 T t0[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; local
184 T t0[] = {10, 11, 12, 13}; local
    [all...]
  /dalvik/vm/compiler/template/mips/
TEMPLATE_INVOKE_METHOD_NO_OPT.S 15 SAVEAREA_FROM_FP(t0, a1) # t0<- stack save area
17 sub t0, t0, t6 # t0<- bottom (newsave-outsSize)
18 bgeu t0, t9, 1f # bottom < interpStackEnd?
24 lw t0, offMethod_accessFlags(a0) # t0<- methodToCall->accessFlags
37 and t6, t0, ACC_NATIVE
47 la t0, .LdvmJitToInterpTraceSelectNoChain # defined in footer.
    [all...]
funopNarrower.S 20 move t0, a1 # save a1
21 LOAD64(rARG0, rARG1, t0) # a0/a1<- vB/vB+1
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-thumb.pl 28 $t0="r0";
44 sub $t0,#4
45 ldr $t1,[$t0]
169 ldmia $t0!,{$a,$b,$c,$d,$e} @ $t0 is r0 and holds ctx
170 mov $t0,$Xi
173 mov $t1,$t0
181 cmp $Xi,$t0
185 mov $t1,$t0
193 cmp $Xi,$t0
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-thumb.pl 28 $t0="r0";
44 sub $t0,#4
45 ldr $t1,[$t0]
169 ldmia $t0!,{$a,$b,$c,$d,$e} @ $t0 is r0 and holds ctx
170 mov $t0,$Xi
173 mov $t1,$t0
181 cmp $Xi,$t0
185 mov $t1,$t0
193 cmp $Xi,$t0
    [all...]
  /external/opencv/cxcore/src/
cxrand.cpp 86 unsigned t0, t1; \
89 t0 = ((unsigned)temp & p[i + 12]) + p[i]; \
92 arr[i] = cast_macro((int)t0); \
96 t0 = ((unsigned)temp & p[i + 14]) + p[i+2]; \
99 arr[i+2] = cast_macro((int)t0); \
113 unsigned t0, t1, t; \
117 t0 = (t & p[i + 12]) + p[i]; \
119 arr[i] = cast_macro((int)t0); \
122 t0 = ((t >> 16) & p[i + 14]) + p[i + 2]; \
124 arr[i+2] = cast_macro((int)t0); \
225 Cv64suf t0, t1; local
255 Cv64suf t0; local
515 int t0 = iparam[0][i] = cvCeil( param1.val[i] ); local
530 int t0 = iparam[0][i - channels]; local
544 double t0 = param1.val[i]; local
558 double t0 = param1.val[i]; local
576 double t0 = dparam[0][i - channels]; local
    [all...]
  /dalvik/vm/mterp/mips/
OP_ARRAY_LENGTH.S 12 GET_INST_OPCODE(t0) # extract opcode from rINST
13 SET_VREG_GOTO(a3, a2, t0) # vA <- length
OP_CONST.S 9 GET_INST_OPCODE(t0) # extract opcode from rINST
10 SET_VREG_GOTO(a0, a3, t0) # vAA <- a0
OP_CONST_WIDE_16.S 8 GET_INST_OPCODE(t0) # extract opcode from rINST
10 GOTO_OPCODE(t0) # jump to next instruction
OP_CONST_WIDE_32.S 11 GET_INST_OPCODE(t0) # extract opcode from rINST
13 GOTO_OPCODE(t0) # jump to next instruction
OP_CONST_WIDE_HIGH16.S 9 GET_INST_OPCODE(t0) # extract opcode from rINST
11 GOTO_OPCODE(t0) # jump to next instruction
OP_GOTO.S 22 GET_INST_OPCODE(t0) # extract opcode from rINST
23 GOTO_OPCODE(t0) # jump to next instruction
OP_GOTO_16.S 20 GET_INST_OPCODE(t0) # extract opcode from rINST
21 GOTO_OPCODE(t0) # jump to next instruction
OP_MONITOR_ENTER.S 15 GET_INST_OPCODE(t0) # extract opcode from rINST
16 GOTO_OPCODE(t0) # jump to next instruction

Completed in 623 milliseconds

1 2 3 4 5 67 8 91011>>