Searched defs:f9 (Results 1 - 25 of 60) sorted by relevance

123

/external/clang/test/Sema/
H A Dattr-ownership.c12 int f9 __attribute__((ownership_takes(foo, 1))); // expected-warning {{'ownership_takes' attribute only applies to functions}} variable
H A Dpragma-unused.c43 int f9(int x) { function
H A Dvarargs.c72 void f9(__builtin_va_list args) function
H A Dwarn-unused-function.c25 void f9(void) { f8(f7); } function
H A Dprivate-extern.c71 void f9() { function
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dloopcount.js80 function f9() { function
86 assertEquals(42, f9());
/external/clang/test/CodeGen/
H A Dinline2.c55 // 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()
H A Dmangle-windows.c28 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
H A Dmicrosoft-call-conv.c55 void __fastcall f9(int x, int y) {}; function
56 // WIN: define x86_fastcallcc void @f9({{.*}})
H A Dswitch.c118 // CHECK-LABEL: define i32 @f9()
129 int f9() { function
H A Dfunction-attributes.c37 void f9(void) { f9_t(); } function
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s98 // CHECK-LABEL: f9:
99 f9: label
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s90 @ CHECK-LABEL: f9:
91 f9: label
H A Dldr-pseudo.s90 @ CHECK-LABEL: f9:
91 f9: label
H A Dltorg-darwin.s83 @ CHECK-LABEL: f9:
84 f9: label
H A Dltorg.s77 @ CHECK-LABEL: f9:
78 f9: label
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js61 function f9() { function
124 testToStringAndLength("f9", 5, 5);
/external/clang/test/Analysis/
H A Dmalloc-overflow.c60 void * f9(int n) function
H A Dstream.c69 FILE *f9(void) { function
H A Duninit-const.cpp23 int f9(void) { function
/external/libcxxabi/test/
H A Dcatch_pointer_reference.cpp309 void f9() function
439 f9();
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
79 function f9() { function
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp65 void f9(poly8x16_t v) {} function
/external/llvm/test/MC/ELF/
H A Dcfi.s53 f9: label
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
H A Dsynthesis-sbc.c477 OI_INT32 f0, f1, f2, f3, f4, f7, f8, f9, f10; local
491 f9 = LONG_MULT_DCT(DCTII_4_K09_FIX, f7);
493 y3 = -SCALE(f8 + f9, DCT_SHIFT);
494 y1 = -SCALE(f10 - f9, DCT_SHIFT);

Completed in 6520 milliseconds

123