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

1 2 3 4 5 6 7 8 910

  /external/clang/test/Sema/
bitfield.c 65 struct Test5 { unsigned n : 2; } t5; variable in typeref:struct:Test5
68 typedef __typeof__(+t5.n) Signed; // ... but promotes to signed.
70 typedef __typeof__(t5.n + 0) Signed; // Arithmetic promotes.
72 typedef __typeof__(+(t5.n = 0)) Signed; // FIXME: Assignment should not; the result
73 typedef __typeof__(+(t5.n += 0)) Signed; // is a non-bit-field lvalue of type unsigned.
74 typedef __typeof__(+(t5.n *= 0)) Signed;
76 typedef __typeof__(+(++t5.n)) Signed; // FIXME: Increment is equivalent to compound-assignment.
77 typedef __typeof__(+(--t5.n)) Signed; // This should not promote to signed.
79 typedef __typeof__(+(t5.n++)) Unsigned; // Post-increment is underspecified, but seems to
80 typedef __typeof__(+(t5.n--)) Unsigned; // also act like compound-assignment
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-call2.s 6 .global t5
19 t5: label
  /system/core/libpixelflinger/arch-mips/
col32cb16blend.S 25 ext $t5,\src,\shift+5,6
26 mul $t5,$t5,\f
38 srl $t5,\src,\shift+5
39 andi $t5, 0x3f
40 mul $t5,$t5,\f
49 srl $t5,$t5,8
52 addu $t5,$t5,\s
    [all...]
  /external/llvm/test/MC/COFF/
cross-section-relative.s 47 .globl t5 # @t5
49 t5: label
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 52 void (*t5)() = &s1; // valid
53 t5 = &s2; // valid
54 t5 = &s6; // valid
55 t5 = &s7; // valid
61 t5 = t1; // valid
62 t1 = t5; // expected-error {{not superset}} expected-error {{incompatible type}}
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.h 33 extern bool t5();
two_file_test.h 39 extern bool t5();
  /external/libvorbis/lib/
smallft.c 117 int t0,t1,t2,t3,t4,t5,t6; local
137 t5=t1;
142 t5+=2;
146 ch[t6]=cc[t5]+ti2;
147 ch[t4]=ti2-cc[t5];
148 ch[t6-1]=cc[t5-1]+tr2;
149 ch[t4-1]=cc[t5-1]-tr2;
172 int i,k,t0,t1,t2,t3,t4,t5,t6; local
185 ch[t5=t3<<2]=tr1+tr2;
186 ch[(ido<<2)+t5-1]=tr2-tr1
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
139 t5=t1;
144 t5+=2;
148 ch[t6]=cc[t5]+ti2;
149 ch[t4]=ti2-cc[t5];
150 ch[t6-1]=cc[t5-1]+tr2;
151 ch[t4-1]=cc[t5-1]-tr2;
174 int i,k,t0,t1,t2,t3,t4,t5,t6; local
187 ch[t5=t3<<2]=tr1+tr2;
188 ch[(ido<<2)+t5-1]=tr2-tr1
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/clang/test/CodeGen/
asm_arm64.c 35 float t5(float x) { function
ms_struct-bitfield-1.c 43 } ATTR t5; variable in typeref:struct:__anon8753
44 static int a5[(sizeof(t5) == 4) -1];
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2.S 53 lwx t5, t3(a2) // t5 = outptr = output_buf[ci]
56 lwx t5, t4(t5) // t5 = outptr = output_buf[ci][output_row]
58 addu s1, t5, a0
59 addu t6, t5, t0
62 addiu t5, t5, 1
63 sb t3, -1(t5)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 115 t5 RN 1 label
154 UHSUB8 t5, p_0, q_0
156 SHSUB8 t1, t1, t5
159 SHSUB8 t1, t1, t5
164 USUB8 t5, filt, m01
269 SSUB8 t5, t9, t2
272 SHADD8 t8, t5, t8
277 SHADD8 t5, t5, t9
279 SHADD8 t9, t5, m0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
itype.s 8 xori t7,t5,%lo(2b)
18 sgei t7,t5,'0'
25 sgeui t7,t5,'0'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips32-mt.d 283 0+0440 <[^>]*> 41056821 mfthi t5,\$ac1
570 0+08bc <[^>]*> 410e6800 mftc0 t5,c0_epc
571 0+08c0 <[^>]*> 410e6801 mftc0 t5,\$14,1
572 0+08c4 <[^>]*> 410e6802 mftc0 t5,\$14,2
573 0+08c8 <[^>]*> 410e6803 mftc0 t5,\$14,3
574 0+08cc <[^>]*> 410e6804 mftc0 t5,\$14,4
575 0+08d0 <[^>]*> 410e6805 mftc0 t5,\$14,5
576 0+08d4 <[^>]*> 410e6806 mftc0 t5,\$14,6
577 0+08d8 <[^>]*> 410e6807 mftc0 t5,\$14,7
578 0+08dc <[^>]*> 410e6810 mftr t5,t6,0,0,
    [all...]
  /art/compiler/optimizing/
reference_type_propagation_test.cc 115 ReferenceTypeInfo t5(MergeTypes(StringType(), InvalidType()));
116 EXPECT_TRUE(t5.IsValid());
117 EXPECT_TRUE(t5.IsExact());
118 EXPECT_TRUE(t5.IsEqual(StringType()));
149 ReferenceTypeInfo t5(MergeTypes(ObjectType(false), ObjectType()));
150 EXPECT_TRUE(t5.IsValid());
151 EXPECT_FALSE(t5.IsExact());
152 EXPECT_TRUE(t5.IsEqual(ObjectType(false)));
  /external/valgrind/memcheck/tests/
origin3-no.c 21 __attribute__((noinline)) int t5(void);
32 x += t5();
77 __attribute__((noinline)) int t5(void) function
  /external/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 17 register uint32_t t0, t1, t2, t3, t4, t5, t6; local
44 "shrl.qb %[t5], %[t0], 3 \n\t"
45 "and %[t4], %[t5], %[s5] \n\t"
50 "shrl.ph %[t5], %[s2], 10 \n\t"
53 "and %[t5], %[t0], %[s6] \n\t"
56 "subu.qb %[t5], %[t5], %[t2] \n\t"
59 "muleu_s.ph.qbr %[t5], %[s4], %[t5] \n\t"
64 "shra.ph %[t5], %[t5], 8 \n\t
121 register int32_t t0, t1, t2, t3, t4, t5, t6; local
269 register uint32_t t0, t1, t2, t3, t4, t5; local
378 register int32_t t0, t1, t2, t3, t4, t5, t6; local
550 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8; local
661 register uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local
768 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
    [all...]
  /external/valgrind/none/tests/mips32/
mips32_dsp.c     [all...]
mips32_dspr2.c     [all...]
branches.c 258 TESTINST1(11, t5);
284 TESTINST2(11, t5);
310 TESTINST3(11, t5);
334 TESTINST4("beq", 9, 0x80000000, 0x80000000, t3, t4, t5);
335 TESTINST4("beq", 10, 0xffffffff, 0x80000000, t4, t5, t6);
336 TESTINST4("beq", 11, 0x256, 0x256, t5, t6, t7);
352 TESTINST4("bne", 9, 0x80000000, 0x80000000, t3, t4, t5);
353 TESTINST4("bne", 10, 0xffffffff, 0x80000000, t4, t5, t6);
354 TESTINST4("bne", 11, 0x256, 0x256, t5, t6, t7);
371 TESTINST5("beqz", 10, 0xffffffff, t4, t5);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug424.dir/
main.go 86 var t5 struct {
90 if t5.m() != "main.localT.m" {
91 println("BUG: t5:", t5.m(), "called")
93 i = &t5
  /prebuilts/go/linux-x86/test/fixedbugs/bug424.dir/
main.go 86 var t5 struct {
90 if t5.m() != "main.localT.m" {
91 println("BUG: t5:", t5.m(), "called")
93 i = &t5
  /external/libchrome/base/
tuple_unittest.cc 42 base::Tuple<int, int, int, int, int*> t5(1, 2, 3, 4, &get<0>(t4));
53 EXPECT_EQ(1, get<0>(t5));
54 EXPECT_EQ(2, get<1>(t5));
55 EXPECT_EQ(3, get<2>(t5));
56 EXPECT_EQ(4, get<3>(t5));
73 DispatchToMethod(&addy, &Addy::DoAdd, t5);
  /external/libweave/third_party/chromium/base/
tuple_unittest.cc 43 base::Tuple<int, int, int, int, int*> t5(1, 2, 3, 4, &get<0>(t4));
54 EXPECT_EQ(1, get<0>(t5));
55 EXPECT_EQ(2, get<1>(t5));
56 EXPECT_EQ(3, get<2>(t5));
57 EXPECT_EQ(4, get<3>(t5));
74 DispatchToMethod(&addy, &Addy::DoAdd, t5);

Completed in 712 milliseconds

1 2 3 4 5 6 7 8 910