Searched refs:t4 (Results 1 - 25 of 212) sorted by relevance

123456789

/external/clang/test/CodeGen/
H A Dlibcalls-d.c14 double t4(unsigned char x) { function
H A Dlibcalls-ld.c17 long double t4(unsigned char x) { function
H A Dasm_arm64.c28 void t4(long op) { function
H A Dms_struct-bitfield-1.c35 } ATTR t4; variable in typeref:struct:__anon2566
36 static int a4[(sizeof(t4) == 8) -1];
H A Dattributes.c51 // CHECK: define hidden void @t4() [[NUW]] {
52 void t4() __attribute__((visibility("hidden")));
53 void t4() {} function
/external/clang/test/CXX/except/except.spec/
H A Dtemplate.cpp12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
H A Dp5-pointers.cpp48 void (*t4)() throw(A) = &s1; // valid
49 t4 = &s3; // valid
50 t4 = &s4; // valid
51 t4 = &s5; // expected-error {{not superset}} expected-error {{incompatible type}}
59 t6 = t4; // expected-error {{not superset}} expected-error {{incompatible type}}
60 t4 = t6; // valid
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s42 .globl t4 # @t4
44 t4: label
45 .long g3-t4
/external/clang/test/Sema/
H A Datomic-type.c11 _Atomic(_Atomic(int)*) *t4[2] = { &t3, 0 };
12 testf(t4);
H A Dattr-naked.c17 __attribute__((naked)) int t4() { function
/external/valgrind/none/tests/mips32/
H A Dmips32_dsp.c559 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t4, $t1", 0xfabc2435, t4, t1);
562 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t2, $t4", 0xffffffff, t2, t4);
564 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t4, $t4", 0x00000555, t4, t4);
567 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t4, $t1", 0x980b7cde, t4, t
[all...]
H A Dmips32_dspr2.c552 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t4, $t1", 0xfabc2435, t4, t1);
555 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t2, $t4", 0xffffffff, t2, t4);
557 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t4, $t4", 0x00000555, t4, t4);
560 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t4, $t1", 0x980b7cde, t4, t
[all...]
H A Dmips32_dspr2.stdout.exp4 absq_s.qb $t4, $t1 :: rd 0x06442435 rt 0xfabc2435 DSPControl 0x0
7 absq_s.qb $t2, $t4 :: rd 0x01010101 rt 0xffffffff DSPControl 0x0
9 absq_s.qb $t4, $t4 :: rd 0x00000555 rt 0x00000555 DSPControl 0x0
12 absq_s.qb $t4, $t1 :: rd 0x680b7c22 rt 0x980b7cde DSPControl 0x0
15 absq_s.qb $t2, $t4 :: rd 0x55555555 rt 0x55555555 DSPControl 0x0
17 absq_s.qb $t4, $t4 :: rd 0x73467f44 rt 0x734680bc DSPControl 0x100000
20 absq_s.qb $t4, $t1 :: rd 0x22362236 rt 0xdecadeca DSPControl 0x0
23 absq_s.qb $t2, $t4
[all...]
H A Dbranches.c290 TESTINST1(10, t4);
316 TESTINST2(10, t4);
342 TESTINST3(10, t4);
366 TESTINST4("beq", 8, 125, 125, t2, t3, t4);
367 TESTINST4("beq", 9, 0x80000000, 0x80000000, t3, t4, t5);
368 TESTINST4("beq", 10, 0xffffffff, 0x80000000, t4, t5, t6);
384 TESTINST4("bne", 8, 125, 125, t2, t3, t4);
385 TESTINST4("bne", 9, 0x80000000, 0x80000000, t3, t4, t5);
386 TESTINST4("bne", 10, 0xffffffff, 0x80000000, t4, t5, t6);
403 TESTINST5("beqz", 9, 0x80000000, t3, t4);
[all...]
/external/libffi/src/mips/
H A Dn32.S78 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
79 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.
110 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
112 beqz t4, arg1_next
113 bne t4, FFI_TYPE_FLOAT, arg1_doublep
120 SRL t4, t6, 1*FFI_FLAG_BITS
121 and t4, ((1<<FFI_FLAG_BITS)-1)
123 beqz t4, arg2_next
124 bne t4, FFI_TYPE_FLOAT, arg2_doublep
131 SRL t4, t
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
H A Dn32.S78 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
79 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.
110 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
112 beqz t4, arg1_next
113 bne t4, FFI_TYPE_FLOAT, arg1_doublep
120 SRL t4, t6, 1*FFI_FLAG_BITS
121 and t4, ((1<<FFI_FLAG_BITS)-1)
123 beqz t4, arg2_next
124 bne t4, FFI_TYPE_FLOAT, arg2_doublep
131 SRL t4, t
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/mips/
H A Dn32.S78 ADDU t4, v0, 2 * FFI_SIZEOF_ARG -1 # make sure it is aligned
79 and v0, t4, -2 * FFI_SIZEOF_ARG # to a proper boundry.
110 and t4, t6, ((1<<FFI_FLAG_BITS)-1)
112 beqz t4, arg1_next
113 bne t4, FFI_TYPE_FLOAT, arg1_doublep
120 SRL t4, t6, 1*FFI_FLAG_BITS
121 and t4, ((1<<FFI_FLAG_BITS)-1)
123 beqz t4, arg2_next
124 bne t4, FFI_TYPE_FLOAT, arg2_doublep
131 SRL t4, t
[all...]
/external/speex/libspeex/
H A Dsmallft.c119 int t0,t1,t2,t3,t4,t5,t6; local
138 t4=(t1<<1)+(ido<<1);
143 t4-=2;
149 ch[t4]=ti2-cc[t5];
151 ch[t4-1]=cc[t5-1]-tr2;
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
179 t4=t1<<1;
185 tr2=cc[t3]+cc[t4];
189 ch[(t5+=(ido<<1))-1]=cc[t3]-cc[t4];
195 t4
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/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S56 sll t4, a3, 2
57 lwx t5, t4(t5) // t5 = outptr = output_buf[ci][output_row]
69 addu t4, t2, s0
70 addu t7, t4, s0
73 lbu t4, 0(t4)
78 sb t4, -3(t5)
98 sll t4, a3, 2
99 lwx t5, t4(t5) // t5 = outptr = output_buf[ci][output_row]
105 addu t4, t
[all...]
/external/libchrome/base/
H A Dtuple_unittest.cc42 std::tuple<int, int, int, int*> t4(1, 2, 3, &std::get<0>(t1));
43 std::tuple<int, int, int, int, int*> t5(1, 2, 3, 4, &std::get<0>(t4));
44 std::tuple<int, int, int, int, int, int*> t6(1, 2, 3, 4, 5, &std::get<0>(t4));
47 DispatchToFunction(&DoAdd, t4);
55 EXPECT_EQ(1, std::get<0>(t4));
57 EXPECT_EQ(10, std::get<0>(t4));
60 EXPECT_EQ(10, std::get<0>(t4));
62 EXPECT_EQ(15, std::get<0>(t4));
/external/python/cpython2/Demo/sockets/
H A Dthroughput.py82 t4 = time.time()
86 print 'Raw timers:', t1, t2, t3, t4, t5
87 print 'Intervals:', t2-t1, t3-t2, t4-t3, t5-t4
/external/testng/src/test/java/test/junit4/
H A DJUnit4Sample2.java14 public static final String[] EXPECTED = {"t2", "t4"};
28 public void t4() { method in class:JUnit4Sample2
/external/valgrind/memcheck/tests/
H A Dorigin3-no.c20 __attribute__((noinline)) int t4(void);
31 x += t4();
68 __attribute__((noinline)) int t4(void) function
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp33 T4 t4; member in struct:T7
35 static_assert(!__has_trivial_constructor(T7), "t4 does not have a trivial constructor!");
/external/python/cpython2/Lib/test/
H A Dtest_fileinput.py75 t4 = writeTmp(4, ["Line %s of file 4\n" % (i+1) for i in range(1)])
76 self.buffer_size_test(t1, t2, t3, t4, bs, round)
78 remove_tempfiles(t1, t2, t3, t4)
80 def buffer_size_test(self, t1, t2, t3, t4, bs=0, round=0):
86 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
93 self.assertEqual(fi.filename(), t4)
97 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
116 fi = FileInput(files=(t1, t2, t3, t4, '-'), bufsize=bs)
130 fi = FileInput(files=(t1, t2, t3, t4), bufsize=bs)
141 fi = FileInput(files=(t1, t2, t3, t4), inplac
[all...]

Completed in 648 milliseconds

123456789