| /freebsd-12-stable/contrib/libpcap/cmake/Modules/ |
| D | FindLFS.cmake | 37 # Test program to check for LFS. Requires that off_t has at least 8 byte large 57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}") 62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found") 68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found") 72 # Check for the availability of LFS. 75 # * Native LFS 87 message(STATUS "Looking for native LFS support") 91 message(STATUS "Looking for native LFS support - found") 94 message(STATUS "Looking for native LFS support - not found") 126 # Check if the flags we received (if any) produce working LFS support [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | TFUtils.cpp | 279 for (const auto &LFS : LoggedSpecs) { in LoggerDataImpl() local 280 (*FL)[LFS.LoggingName ? *LFS.LoggingName : LFS.Spec.name()] = {}; in LoggerDataImpl() 282 for (const auto &LFS : LoggedSpecs) in LoggerDataImpl() local 284 &(*FL)[LFS.LoggingName ? *LFS.LoggingName : LFS.Spec.name()]); in LoggerDataImpl()
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | PPCInsns.def | 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
|
| D | PPC64.cpp | 76 LFS = 0xC0000000, enumerator
|
| /freebsd-12-stable/sys/fs/cd9660/ |
| D | TODO.hibler | 3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCInstrInfo.h | 138 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 146 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \ 154 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
|
| D | PPCPreEmitPeephole.cpp | 79 case PPC::LFS: in hasPCRelativeForm()
|
| D | PPCFastISel.cpp | 497 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad() 513 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad() 566 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad() 2026 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
|
| D | PPCInstrInfo.cpp | 2932 LowerOpcode = PPC::LFS; in expandVSXMemPseudo() 4097 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm() 4205 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
|
| D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
| D | P9InstrResources.td | 857 LFS
|
| /freebsd-12-stable/share/doc/smm/01.setup/ |
| D | spell.ok | 89 LFS
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | config.in | 208 /* Enable LFS */
|
| D | configure.in | 129 [Enable LFS])
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonFrameLowering.cpp | 1518 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local 1527 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized() 1528 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS)); in processFunctionBeforeFrameFinalized() 1532 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
|
| /freebsd-12-stable/contrib/libstdc++/ |
| D | crossconfig.m4 | 158 # For LFS.
|
| D | configure.ac | 158 # For LFS support.
|
| D | acinclude.m4 | 520 dnl Check whether LFS support is available. 527 AC_MSG_CHECKING([for LFS support]) 545 AC_DEFINE(_GLIBCXX_USE_LFS, 1, [Define if LFS support is available.])
|
| D | config.h.in | 750 /* Define if LFS support is available. */
|
| /freebsd-12-stable/contrib/apr/ |
| D | configure.in | 602 # Check whether LFS has explicitly been disabled 607 # Check whether the transitional LFS API is sufficient 1912 # Enable LFS 1933 # LFS is go! 1939 # on 32-bit systems with LFS support. To avoid compatibility 1988 # (Exactly as per the case above with off_t where LFS is *not* used)
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | zconf.h.in | 468 * though the former does not conform to the LFS document), but considering
|
| D | ChangeLog | 363 - Make stronger test in zconf.h to include unistd.h for LFS 365 - Fix zlib.h LFS support when Z_PREFIX used 425 - Really provide prototypes for *64 functions when building without LFS 450 - Avoid errors on non-LFS systems when applications define LFS macros 460 - Provide prototypes for *64 functions when building zlib without LFS
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | filesystems | 2372 # LFS 2373 0 lelong 0x070162 LFS filesystem image
|
| /freebsd-12-stable/contrib/gcclibs/libmudflap/ |
| D | ChangeLog | 746 * configure.in: Add checks for 64-bit LFS functions, struct semun
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | CMakeLists.txt | 767 # Large file support on UN*X, a/k/a LFS.
|