Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-12-stable/contrib/libpcap/cmake/Modules/
DFindLFS.cmake37 # 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/
DTFUtils.cpp279 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/
DPPCInsns.def11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
DPPC64.cpp76 LFS = 0xC0000000, enumerator
/freebsd-12-stable/sys/fs/cd9660/
DTODO.hibler3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h138 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, \
DPPCPreEmitPeephole.cpp79 case PPC::LFS: in hasPCRelativeForm()
DPPCFastISel.cpp497 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()
DPPCInstrInfo.cpp2932 LowerOpcode = PPC::LFS; in expandVSXMemPseudo()
4097 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm()
4205 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
DPPCRegisterInfo.cpp104 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
DP9InstrResources.td857 LFS
/freebsd-12-stable/share/doc/smm/01.setup/
Dspell.ok89 LFS
/freebsd-12-stable/contrib/binutils/binutils/
Dconfig.in208 /* Enable LFS */
Dconfigure.in129 [Enable LFS])
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1518 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++/
Dcrossconfig.m4158 # For LFS.
Dconfigure.ac158 # For LFS support.
Dacinclude.m4520 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.])
Dconfig.h.in750 /* Define if LFS support is available. */
/freebsd-12-stable/contrib/apr/
Dconfigure.in602 # 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/
Dzconf.h.in468 * though the former does not conform to the LFS document), but considering
DChangeLog363 - 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/
Dfilesystems2372 # LFS
2373 0 lelong 0x070162 LFS filesystem image
/freebsd-12-stable/contrib/gcclibs/libmudflap/
DChangeLog746 * configure.in: Add checks for 64-bit LFS functions, struct semun
/freebsd-12-stable/contrib/libpcap/
DCMakeLists.txt767 # Large file support on UN*X, a/k/a LFS.

12