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

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
inline2.c 55 // CHECK-GNU89-LABEL: define available_externally i32 @f9()
56 // CHECK-C99-LABEL: define i32 @f9()
57 extern inline int f9(void);
58 extern inline int f9(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 28 void __fastcall f9(long long a, char b, char c, short d) {} function
29 // CHECK: define x86_fastcallcc void @"\01@f9@20"(i64 %a, i8 signext %b, i8
microsoft-call-conv.c 55 void __fastcall f9(int x, int y) {}; function
56 // WIN: define x86_fastcallcc void @f9({{.*}})
switch.c 118 // CHECK-LABEL: define i32 @f9()
129 int f9() { function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 29 float f9 = 0.0f; local
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 79 string_filter f9(v1, v2);
80 check(f9, "ok", true);
81 check(f9, "no2", false);
  /external/clang/test/Sema/
attr-args.c 12 inline __attribute__((used(a))) void *f9(); // expected-error {{'used' attribute takes no arguments}}
attr-ownership.c 12 int f9 __attribute__((ownership_takes(foo, 1))); // expected-warning {{'ownership_takes' attribute only applies to functions}} variable
pragma-unused.c 43 int f9(int x) { function
private-extern.c 71 void f9() { function
warn-unused-function.c 25 void f9(void) { f8(f7); } function
  /external/clang/test/CXX/except/except.spec/
p5-virtual.cpp 37 virtual void f9() noexcept(false);
73 virtual void f9() noexcept(true);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
338 "lwc1 %[f9], 8(%[rdft_w]) \n\t"
349 "mul.s %[f2], %[f9], %[f2] \n\t"
350 "mul.s %[f8], %[f9], %[f8] \n\t"
351 "mul.s %[f7], %[f9], %[f7] \n\t"
352 "mul.s %[f4], %[f9], %[f4] \n\t"
394 "mul.s %[f4], %[f9], %[f8] \n\t"
402 "madd.s %[f8], %[f8], %[f9], %[f6] \n\t"
409 "mul.s %[f6], %[f9], %[f6] \n\t"
469 "madd.s %[f4], %[f4], %[f9], %[f6] \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
    [all...]
  /device/asus/flo/
audio_effects.conf 66 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
90 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
  /device/lge/mako/
audio_effects.conf 59 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
83 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 15 int (*f9(int n))(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}}
  /external/clang/test/PCH/
cxx11-exception-spec.cpp 33 decltype(f<9>()) f9;
  /external/llvm/test/MC/SystemZ/
regs-good.s 61 #CHECK: ler %f8, %f9 # encoding: [0x38,0x89]
70 ler %f8,%f9
79 #CHECK: ldr %f8, %f9 # encoding: [0x28,0x89]
88 ldr %f8,%f9
95 #CHECK: lxr %f8, %f9 # encoding: [0xb3,0x65,0x00,0x89]
100 lxr %f8,%f9
128 #CHECK: .cfi_offset %f9, 200
162 .cfi_offset %f9,200
  /frameworks/av/media/libeffects/data/
audio_effects.conf 102 uuid 119341a0-8469-11df-81f9-0002a5d5c51b
126 uuid 93f04452-e4fe-41cc-91f9-e475b6d1d69f
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fpregdef.h 40 #define ft2f $f9
86 #define ft5 $f9

Completed in 1376 milliseconds

1 2 3 4 5 6 7