Searched refs:t10 (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/Analysis/
H A Dfree.c47 void t10 () { function
48 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
H A Dweak-functions.c73 void t10 () { function
74 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
/external/clang/test/CodeGen/
H A Dms_struct-bitfield-1.c90 } ATTR t10; variable in typeref:struct:__anon18675
91 static int a10[(sizeof(t10) == 2) -1];
H A Dattributes.c59 // CHECK: define void @t10() [[NUW]] section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
H A Dms_struct-bitfield.c147 } ATTR t10; variable in typeref:struct:__anon18688
148 int s10 = sizeof(t10);
H A Darm-aapcs-zerolength-bitfield.c92 struct t10 struct
99 static int arr10_offset[(offsetof(struct t10, bar2) == 9) ? 0 : -1];
100 static int arr10_sizeof[(sizeof(struct t10) == 16) ? 0 : -1];
H A Darm-apcs-zerolength-bitfield.c96 struct t10 struct
103 static int arr10_offset[(offsetof(struct t10, bar2) == 5) ? 0 : -1];
104 static int arr10_sizeof[(sizeof(struct t10) == 8) ? 0 : -1];
H A Dasm.c59 void t10(int r) { function
62 // CHECK: @t10(
H A Dlibcalls-fno-builtin.c67 int t10(void) { return strcmp("foo", "bar"); } function
68 // CHECK: t10
/external/clang/test/Sema/
H A Dfunction.c29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
H A Dwarn-char-subscripts.c60 void t10() { function
H A Dthread-specifier.c47 static __thread int t10; local
H A Dunused-expr.c111 void t10() {
/external/compiler-rt/test/asan/TestCases/
H A Dstack-overflow.cc36 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
47 t10 = z10;
62 z10 = t10;
/external/clang/test/Parser/
H A Dms-inline-asm.c37 void t10() {
/external/clang/test/CXX/except/except.spec/
H A Dp5-pointers.cpp68 void (*t10)(void (*)() throw(B1)) = &s9; // valid
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp461 double t10 = t1Seed - t1Step * 2; local
467 test = quad1.ptAtT(t10);
468 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
490 t10, t1Seed, t12, t20, t2Seed, t22);
491 SkDPoint p10 = quad1.ptAtT(t10);
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp458 double t10 = t1Seed - t1Step * 2; local
464 test = quad1.ptAtT(t10);
465 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
487 t10, t1Seed, t12, t20, t2Seed, t22);
488 SkDPoint p10 = quad1.ptAtT(t10);
/external/libvorbis/lib/
H A Dsmallft.c276 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
290 t10=ip*ido;
471 t2+=t10;
483 t2+=t10;
505 t5+=t10;
535 t6+=t10;
536 t7+=t10;
564 t6+=t10;
565 t7+=t10;
690 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; 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.c278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
292 t10=ip*ido;
473 t2+=t10;
485 t2+=t10;
507 t5+=t10;
537 t6+=t10;
538 t7+=t10;
566 t6+=t10;
567 t7+=t10;
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; 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/jpeg/
H A Djsimd_arm_neon.S115 t10, t11, t12, t13, t14
117 vsub.s16 \t10, \x0, \x4
119 vswp.s16 \t10, \x0
123 vsub.s16 \t10, \x3, \x5
125 vswp.s16 \t10, \x3
134 vsub.s16 \t10, \x1, \x3
136 vqdmulh.s16 \t13, \t10, d0[2]
138 vadd.s16 \t10, \t10, \t13
151 vsub.s16 \t12, \t12, \t10
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp391 double t10 = t1Seed - t1Step * 2; local
397 xy_at_t(quad1, t10, test.x, test.y);
398 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
421 _Point p10 = xy_at_t(quad1, t10);
/external/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp391 double t10 = t1Seed - t1Step * 2; local
397 xy_at_t(quad1, t10, test.x, test.y);
398 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
420 t10, t1Seed, t12, t20, t2Seed, t22);
421 _Point p10 = xy_at_t(quad1, t10);
/external/chromium_org/net/base/
H A Dexpiring_cache_unittest.cc101 base::TimeTicks t10 = now + kTTL; local
104 cache.Put(name, "I'm valid!", t10, t10 + kTTL);
111 cache.Put(name, "I'm expired.", now, t10);
/external/clang/test/CodeGenCXX/
H A Dnew.cpp116 A* t10() { function

Completed in 8403 milliseconds

12