HomeSort by relevance Sort by last modified time
    Searched refs:t6 (Results 76 - 100 of 163) sorted by null

1 2 34 5 6 7

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 41 #define t6 $14 macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 190 def t6(a, b=None, *args, **kw): "(a, b=None, ..., ***)" function
201 def t6(self, ai, b=None, *args, **kw): "(ai, b=None, ..., ***)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 190 def t6(a, b=None, *args, **kw): "(a, b=None, ..., ***)" function
201 def t6(self, ai, b=None, *args, **kw): "(ai, b=None, ..., ***)" member in class:.TC
223 tests = (t1, t2, t3, t4, t5, t6, t7,
224 TC, tc.t1, tc.t2, tc.t3, tc.t4, tc.t5, tc.t6, tc.t7)
  /external/valgrind/main/VEX/priv/
guest_mips_toIR.c 1459 IRTemp t6 = newTemp(Ity_I64); local
2374 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, local
11686 IRTemp t0, t1 = 0, t2, t3, t4, t5, t6, t7; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_notification_observer.cc 86 extensions::NotificationType t6) {
93 types.push_back(t6);
  /external/clang/test/CodeGen/
complex.c 79 void t6() { function
libcalls-fno-builtin.c 51 char *t6(char *x) { return strcat(x, ""); } function
52 // CHECK: t6
  /bionic/libc/arch-mips/string/
memset.S 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
  /bionic/libc/arch-mips64/string/
memset.S 202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
203 subu t5,t7,t6 # subtract from t7 the reminder
  /external/valgrind/main/coregrind/m_syswrap/
priv_types_n_macros.h 578 #define PRE_REG_READ6(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6) \
582 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
584 #define PRE_REG_READ7(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7) \
588 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
592 #define PRE_REG_READ8(tr, s, t1, a1, t2, a2, t3, a3, t4, a4, t5, a5, t6, a6, t7, a7, t8, a8) \
596 PRA4(s,t4,a4); PRA5(s,t5,a5); PRA6(s,t6,a6); \
  /external/clang/test/Analysis/
reference.cpp 55 char t6 (char* p) { function
  /external/clang/test/CodeGenCXX/
new.cpp 78 int *t6() { function
  /external/clang/test/Misc/
integer-literal-printing.cpp 75 struct Type6<ucharTy::c, "6"> t6; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type6Helper<(ucharTy)'\x00'>::Ty' (aka 'ucharTy')}} local
  /external/clang/test/Sema/
unused-expr.c 87 int t6() {
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 111 void t6(Foo somearg, ... ) { function
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 11 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
29 sdxc1 $f11,$t2($t6) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips4/
invalid-mips64r2.s 14 dsbh $v1,$t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 ei $t6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/chromium_org/v8/src/mips/
codegen-mips.cc 195 __ lw(t6, MemOperand(a1, 6, loadstore_chunk));
205 __ sw(t6, MemOperand(a0, 6, loadstore_chunk));
214 __ lw(t6, MemOperand(a1, 14, loadstore_chunk));
224 __ sw(t6, MemOperand(a0, 14, loadstore_chunk));
245 __ lw(t6, MemOperand(a1, 6, loadstore_chunk));
254 __ sw(t6, MemOperand(a0, 6, loadstore_chunk));
359 __ lwr(t6, MemOperand(a1, 6, loadstore_chunk));
373 __ lwl(t6,
394 __ lwl(t6, MemOperand(a1, 6, loadstore_chunk));
408 __ lwr(t6,
    [all...]
builtins-mips.cc 414 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS);
422 __ LoadRoot(t6, Heap::kEmptyFixedArrayRootIndex);
425 __ sw(t6, MemOperand(t5, JSObject::kPropertiesOffset));
426 __ sw(t6, MemOperand(t5, JSObject::kElementsOffset));
458 __ Addu(t6, t4, Operand(at)); // End of object.
460 a0, Operand(t6));
507 __ lbu(t6, FieldMemOperand(a2, Map::kPreAllocatedPropertyFieldsOffset));
508 __ Addu(a3, a3, Operand(t6));
509 __ lbu(t6, FieldMemOperand(a2, Map::kInObjectPropertiesOffset));
510 __ subu(a3, a3, t6);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
memcpy_mck.S 48 #define t6 t2 // alias! define
54 #define t12 t6 // alias!
235 EX(.ex_handler, (p[D]) ld8 t6 = [src0], 3*8)
242 EX(.ex_handler, (p[D]) st8 [dst0] = t6, 3*8)
437 EK(.ex_handler_short, (p8) ld1 t6=[src1],2)
442 EK(.ex_handler_short, (p8) st1 [dst1]=t6,2)
484 EX(.ex_handler_short, (p11) ld1 t6=[src1],2)
491 EX(.ex_handler_short, (p11) st1 [dst1] = t6,2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
assoc_container.hpp 142 typename T5, typename T6>
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { }
147 typename T5, typename T6, typename T7>
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { }
152 typename T5, typename T6, typename T7, typename T8>
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
assoc_container.hpp 142 typename T5, typename T6>
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { }
147 typename T5, typename T6, typename T7>
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { }
152 typename T5, typename T6, typename T7, typename T8>
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
assoc_container.hpp 142 typename T5, typename T6>
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6)
144 : base_type(t0, t1, t2, t3, t4, t5, t6) { }
147 typename T5, typename T6, typename T7>
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7)
149 : base_type(t0, t1, t2, t3, t4, t5, t6, t7) { }
152 typename T5, typename T6, typename T7, typename T8>
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6
    [all...]

Completed in 852 milliseconds

1 2 34 5 6 7