Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/cmake/Modules/
H A 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")
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
146 set(LFS_FOUND ${LFS_FOUND} CACHE INTERNAL "Found LFS")
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A 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-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPCInsns.def11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
H A DPPC64.cpp76 LFS = 0xC0000000, enumerator
/freebsd-13.1/sys/fs/cd9660/
H A DTODO.hibler3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A 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, \
H A DPPCPreEmitPeephole.cpp79 case PPC::LFS: in hasPCRelativeForm()
H A 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()
H A 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()
H A DPPCRegisterInfo.cpp104 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
H A DP9InstrResources.td857 LFS
H A DPPCInstrInfo.td2266 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src),
3625 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
H A DPPCISelDAGToDAG.cpp7078 case PPC::LFS: in PeepholePPC64()
/freebsd-13.1/share/doc/smm/01.setup/
H A Dspell.ok89 LFS
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A 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-13.1/contrib/apr/
H A 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-13.1/sys/contrib/zlib/
H A Dzconf.h.in462 * though the former does not conform to the LFS document), but considering
H A DChangeLog351 - Make stronger test in zconf.h to include unistd.h for LFS
353 - Fix zlib.h LFS support when Z_PREFIX used
413 - Really provide prototypes for *64 functions when building without LFS
438 - Avoid errors on non-LFS systems when applications define LFS macros
448 - Provide prototypes for *64 functions when building zlib without LFS
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dfilesystems2370 # LFS
2371 0 lelong 0x070162 LFS filesystem image
/freebsd-13.1/contrib/libpcap/
H A DCMakeLists.txt767 # Large file support on UN*X, a/k/a LFS.