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

123

/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/libvorbis/lib/
H A Dsmallft.c117 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
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/
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 Dlibcalls-fno-builtin.c26 double t5(double x) { return floor(x); } function
27 // CHECK: t5
H A Dms_struct-bitfield-1.c43 } ATTR t5; variable in typeref:struct:__anon4235
44 static int a5[(sizeof(t5) == 4) -1];
H A Dms_struct-bitfield.c45 } ATTR t5; variable in typeref:struct:__anon4248
121 static int arr5[(sizeof(t5) == 1) -1];
H A Darm-aapcs-zerolength-bitfield.c42 struct t5 struct
48 static int arr5_offset[(offsetof(struct t5, bar) == 8) ? 0 : -1];
49 static int arr5_sizeof[(sizeof(struct t5) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c46 struct t5 struct
52 static int arr5_offset[(offsetof(struct t5, bar) == 4) ? 0 : -1];
53 static int arr5_sizeof[(sizeof(struct t5) == 8) ? 0 : -1];
H A Dasm.c31 void t5(int i) { function
32 asm("nop" : "=r"(i) : "0"(t5));
/external/valgrind/main/memcheck/tests/
H A Dorigin3-no.c21 __attribute__((noinline)) int t5(void);
32 x += t5();
77 __attribute__((noinline)) int t5(void) function
/external/chromium/base/
H A Dtuple_unittest.cc38 Tuple5<int, int, int, int, int*> t5(1, 2, 3, 4, &t4.a);
49 EXPECT_EQ(1, t5.a);
50 EXPECT_EQ(2, t5.b);
51 EXPECT_EQ(3, t5.c);
52 EXPECT_EQ(4, t5.d);
69 DispatchToMethod(&addy, &Addy::DoAdd, t5);
/external/clang/test/Sema/
H A Dthread-specifier.c7 struct t5 { __thread int x; }; // expected-error {{type name does not allow storage class to be specified}} struct
H A Dfunction.c20 int t5(b); // expected-error {{parameter list without types}}
H A Dwarn-char-subscripts.c28 void t5() { function
/external/clang/test/SemaCXX/
H A Dtrivial-constructor.cpp25 T5 t5; member in struct:T6
H A Dtrivial-destructor.cpp25 T5 t5; member in struct:T6
/external/v8/src/mips/
H A Dcodegen-mips.cc90 t5,
127 __ AllocateInNewSpace(scratch, t2, t3, t5, &gc_required, NO_ALLOCATION_FLAGS);
130 __ LoadRoot(t5, Heap::kFixedDoubleArrayMapRootIndex);
132 __ sw(t5, MemOperand(t2, HeapObject::kMapOffset));
139 t5,
150 t5,
178 t5,
192 __ lw(t5, MemOperand(a3));
194 // t5: current element
195 __ UntagAndJumpIfNotSmi(t5, t
[all...]
/external/clang/test/Analysis/
H A Dfree.c24 void t5 () { function
/external/clang/test/Parser/
H A Dms-inline-asm.c10 void t5() { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
H A Dtostring-1.js57 t5 = new TestFunction( "anonymous", "", tab+"return \"hello!\";" );
83 t5.toString(),
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArguments.h230 Arguments5(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
232 , argument5(t5)
253 template<typename T1, typename T2, typename T3, typename T4, typename T5> Arguments5<const T1&, const T2&, const T3&, const T4&, const T5&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5) argument
255 return Arguments5<const T1&, const T2&, const T3&, const T4&, const T5&>(t1, t2, t3, t4, t5);
258 template<typename T1, typename T2, typename T3, typename T4, typename T5> Arguments5<T1&, T2&, T3&, T4&, T5&> Out(T1& t1, T2& t2, T3& t3, T4& t4, T5& t5) argument
260 return Arguments5<T1&, T2&, T3&, T4&, T5&>(t1, t2, t3, t4, t5);
275 Arguments6(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
276 : Arguments5<T1, T2, T3, T4, T5>(t1, t2, t3, t4, t5)
298 template<typename T1, typename T2, typename T3, typename T4, typename T5, typename T6> Arguments6<const T1&, const T2&, const T3&, const T4&, const T5&, const T6&> In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6) argument
300 return Arguments6<const T1&, const T2&, const T3&, const T4&, const T5&, const T6&>(t1, t2, t3, t4, t5, t
303 Out(T1& t1, T2& t2, T3& t3, T4& t4, T5& t5, T6& t6) argument
321 Arguments7(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
344 In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6, const T7& t7) argument
349 Out(T1& t1, T2& t2, T3& t3, T4& t4, T5& t5, T6& t6, T7& t7) argument
366 Arguments8(T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
389 In(const T1& t1, const T2& t2, const T3 &t3, const T4& t4, const T5& t5, const T6& t6, const T7& t7, const T8& t8) argument
394 Out(T1& t1, T2& t2, T3& t3, T4& t4, T5& t5, T6& t6, T7& t7, T8& t8) argument
[all...]
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl120 $t5="r29";
288 extrdi $t5,$t7,16,32
292 std $t5,`$FRAME+40`($sp)
302 lwz $t5,0($np)
312 lwz $t5,4($np)
330 std $t5,`$FRAME+104`($sp)
433 lwz $t5,0($np)
443 lwz $t5,4($np)
453 std $t5,`$FRAME+104`($sp)
461 ld $t5,`
[all...]
/external/aac/libSBRdec/src/
H A Dpsdec_hybrid.cpp176 FIXP_DBL t1, t3, t5, t6; local
183 t5 = fMultDiv2(p2_13_20[5] , ( (pQmfReal[5] >> 1) + (pQmfReal[ 7] >> 1)));
186 mHybridReal[0] = (t1 + t3 + t5 + t6) << 2;
187 mHybridReal[1] = (- t1 - t3 - t5 + t6) << 2;
191 t5 = fMultDiv2(p2_13_20[5] , ( (pQmfImag[5] >> 1) + (pQmfImag[ 7] >> 1)));
194 mHybridImag[0] = (t1 + t3 + t5 + t6) << 2;
195 mHybridImag[1] = (- t1 - t3 - t5 + t6) << 2;
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp364 #define DELEGATE_TO_IMPL_5(name, t1, t2, t3, t4, t5) \
365 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
370 #define DELEGATE_TO_IMPL_5R(name, t1, t2, t3, t4, t5, rt) \
371 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5) \
376 #define DELEGATE_TO_IMPL_6(name, t1, t2, t3, t4, t5, t6) \
377 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
382 #define DELEGATE_TO_IMPL_6R(name, t1, t2, t3, t4, t5, t6, rt) \
383 rt GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \
388 #define DELEGATE_TO_IMPL_7(name, t1, t2, t3, t4, t5, t6, t7) \
389 void GraphicsContext3DInternal::name(t1 a1, t2 a2, t3 a3, t4 a4, t5 a
[all...]
/external/jpeg/
H A Djidctintelsse.c116 __m128i t0, t1, t2, t3, t4, t5, t6, t7; local
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
212 t5 = _mm_adds_epi16(t5, temp2);\
213 t5 = _mm_or_si128(t5, *( __m128i*)M128_one_corr);\
242 temp = _mm_adds_epi16(t2, t5);\
253 temp2 = _mm_subs_epi16(t2, t5);\

Completed in 531 milliseconds

123