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

1 2

  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test_c.c 45 int t11(void);
49 t11(void) function
two_file_test_1.cc 154 t11() function
two_file_test_1_v1.cc 159 t11() function
basic_test.cc 163 int* t11 = &t2; variable
183 && *t11 == 22
  /external/clang/test/Analysis/
free.c 53 void t11 () { function
  /external/clang/test/CodeGen/
attributes.c 62 // CHECK: define void @t11() [[NUW]] section "SECT" {
63 void __attribute__((section("SECT"))) t11(void) {} function
libcalls-fno-builtin.c 78 int t11(void) { return strncmp("foo", "bar", 3); } function
79 // CHECK: t11
asm.c 67 unsigned t11(signed char input) { function
ms_struct-bitfield.c 158 } ATTR t11; variable in typeref:struct:__anon14980
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];
  /external/clang/test/Sema/
function.c 30 void t11(){t10(1);} // expected-warning{{too many arguments}} function
ms-inline-asm.c 147 void t11() { function
thread-specifier.c 48 __thread __private_extern__ int t11; local
  /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/SemaCXX/
vararg-non-pod.cpp 211 namespace t11 { namespace
  /external/libcxxabi/test/
dynamic_cast3.pass.cpp 573 namespace t11 namespace
627 } // t11
    [all...]
  /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
  /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...]
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 566 namespace t11 namespace
620 } // t11
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
dynamic_cast3.pass.cpp 567 namespace t11 namespace
621 } // t11
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
dynamic_cast3.cpp 566 namespace t11 namespace
620 } // t11
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
dynamic_cast3.pass.cpp 567 namespace t11 namespace
621 } // t11
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 122 t11 = -5.38595305356740546715e-04, /* 0xBF41A610, 0x9C73E0EC */ variable
262 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));

Completed in 912 milliseconds

1 2