| /freebsd/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") 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/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModelUnderTrainingRunner.cpp | 133 map_range(*MaybeOutputSpecs, [](const LoggedFeatureSpec &LFS) { in createAndEnsureValid() argument 134 return LFS.Spec; in createAndEnsureValid() 138 [](const LoggedFeatureSpec &LFS) { in createAndEnsureValid() argument 139 return TensorSpec(LFS.LoggingName in createAndEnsureValid() 140 ? *LFS.LoggingName in createAndEnsureValid() 141 : LFS.Spec.name(), in createAndEnsureValid() 142 LFS.Spec); in createAndEnsureValid()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MLRegallocPriorityAdvisor.cpp | |
| H A D | MLRegAllocPriorityAdvisor.cpp | 231 std::vector<TensorSpec> LFS = InputFeatures; in DevelopmentModePriorityAdvisorProvider() local 233 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in DevelopmentModePriorityAdvisorProvider() 237 LFS.push_back(DecisionSpec); in DevelopmentModePriorityAdvisorProvider() 239 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in DevelopmentModePriorityAdvisorProvider()
|
| H A D | MLRegallocEvictAdvisor.cpp | |
| H A D | MLRegAllocEvictAdvisor.cpp | 541 std::vector<TensorSpec> LFS = InputFeatures; in DevelopmentModeEvictionAdvisorProvider() local 543 append_range(LFS, MUTR->extraOutputsForLoggingSpecs()); in DevelopmentModeEvictionAdvisorProvider() 547 LFS.push_back(DecisionSpec); in DevelopmentModeEvictionAdvisorProvider() 549 Log = std::make_unique<Logger>(std::move(OS), LFS, Reward, in DevelopmentModeEvictionAdvisorProvider()
|
| /freebsd/contrib/llvm-project/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 11 PCREL_OPT(LFS, PLFS, OPC_AND_RST);
|
| H A D | PPC64.cpp | 67 LFS = 48, enumerator 91 LFS = 0xC0000000, enumerator 877 return LFS << 26; in getPPCDFormOp()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.h | 110 PPC::LFS, \ 131 PPC::LFS, \ 152 PPC::LFS, \ 173 PPC::LFS, \
|
| H A D | PPCFastISel.cpp | 483 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad() 499 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad() 552 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad() 2005 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
|
| H A D | PPCPreEmitPeephole.cpp | 84 case PPC::LFS: in hasPCRelativeForm()
|
| H A D | PPCScheduleP7.td | 152 LFS, LFSX, LFSXTLS, LFSXTLS_, LFD, LFDX, LFDXTLS, LFDXTLS_, LXSDX, LXVD2X,
|
| H A D | PPCInstrInfo.cpp | 3041 LowerOpcode = PPC::LFS; in expandVSXMemPseudo() 4217 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm() 4325 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
|
| H A D | P10InstrResources.td | 1401 LFS,
|
| H A D | PPCRegisterInfo.cpp | 105 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
|
| H A D | P9InstrResources.td | 856 LFS
|
| H A D | PPCAsmPrinter.cpp | 1635 case PPC::LFS: in emitInstruction()
|
| H A D | PPCInstrInfo.td | 1992 def LFS : DForm_1<48, (outs f4rc:$RST), (ins (memri $D, $RA):$addr), 3420 (COPY_TO_REGCLASS (LFS DForm:$src), F8RC)>;
|
| /freebsd/sys/fs/cd9660/ |
| H A D | TODO.hibler | 2 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 88 LFS
|
| /freebsd/sys/contrib/zlib/ |
| H A D | zconf.h.in | 474 * though the former does not conform to the LFS document), but considering
|
| H A D | ChangeLog | 442 - Make stronger test in zconf.h to include unistd.h for LFS 444 - Fix zlib.h LFS support when Z_PREFIX used 504 - Really provide prototypes for *64 functions when building without LFS 529 - Avoid errors on non-LFS systems when applications define LFS macros 539 - Provide prototypes for *64 functions when building zlib without LFS
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 171 return IsStore ? PPC::STFS : PPC::LFS; in selectLoadStoreOp()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | filesystems | 2361 # LFS 2362 0 lelong 0x070162 LFS filesystem image
|
| /freebsd/contrib/libpcap/ |
| H A D | CMakeLists.txt | 1238 # Large file support on UN*X, a/k/a LFS.
|