HomeSort by relevance Sort by last modified time
    Searched refs:nfp (Results 1 - 25 of 61) 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 46 NumberFormat nfp = NumberFormat.getPercentInstance(Locale.US); local
54 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/libffi/src/powerpc/
ffi_darwin.c 398 unsigned nfp = 0; local
407 darwin64_scan_struct_for_floats (s, &nfp);
408 if (nfp > 13)
417 nfp = 0;
418 if (darwin64_struct_size_exceeds_gprs_p (s, NULL, &nfp))
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_darwin.c 398 unsigned nfp = 0; local
407 darwin64_scan_struct_for_floats (s, &nfp);
408 if (nfp > 13)
417 nfp = 0;
418 if (darwin64_struct_size_exceeds_gprs_p (s, NULL, &nfp))
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_darwin.c 398 unsigned nfp = 0; local
407 darwin64_scan_struct_for_floats (s, &nfp);
408 if (nfp > 13)
417 nfp = 0;
418 if (darwin64_struct_size_exceeds_gprs_p (s, NULL, &nfp))
    [all...]
  /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.27/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/ltp/utils/ffsb-6.0-rc2/
configure 916 -nfp | --nfp | --nf)
    [all...]
  /external/stressapptest/
configure 932 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.27/intl/
configure 921 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
configure 909 -nfp | --nfp | --nf)
    [all...]
  /external/icu/icu4c/source/
configure 1041 -nfp | --nfp | --nf)
    [all...]
  /external/libpcap/
configure 985 -nfp | --nfp | --nf)
    [all...]
  /external/tcpdump/
configure 939 -nfp | --nfp | --nf)
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
configure 1042 -nfp | --nfp | --nf)
    [all...]

Completed in 652 milliseconds

1 2 3