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

1 2 3

  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.h 44 extern bool t10();
two_file_test.h 50 extern bool t10();
two_file_test_main.cc 48 assert(t10());
two_file_test_tls.cc 51 assert(t10());
two_file_test_1_v1.cc 145 t10() function
basic_test.cc 160 int* t10 = &t1; variable
182 return (*t10 == 11
tls_test.cc 176 // For test 10 the main function calls f10b(f10a()), then calls t10().
191 t10() function
two_file_test_1.cc 140 t10() function
  /external/clang/test/Analysis/
free.c 49 void t10 () { function
50 free((void*)&t10); // expected-warning {{Argument to free() is the address of the function 't10', which is not memory allocated by malloc()}}
weak-functions.c 73 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/
ms_struct-bitfield-1.c 90 } ATTR t10; variable in typeref:struct:__anon7305
91 static int a10[(sizeof(t10) == 2) -1];
attributes.c 59 // CHECK: define void @t10() [[NUW]] section "SECT" {
60 void t10(void) __attribute__((section("SECT")));
61 void t10(void) {} function
ms_struct-bitfield.c 147 } ATTR t10; variable in typeref:struct:__anon7318
148 int s10 = sizeof(t10);
arm-aapcs-zerolength-bitfield.c 92 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];
arm-apcs-zerolength-bitfield.c 96 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];
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 118 t10 RN 5 label
333 UHADD8 t10, q_0, p_1
352 UHSUB8 t10, t10, t11
354 EOR t10, t10, m01, LSL #7
355 SEL t9, t9, t10
363 UHSUB8 t10, q_3b, q_0
365 SHADD8 t4, t4, t10
367 USUB8 t10, filt, m0
    [all...]
  /external/clang/test/Sema/
function.c 29 void t10(){} function
30 void t11(){t10(1);} // expected-warning{{too many arguments}}
warn-char-subscripts.c 60 void t10() { function
thread-specifier.c 47 static __thread int t10; local
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-overflow.cc 37 int t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
48 t10 = z10;
63 z10 = t10;
  /external/clang/test/Parser/
ms-inline-asm.c 39 void t10() {
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 93 struct t10 struct
100 static_assert(offsetof(struct t10, bar2) == 9);
101 static_assert(sizeof(struct t10) == 16);
  /external/skia/tests/
PathOpsQuadIntersectionTest.cpp 448 double t10 = t1Seed - t1Step * 2; local
454 test = quad1.ptAtT(t10);
455 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step;
477 t10, t1Seed, t12, t20, t2Seed, t22);
478 SkDPoint p10 = quad1.ptAtT(t10);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 471 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
472 M_EXT_XINT $offset, t00, t01, t10, t11
473 M_HSUM_XOR t00, t10, tmp ;// s0, l0
478 ;// t00, t01, t10, t11 required from previous loop
484 M_AVG4 t00, t10, t20, t30, $rndVal ;// s0, l0, s1, l1
490 M_LOAD_XINT pSrc, srcStep, $offset, t00, t01, t10, t11 ;// Load a, a', b, b'
492 M_EXT_XINT $offset, t00, t01, t10, t11
493 M_HSUM_XOR t00, t10, tmp
495 M_AVG4 t20, t30, t00, t10, $rndVal
610 t10 RN label
    [all...]
  /external/libvorbis/lib/
smallft.c 276 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...]

Completed in 1227 milliseconds

1 2 3