Searched defs:t5 (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dms-inline-asm.c38 void t5(void) { function
39 // CHECK: @t5
H A Dasm_arm64.c35 float t5(float x) { function
H A Dattributes.c4 // CHECK: @t5 = weak global i32 2
5 int t5 __attribute__((weak)) = 2; variable
H A Dcomplex.c75 void t5() { function
H A Dlibcalls-fno-builtin.c47 double t5(double x) { return floor(x); } function
48 // CHECK: t5
H A Dms_struct-bitfield-1.c43 } ATTR t5; variable in typeref:struct:__anon17869
44 static int a5[(sizeof(t5) == 4) -1];
/external/clang/test/Parser/
H A Dms-inline-asm.c11 void t5() { function
/external/clang/test/Sema/
H A Dattr-cleanup.c42 void t5() { function
H A Dwarn-char-subscripts.c28 void t5() { function
H A Dthread-specifier.c22 struct t5 { __thread int x; }; struct
/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
H A Dvararg-non-pod.cpp74 void t5() function
/external/clang/test/Analysis/
H A Dfree.c24 void t5 () { function
/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_org/chrome/browser/extensions/
H A Dextension_notification_observer.cc81 chrome::NotificationType t5,
88 types.push_back(t5);
76 CheckNotifications( chrome::NotificationType t1, chrome::NotificationType t2, chrome::NotificationType t3, chrome::NotificationType t4, chrome::NotificationType t5, chrome::NotificationType t6) argument
/external/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp162 void t5() { function
/external/chromium_org/third_party/openssl/openssl/crypto/ec/
H A Dec2_mult.c155 BIGNUM *t3, *t4, *t5; local
176 t5 = BN_CTX_get(ctx);
177 if (t5 == NULL) goto err;
179 if (!BN_one(t5)) goto err;
196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5.cpp57 unsigned &t5 = (a->var ? a->bitX : a->bitX); // expected-error {{non-const reference cannot bind to bit-field}} local
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp74 struct Type5<scharTy::c, "5"> t5; // expected-error{{value of type 'const char [2]' is not implicitly convertible to 'typename Type5Helper<(scharTy)'\x00'>::Ty' (aka 'scharTy')}} local
/external/openssl/crypto/ec/
H A Dec2_mult.c155 BIGNUM *t3, *t4, *t5; local
176 t5 = BN_CTX_get(ctx);
177 if (t5 == NULL) goto err;
179 if (!BN_one(t5)) goto err;
196 if (!group->meth->field_div(group, t3, t5, t3, ctx)) goto err;
/external/pixman/pixman/
H A Dpixman-mips-dspr2-asm.h48 #define t5 $13 macro
/external/chromium_org/sync/sessions/
H A Dnudge_tracker_unittest.cc615 const base::TimeTicks t5 = t0 + base::TimeDelta::FromSeconds(5); local
626 nudge_tracker_.SetNextRetryTime(t5);
648 const base::TimeTicks t5 = t0 + base::TimeDelta::FromSeconds(5); local
659 nudge_tracker_.SetNextRetryTime(t5);
706 const base::TimeTicks t5 = t0 + base::TimeDelta::FromSeconds(5); local
715 nudge_tracker_.SetNextRetryTime(t5);
727 // It succeeds. The retry time is not updated, so it should remain at t5.
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S87 #define t5 r7 /*@// step1,subFFTSize*/ define
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_mips_dsp.cpp17 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],
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
771 register int32_t t0, t1, t2, t3, t4, t5, t6, t7; local
[all...]

Completed in 642 milliseconds

123