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

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test_c.c 45 int t11(void);
49 t11(void) function
tls_test.h 46 extern "C" int t11();
two_file_test.h 53 extern bool t11();
two_file_test_main.cc 49 assert(t11());
two_file_test_tls.cc 52 assert(t11());
two_file_test_1_v1.cc 159 t11() function
basic_test.cc 163 int* t11 = &t2; variable
183 && *t11 == 22
two_file_test_1.cc 154 t11() function
tls_test_main.cc 99 check("t11", t11() != 0);
  /external/clang/test/CodeGen/
ms_struct-bitfield.c 158 } ATTR t11; variable in typeref:struct:__anon7319
159 int s11 = sizeof(t11);
arm-aapcs-zerolength-bitfield.c 102 struct t11 struct
110 static int arr11_offset[(offsetof(struct t11, bar2) == 9) ? 0 : -1];
111 static int arr11_sizeof[(sizeof(struct t11) == 16) ? 0 : -1];
arm-apcs-zerolength-bitfield.c 106 struct t11 struct
114 static int arr11_offset[(offsetof(struct t11, bar2) == 5) ? 0 : -1];
115 static int arr11_sizeof[(sizeof(struct t11) == 8) ? 0 : -1];
attributes.c 62 // CHECK: define void @t11() [[NUW]] section "SECT" {
63 void __attribute__((section("SECT"))) t11(void) {} function
asm.c 67 unsigned t11(signed char input) { function
libcalls-fno-builtin.c 71 int t11(void) { return strncmp("foo", "bar", 3); } function
72 // CHECK: t11
  /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;
49 t11 = z11;
64 z11 = t11;
  /external/clang/test/Analysis/
free.c 53 void t11 () { function
  /external/clang/test/Parser/
ms-inline-asm.c 50 void t11() {
  /external/clang/test/CodeGenCXX/
aarch64-aapcs-zerolength-bitfield.cpp 103 struct t11 struct
111 static_assert(offsetof(struct t11, bar2) == 9);
112 static_assert(sizeof(struct t11) == 16);
new.cpp 129 void t11(int n) { function
  /external/clang/test/Sema/
function.c 30 void t11(){t10(1);} // expected-warning{{too many arguments}} function
thread-specifier.c 48 __thread __private_extern__ int t11; local
  /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
474 M_HSUM_XOR t01, t11, tmp ;// s0', l0'
478 ;// t00, t01, t10, t11 required from previous loop
485 M_AVG4 t01, t11, t21, t31, $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
494 M_HSUM_XOR t01, t11, tmp
496 M_AVG4 t21, t31, t01, t11, $rndVal
611 t11 RN label
    [all...]
  /external/clang/test/CXX/except/except.spec/
p5-pointers.cpp 69 void (*t11)(void (*)() throw(A)) = &s9; // expected-error {{argument types differ}}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DeblockingLuma_unsafe_s.s 119 t11 RN 9 label
351 MVN t11, q_1
352 UHSUB8 t10, t10, t11

Completed in 823 milliseconds

1 2