/external/oprofile/libutil++/tests/ |
string_filter_tests.cpp | 83 string_filter f10(" foo ", ""); 84 check(f10, " foo ", true); 85 check(f10, " foo", false); 86 check(f10, "foo ", false); 87 check(f10, "foo", false);
|
/external/clang/test/Sema/ |
warn-unused-function.c | 39 static void f10(void); // expected-warning{{unused}} 40 static void f10(void);
|
attr-args.c | 13 inline __attribute__((unused(a))) void *f10(); // expected-error {{'unused' attribute takes no arguments}}
|
pragma-unused.c | 47 int f10(int x) { function
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 30 float f10 = 0.0f; local
|
/external/libffi/testsuite/libffi.call/ |
many.c | 21 float f10, 29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
many_win32.c | 21 float f10, 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 38 virtual void f10() noexcept(false); 74 virtual void f10() noexcept(false);
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/ |
p1.cpp | 16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
|
/external/clang/test/CodeGen/ |
switch.c | 137 // CHECK: define i32 @f10() 149 int f10() { function
|
function-attributes.c | 49 int f10(void) { return f10_t(); } function
|
x86_64-arguments-nacl.c | 49 // CHECK: define void @f10(i64 %a0.coerce) 51 void f10(struct s10 a0) {} function
|
/external/clang/test/CodeGenCXX/ |
mangle-neon-vectors.cpp | 39 void f10(poly16x8_t v) {} function
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 37 #define ft3 $f10 78 #define ft6 $f10
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/external/llvm/test/MC/SystemZ/ |
regs-good.s | 62 #CHECK: ler %f10, %f11 # encoding: [0x38,0xab] 71 ler %f10,%f11 80 #CHECK: ldr %f10, %f11 # encoding: [0x28,0xab] 89 ldr %f10,%f11 129 #CHECK: .cfi_offset %f10, 208 163 .cfi_offset %f10,208
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
norm.S | 67 fmuls %f2, M2, %f10 ! FGM Group f5 available 72 fadds %f3, %f10, %f3 ! FGA Group f10 available 81 fmuls %f7, %f7, %f10 ! FGM Group f7 available 83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available 132 fmuls %f2, M2, %f10 ! FGM Group f5 available 137 fadds %f3, %f10, %f3 ! FGA Group f10 available 208 fmuls %f7, %f7, %f10 ! FGM Group f7 availabl [all...] |
/external/mesa3d/src/mesa/sparc/ |
norm.S | 67 fmuls %f2, M2, %f10 ! FGM Group f5 available 72 fadds %f3, %f10, %f3 ! FGA Group f10 available 81 fmuls %f7, %f7, %f10 ! FGM Group f7 available 83 fadds %f6, %f10, %f6 ! FGA Group 4cyc stall f6,f10 available 132 fmuls %f2, M2, %f10 ! FGM Group f5 available 137 fadds %f3, %f10, %f3 ! FGA Group f10 available 208 fmuls %f7, %f7, %f10 ! FGM Group f7 availabl [all...] |
/external/clang/test/Analysis/ |
malloc-overflow.c | 68 void * f10(int n) function
|