HomeSort by relevance Sort by last modified time
    Searched refs:t4 (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gold/testsuite/
thin_archive_test_4.cc 32 t4() function
thin_archive_test_3.cc 31 extern int t4();
36 return (t4() << 4) | 3;
ver_test_main.cc 33 assert(t4());
63 t4() function
ver_test.h 33 extern bool t4();
tls_test.h 29 extern bool t4();
  /external/clang/test/CodeGen/
libcalls-d.c 14 double t4(unsigned char x) { function
libcalls-ld.c 17 long double t4(unsigned char x) { function
asm_arm64.c 28 void t4(long op) { function
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
eret-1.s 2 li $t4, 0
16 li $t4, 4
18 li $t4, 3
21 li $t4, 3
25 li $t4, 3
26 1: li $t4, 3
eret-1.d 10 [ 0-9a-f]+: 240c0000 li t4,0
30 [ 0-9a-f]+: 240c0004 li t4,4
32 [ 0-9a-f]+: 240c0003 li t4,3
35 [ 0-9a-f]+: 240c0003 li t4,3
39 [ 0-9a-f]+: 240c0003 li t4,3
40 [ 0-9a-f]+: 240c0003 li t4,3
aent.d 11 [0-9a-f]+ <foo[^>]*> srav t0,t2,t4
13 [0-9a-f]+ <bar[^>]*> srav t0,t2,t4
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_cor.cpp 230 Word32 t4; local
240 t4 = 0;
251 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
256 t4 = amrnb_fxp_mac_16_by_16bb((Word32) * (p++), (Word32) * (p2), t4);
262 *(corr++) = t4 << 1;
  /external/clang/test/CXX/except/except.spec/
template.cpp 12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
p5-pointers.cpp 48 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/
cross-section-relative.s 42 .globl t4 # @t4
44 t4: label
45 .long g3-t4
  /system/core/libpixelflinger/arch-mips/
col32cb16blend.S 21 ext $t4,\src,\shift+11,5
22 mul $t4,$t4,\f
33 srl $t4,\src,\shift+11
34 andi $t4, 0x1f
35 mul $t4,$t4,\f
48 srl $t4,$t4,8
51 addu $t4,$t4,\s
    [all...]
  /external/clang/test/Sema/
atomic-type.c 11 _Atomic(_Atomic(int)*) *t4[2] = { &t3, 0 };
12 testf(t4);
  /external/valgrind/none/tests/mips32/
mips32_dsp.c     [all...]
mips32_dspr2.c     [all...]
  /external/libchrome/base/
tuple_unittest.cc 41 base::Tuple<int, int, int, int*> t4(1, 2, 3, &get<0>(t1));
42 base::Tuple<int, int, int, int, int*> t5(1, 2, 3, 4, &get<0>(t4));
43 base::Tuple<int, int, int, int, int, int*> t6(1, 2, 3, 4, 5, &get<0>(t4));
50 EXPECT_EQ(1, get<0>(t4));
51 EXPECT_EQ(2, get<1>(t4));
52 EXPECT_EQ(3, get<2>(t4));
64 DispatchToFunction(&DoAdd, t4);
72 EXPECT_EQ(1, get<0>(t4));
74 EXPECT_EQ(10, get<0>(t4));
77 EXPECT_EQ(10, get<0>(t4));
    [all...]
  /external/libweave/third_party/chromium/base/
tuple_unittest.cc 42 base::Tuple<int, int, int, int*> t4(1, 2, 3, &get<0>(t1));
43 base::Tuple<int, int, int, int, int*> t5(1, 2, 3, 4, &get<0>(t4));
44 base::Tuple<int, int, int, int, int, int*> t6(1, 2, 3, 4, 5, &get<0>(t4));
51 EXPECT_EQ(1, get<0>(t4));
52 EXPECT_EQ(2, get<1>(t4));
53 EXPECT_EQ(3, get<2>(t4));
65 DispatchToFunction(&DoAdd, t4);
73 EXPECT_EQ(1, get<0>(t4));
75 EXPECT_EQ(10, get<0>(t4));
78 EXPECT_EQ(10, get<0>(t4));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 114 t4 RN 4 label
206 USUB8 t4, P1a, max
208 USUB8 t4, P1a, min
311 USUB8 t4, filt, m01
328 USUB8 t4, q_2, q_0
331 SADD8 t0, t4, a
343 MOV t4, #0
344 UHADD8 apqflg, apqflg, t4
349 USUB8 t4, apqflg, m01
358 USUB8 t4, q_2, q_
    [all...]
  /external/libvorbis/lib/
smallft.c 117 int t0,t1,t2,t3,t4,t5,t6; local
136 t4=(t1<<1)+(ido<<1);
141 t4-=2;
147 ch[t4]=ti2-cc[t5];
149 ch[t4-1]=cc[t5-1]-tr2;
172 int i,k,t0,t1,t2,t3,t4,t5,t6; local
177 t4=t1<<1;
183 tr2=cc[t3]+cc[t4];
187 ch[(t5+=(ido<<1))-1]=cc[t3]-cc[t4];
193 t4+=ido
276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
635 int i,k,t0,t1,t2,t3,t4,t5,t6; local
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
752 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
843 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /external/speex/libspeex/
smallft.c 119 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+=ido
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...]
  /device/google/contexthub/firmware/inc/cpu/cortexm4f/
cpuMath.h 25 uint32_t t1, t2, t3, t4, t5; \
32 t4 = t2 % divBy; \
33 t4 <<= 16; \
34 t4 += numLo & 0xFFFF; \
35 t5 = t4 / divBy; \

Completed in 752 milliseconds

1 2 3 4 5 6 7 8 91011>>