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

1 2 3

  /external/syslinux/dos/
malloc.c 43 struct free_arena_header *nfp, *na; local
50 nfp = (struct free_arena_header *)((char *)fp + size);
53 nfp->a.type = ARENA_TYPE_FREE;
54 nfp->a.size = fsize - size;
59 nfp->a.prev = fp;
60 nfp->a.next = na;
61 na->a.prev = nfp;
62 fp->a.next = nfp;
65 nfp->next_free = fp->next_free;
66 nfp->prev_free = fp->prev_free
    [all...]
  /external/elfutils/backends/
sparc_regs.c 45 const int nfp = 32 + (ebl->class == ELFCLASS32 ? 0 : 16); local
49 return 32 + nfp + nspec;
51 if (regno < 0 || regno >= 32 + nfp + nspec || namelen < 6)
59 if (regno >= 32 + nfp)
61 regno -= 32 + nfp;
  /external/syslinux/core/mem/
malloc.c 24 struct free_arena_header *nfp, *na; local
32 nfp = (struct free_arena_header *)((char *)fp + size);
35 ARENA_TYPE_SET(nfp->a.attrs, ARENA_TYPE_FREE);
36 ARENA_HEAP_SET(nfp->a.attrs, heap);
37 ARENA_SIZE_SET(nfp->a.attrs, fsize-size);
38 nfp->a.tag = MALLOC_FREE;
40 nfp->a.magic = ARENA_MAGIC;
47 nfp->a.prev = fp;
48 nfp->a.next = na;
49 na->a.prev = nfp;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
WriteNumberFormatSerialTestData.java 44 NumberFormat nfp = NumberFormat.getPercentInstance(Locale.US); local
52 write(file,(Object)nfp,"percentInstance","//NumberFormat.getPercentInstance(Locale.US)");
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
WriteNumberFormatSerialTestData.java 43 NumberFormat nfp = NumberFormat.getPercentInstance(Locale.US); local
51 write(file,(Object)nfp,"percentInstance","//NumberFormat.getPercentInstance(Locale.US)");
  /external/clang/test/SemaCXX/
explicit.cpp 234 NotFP nfp; local
236 nfp(1); // expected-error {{type 'NotFP' does not provide a call operator}}
  /external/llvm/bindings/go/llvm/
executionengine.go 43 func (options *MCJITCompilerOptions) SetMCJITNoFramePointerElim(nfp bool) {
44 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
  /external/fdlibm/
configure 445 -nfp | --nfp | --nf)
    [all...]
  /external/swiftshader/third_party/LLVM/projects/sample/
configure 814 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
configure 824 -nfp | --nfp | --nf)
    [all...]
  /external/fec/
configure 480 -nfp | --nfp | --nf)
    [all...]
  /external/iputils/ninfod/
configure 895 -nfp | --nfp | --nf)
    [all...]
  /prebuilts/misc/windows/sdl2/test/
configure 901 -nfp | --nfp | --nf)
    [all...]
  /external/google-breakpad/
configure 998 -nfp | --nfp | --nf)
    [all...]
  /external/liblzf/
configure 865 -nfp | --nfp | --nf)
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure 916 -nfp | --nfp | --nf)
    [all...]
  /external/stressapptest/
configure 932 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
configure 921 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
configure 909 -nfp | --nfp | --nf)
    [all...]
  /external/icu/icu4c/source/
configure 1039 -nfp | --nfp | --nf)
    [all...]
  /external/libpcap/
configure 984 -nfp | --nfp | --nf)
    [all...]
  /external/netperf/
configure 954 -nfp | --nfp | --nf)
    [all...]
  /external/tcpdump/
configure 940 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 1036 -nfp | --nfp | --nf)
    [all...]
  /external/e2fsprogs/
configure 1127 -nfp | --nfp | --nf)
    [all...]

Completed in 555 milliseconds

1 2 3