Searched refs:nfp (Results 1 – 25 of 44) sorted by relevance
12
/external/syslinux/dos/ |
D | malloc.c | 43 struct free_arena_header *nfp, *na; in __malloc_from_block() local 50 nfp = (struct free_arena_header *)((char *)fp + size); in __malloc_from_block() 53 nfp->a.type = ARENA_TYPE_FREE; in __malloc_from_block() 54 nfp->a.size = fsize - size; in __malloc_from_block() 59 nfp->a.prev = fp; in __malloc_from_block() 60 nfp->a.next = na; in __malloc_from_block() 61 na->a.prev = nfp; in __malloc_from_block() 62 fp->a.next = nfp; in __malloc_from_block() 65 nfp->next_free = fp->next_free; in __malloc_from_block() 66 nfp->prev_free = fp->prev_free; in __malloc_from_block() [all …]
|
/external/syslinux/core/mem/ |
D | malloc.c | 24 struct free_arena_header *nfp, *na; in __malloc_from_block() local 32 nfp = (struct free_arena_header *)((char *)fp + size); in __malloc_from_block() 35 ARENA_TYPE_SET(nfp->a.attrs, ARENA_TYPE_FREE); in __malloc_from_block() 36 ARENA_HEAP_SET(nfp->a.attrs, heap); in __malloc_from_block() 37 ARENA_SIZE_SET(nfp->a.attrs, fsize-size); in __malloc_from_block() 38 nfp->a.tag = MALLOC_FREE; in __malloc_from_block() 40 nfp->a.magic = ARENA_MAGIC; in __malloc_from_block() 47 nfp->a.prev = fp; in __malloc_from_block() 48 nfp->a.next = na; in __malloc_from_block() 49 na->a.prev = nfp; in __malloc_from_block() [all …]
|
/external/elfutils/backends/ |
D | sparc_regs.c | 45 const int nfp = 32 + (ebl->class == ELFCLASS32 ? 0 : 16); in sparc_register_info() local 49 return 32 + nfp + nspec; in sparc_register_info() 51 if (regno < 0 || regno >= 32 + nfp + nspec || namelen < 6) in sparc_register_info() 59 if (regno >= 32 + nfp) in sparc_register_info() 61 regno -= 32 + nfp; in sparc_register_info()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | WriteNumberFormatSerialTestData.java | 44 NumberFormat nfp = NumberFormat.getPercentInstance(Locale.US); in main() local 52 … write(file,(Object)nfp,"percentInstance","//NumberFormat.getPercentInstance(Locale.US)"); in main()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | WriteNumberFormatSerialTestData.java | 43 NumberFormat nfp = NumberFormat.getPercentInstance(Locale.US); in main() local 51 … write(file,(Object)nfp,"percentInstance","//NumberFormat.getPercentInstance(Locale.US)"); in main()
|
/external/clang/test/SemaCXX/ |
D | explicit.cpp | 234 NotFP nfp; in testFunctionPointer() local 236 nfp(1); // expected-error {{type 'NotFP' does not provide a call operator}} in testFunctionPointer()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_darwin.c | 398 unsigned nfp = 0; in darwin64_struct_ret_by_value_p() local 407 darwin64_scan_struct_for_floats (s, &nfp); in darwin64_struct_ret_by_value_p() 408 if (nfp > 13) in darwin64_struct_ret_by_value_p() 417 nfp = 0; in darwin64_struct_ret_by_value_p() 418 if (darwin64_struct_size_exceeds_gprs_p (s, NULL, &nfp)) in darwin64_struct_ret_by_value_p()
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 43 func (options *MCJITCompilerOptions) SetMCJITNoFramePointerElim(nfp bool) { 44 options.C.NoFramePointerElim = boolToLLVMBool(nfp)
|
/external/fdlibm/ |
D | configure | 445 -nfp | --nfp | --nf) 1006 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
/external/swiftshader/third_party/LLVM/projects/sample/ |
D | configure | 814 -nfp | --nfp | --nf)
|
/external/fec/ |
D | configure | 480 -nfp | --nfp | --nf) 1046 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
|
/external/iputils/ninfod/ |
D | configure | 895 -nfp | --nfp | --nf)
|
/external/google-breakpad/ |
D | configure | 998 -nfp | --nfp | --nf)
|
/external/netperf/ |
D | configure | 954 -nfp | --nfp | --nf)
|
/external/liblzf/ |
D | configure | 865 -nfp | --nfp | --nf)
|
/external/stressapptest/ |
D | configure | 932 -nfp | --nfp | --nf)
|
/external/tcpdump/ |
D | configure | 939 -nfp | --nfp | --nf)
|
/external/icu/icu4c/source/ |
D | configure | 1039 -nfp | --nfp | --nf)
|
/external/libpcap/ |
D | configure | 985 -nfp | --nfp | --nf)
|
/external/e2fsprogs/ |
D | configure | 1127 -nfp | --nfp | --nf)
|
/external/libnfnetlink/ |
D | configure | 988 -nfp | --nfp | --nf)
|
/external/libedit/ |
D | configure | 1003 -nfp | --nfp | --nf)
|
/external/lmfit/ |
D | configure | 999 -nfp | --nfp | --nf)
|
/external/strace/ |
D | configure | 1028 -nfp | --nfp | --nf)
|
/external/libcap-ng/libcap-ng-0.7/ |
D | configure | 990 -nfp | --nfp | --nf)
|
12