Searched refs:t5 (Results 1 - 25 of 146) sorted by relevance

123456

/external/clang/test/Sema/
H A Dbitfield.c65 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
[all...]
H A Dattr-naked.c22 __attribute__((naked)) int t5(int x) { function
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp52 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}}
/external/llvm/test/MC/COFF/
H A Dcross-section-relative.s47 .globl t5 # @t5
49 t5: label
/external/speex/libspeex/
H A Dsmallft.c119 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
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/
H A Dasm_arm64.c35 float t5(float x) { function
H A Dms_struct-bitfield-1.c43 } ATTR t5; variable in typeref:struct:__anon2567
44 static int a5[(sizeof(t5) == 4) -1];
H A Dms_struct-bitfield.c62 } ATTR t5; variable in typeref:struct:__anon2580
63 int s5 = sizeof(t5);
H A Darm-aapcs-zerolength-bitfield.c43 struct t5 struct
49 static int arr5_offset[(offsetof(struct t5, bar) == 8) ? 0 : -1];
50 static int arr5_sizeof[(sizeof(struct t5) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c47 struct t5 struct
53 static int arr5_offset[(offsetof(struct t5, bar) == 4) ? 0 : -1];
54 static int arr5_sizeof[(sizeof(struct t5) == 8) ? 0 : -1];
/external/python/cpython2/Demo/sockets/
H A Dthroughput.py84 t5 = time.time()
86 print 'Raw timers:', t1, t2, t3, t4, t5
87 print 'Intervals:', t2-t1, t3-t2, t4-t3, t5-t4
88 print 'Total:', t5-t1
89 print 'Throughput:', round((BUFSIZE*count*0.001) / (t5-t1), 3),
/external/libjpeg-turbo/simd/
H A Djsimd_mips_dspr2.S54 lwx t5, t3(a2) // t5 = outptr = output_buf[ci]
57 lwx t5, t4(t5) // t5 = outptr = output_buf[ci][output_row]
59 addu s1, t5, a0
60 addu t6, t5, t0
63 addiu t5, t5, 1
64 sb t3, -1(t5)
[all...]
/external/skia/bench/
H A DStreamBench.cpp28 const char t5[] = { 1, 2, 3, 4, 5 }; variable
37 stream.write(t5, 5);
/external/skqp/bench/
H A DStreamBench.cpp28 const char t5[] = { 1, 2, 3, 4, 5 }; variable
37 stream.write(t5, 5);
/external/valgrind/memcheck/tests/
H A Dorigin3-no.c21 __attribute__((noinline)) int t5(void);
32 x += t5();
77 __attribute__((noinline)) int t5(void) function
/external/valgrind/none/tests/mips32/
H A Dmips32_dsp.c561 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0x80000000, t5, t3);
569 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0x23c54b6e, t5, t3);
577 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0xabababab, t5, t3);
585 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0x083b3571, t5, t3);
593 TESTDSPINST_RD_RT_DSPC("absq_s.ph $t5, $t3", 0xa5631488, t5, t
[all...]
H A Dmips32_dspr2.c554 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0x80000000, t5, t3);
562 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0x93474bde, t5, t3);
570 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0xabababab, t5, t3);
578 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0x083b3571, t5, t3);
586 TESTDSPINST_RD_RT_DSPC("absq_s.qb $t5, $t3", 0xa5631488, t5, t
[all...]
H A Dbranches.c291 TESTINST1(11, t5);
317 TESTINST2(11, t5);
343 TESTINST3(11, t5);
367 TESTINST4("beq", 9, 0x80000000, 0x80000000, t3, t4, t5);
368 TESTINST4("beq", 10, 0xffffffff, 0x80000000, t4, t5, t6);
369 TESTINST4("beq", 11, 0x256, 0x256, t5, t6, t7);
385 TESTINST4("bne", 9, 0x80000000, 0x80000000, t3, t4, t5);
386 TESTINST4("bne", 10, 0xffffffff, 0x80000000, t4, t5, t6);
387 TESTINST4("bne", 11, 0x256, 0x256, t5, t6, t7);
404 TESTINST5("beqz", 10, 0xffffffff, t4, t5);
[all...]
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp26 T5 t5; member in struct:T6
H A Dtrivial-destructor.cpp26 T5 t5; member in struct:T6
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-overflow.cc37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
43 t5 = z5;
58 z5 = t5;
/external/ltp/lib/
H A Dtst_kvercmp.c110 int t1 = 0, t2 = 0, t3 = 0, t4 = 0, t5 = 0; local
114 sscanf(tst_exv, "%d.%d.%d-%d.%d", &t1, &t2, &t3, &t4, &t5);
125 return c5 - t5;
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_mips.c119 int32_t t0, t1, t2, t3, t4, t5; local
155 "mul %[t5], %[c6], %[state1_lo] \n\t"
165 "shra_r.w %[t5], %[t5], 15 \n\t"
167 "addu %[t4], %[t4], %[t5] \n\t"
175 "mul %[t5], %[c2], %[state1_lo] \n\t"
185 "shra_r.w %[t5], %[t5], 15 \n\t"
187 "addu %[t4], %[t4], %[t5] \n\t"
210 [t3] "=&r" (t3), [t4] "=&r" (t4), [t5] "
[all...]
/external/clang/test/Analysis/
H A Dfree.c26 void t5 () { function
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp162 void t5() { function

Completed in 597 milliseconds

123456