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

1 2 3

  /external/compiler-rt/test/profile/Inputs/
instrprof-value-prof-real.c 41 FPT Fp = getFunc(I);
44 Fp();
46 Fp = getFunc(511 - I);
48 Fp();
50 Fp = getFunc(I);
52 Fp();
54 Fp = getFunc(I);
56 Fp();
58 Fp = getFunc(I);
60 Fp();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ScopeExit.h 30 template <typename Fp>
31 explicit scope_exit(Fp &&F) : ExitFunction(std::forward<Fp>(F)) {}
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15572.dir/
b.go 14 func Fp() {
15 a.Fp()
  /prebuilts/go/linux-x86/test/fixedbugs/issue15572.dir/
b.go 14 func Fp() {
15 a.Fp()
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
store.s 4 [FP] = P0;
6 [fp --] = P5;
9 [Fp -0]= p2;
10 [fp -4] = P1;
11 [Fp - 128] = p0;
18 [fp--] = R7;
21 [FP - 0xfffc] = R0;
22 [fp ++ P1] = r1;
23 [FP - 96] = r6;
37 W [ Fp++P0] = r4.h
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.rel/
is_invocable.pass.cpp 123 using Fp = void(*)(Tag&, int);
124 static_assert(std::is_invocable<Fp, Tag&, int>::value, "");
125 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, "");
126 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, "");
127 static_assert(!std::is_invocable<Fp>::value, "");
128 static_assert(!std::is_invocable<Fp, Tag&>::value, "");
132 using Fp = void(&)(Tag&, int);
133 static_assert(std::is_invocable<Fp, Tag&, int>::value, "");
134 static_assert(std::is_invocable<Fp, DerFromTag&, int>::value, "");
135 static_assert(!std::is_invocable<Fp, const Tag&, int>::value, "")
    [all...]
  /external/lzma/CPP/
Build.mak 88 COMPL_PCH = $(CC) $(CFLAGS_O1) -Yc"StdAfx.h" -Fp$O/a.pch $**
89 COMPL = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $**
91 COMPLB = $(CC) $(CFLAGS_O1) -Yu"StdAfx.h" -Fp$O/a.pch $<
92 # COMPLB_O2 = $(CC) $(CFLAGS_O2) -Yu"StdAfx.h" -Fp$O/a.pch $<
95 CCOMPL_PCH = $(CC) $(CFLAGS_O2) -Yc"Precomp.h" -Fp$O/a.pch $**
96 CCOMPL_USE = $(CC) $(CFLAGS_O2) -Yu"Precomp.h" -Fp$O/a.pch $**
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 132 struct __filedes *Fp;
135 Fp = &gMD->fdarray[fd];
136 retval = (Fp->f_iflags & _S_ITTY) ? 1 : 0;
188 struct __filedes *Fp;
193 Fp = &gMD->fdarray[fd];
195 if(Fp->RefCount == 1) { // There should be no other users
198 if(Fp->f_iflags & FIF_DELCLOSE) {
200 if(Fp->f_ops->fo_delete != NULL) {
201 retval = Fp->f_ops->fo_delete(Fp);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
GenVtf.c 202 IN FILE *Fp
212 Fp - Pointer to a file handle which has been opened.
221 while (fgets(Buff, sizeof (Buff), Fp)) {
232 IN FILE *Fp
242 Fp - Pointer to a file handle which has been opened.
257 while (fgets (Buff, FILE_NAME_SIZE, Fp) != NULL) {
502 FILE *Fp;
508 Fp = FilePointer;
509 if (Fp == NULL) {
514 ValidLineCount (Fp);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue15646.dir/
a.go 21 func Fp() func(*T) string {
b.go 13 if a.Fp()(nil) != "mp" {
  /prebuilts/go/linux-x86/test/fixedbugs/issue15646.dir/
a.go 21 func Fp() func(*T) string {

Completed in 979 milliseconds

1 2 3