| /freebsd-13.1/contrib/libpcap/cmake/Modules/ |
| H A 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") 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 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-13.1/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
|
| H A D | PPC64.cpp | 76 LFS = 0xC0000000, enumerator
|
| /freebsd-13.1/sys/fs/cd9660/ |
| H A D | TODO.hibler | 3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A 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, \
|
| H A D | PPCPreEmitPeephole.cpp | 79 case PPC::LFS: in hasPCRelativeForm()
|
| H A 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()
|
| H A 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()
|
| H A D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
| H A D | P9InstrResources.td | 857 LFS
|
| H A D | PPCInstrInfo.td | 2266 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src), 3625 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
|
| H A D | PPCISelDAGToDAG.cpp | 7078 case PPC::LFS: in PeepholePPC64()
|
| /freebsd-13.1/share/doc/smm/01.setup/ |
| H A D | spell.ok | 89 LFS
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A 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-13.1/contrib/apr/ |
| H A 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-13.1/sys/contrib/zlib/ |
| H A D | zconf.h.in | 462 * though the former does not conform to the LFS document), but considering
|
| H A D | ChangeLog | 351 - 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 D | filesystems | 2370 # LFS 2371 0 lelong 0x070162 LFS filesystem image
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | CMakeLists.txt | 767 # Large file support on UN*X, a/k/a LFS.
|