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

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/test/
divide.go 13 func f8(x, y, q, r int8) { func
58 f8(-1<<7, -1, -1<<7, 0)
switch5.go 82 func f8(r rune) { func
func.go 45 func f8(a int) (x int, y float32) { func
79 r8, s8 := f8(1)
func2.go 23 func f8(os int) int func
  /prebuilts/go/linux-x86/test/
divide.go 13 func f8(x, y, q, r int8) { func
58 f8(-1<<7, -1, -1<<7, 0)
switch5.go 82 func f8(r rune) { func
  /external/clang/test/CodeGenCXX/
2010-06-22-ZeroBitfield.cpp 5 s8 f8() { return s8(); } function
mangle-variadic-templates.cpp 70 template<typename T, typename ...U> void f8(ArrayOfN<int, U..., T, typename U::type...>&) {} function
72 template void f8<int, identity<int>, identity<float>>(int (&)[6]);
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 36 void f8(void) { function
x86_64-arguments-win32.c 30 // CHECK-LABEL: define void @f8({ double, double }* noalias sret %agg.result)
31 _Complex double f8() { return 1.0; } function
2007-09-28-PackedUnionMember.c 14 } f8; member in struct:H
inline2.c 50 // CHECK-GNU89-LABEL: define available_externally i32 @f8()
51 // CHECK-C99-LABEL: define i32 @f8()
52 extern int f8(void);
53 extern inline int f8(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 45 void __fastcall f8(long long a) {} function
46 // CHECK: define x86_fastcallcc void @"\01@f8@8"
47 // X64: define void @f8(
  /prebuilts/go/darwin-x86/doc/progs/
interface2.go 105 func f8() { func
106 // START f8 OMIT
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue21655.go 49 func f8(ss []*string, i int) string { func
  /prebuilts/go/linux-x86/doc/progs/
interface2.go 105 func f8() { func
106 // START f8 OMIT
  /prebuilts/go/linux-x86/test/fixedbugs/
issue21655.go 49 func f8(ss []*string, i int) string { func
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
13 f8: .field 69,15 ; align at next word label
  /external/clang/test/Sema/
pragma-unused.c 39 int f8(int x) { // expected-warning{{unused parameter 'x'}} function
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 77 @ CHECK-LABEL: f8:
78 f8: label
ldr-pseudo.s 77 @ CHECK-LABEL: f8:
78 f8: label
ltorg-darwin.s 76 b f8
78 f8: label
ltorg.s 70 b f8
72 f8: label
  /external/testng/src/test/java/test/priority/
BaseSample.java 49 public void f8() { add("f8"); } method in class:BaseSample
  /prebuilts/go/darwin-x86/test/ken/
robfunc.go 45 func f8(a int) (x int, y float64) { func
83 r8, s8 = f8(1)

Completed in 643 milliseconds

1 2 3 4 5 6