| /freebsd-13.1/contrib/bzip2/ |
| H A D | README.COMPILATION.PROBLEMS | 18 6.0 and nmake, you can build a native Win32 version too. Large file 23 but many newer ones can. Large files are pretty huge -- most files 24 you'll encounter are not Large Files. 34 file support. For more details, see the Large File Support 35 Specification, published by the Large File Summit, at
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CodeGen.h | 28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 37 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | xenix | 71 >0x1e leshort &0x40 Large Text 72 >0x1e leshort &0x20 Large Data 98 >0x1e leshort &0x4 Large Text 99 >0x1e leshort &0x2 Large Data
|
| /freebsd-13.1/lib/libfetch/ |
| H A D | http.errors | 35 413 PROTO Request Entity Too Large 36 414 PROTO Request-URI Too Large
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86Subtarget.cpp | 86 case CodeModel::Large: in classifyLocalReference() 126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference() 158 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
|
| H A D | X86IndirectBranchTracking.cpp | 125 if ((TM->getCodeModel() == CodeModel::Large || in runOnMachineFunction()
|
| /freebsd-13.1/sys/dev/qlxge/ |
| H A D | README.txt | 39 * Large Segment Offload over TCP IPV4 40 * Large Segment Offload over TCP IPV6
|
| /freebsd-13.1/sys/dev/qlxgb/ |
| H A D | README.txt | 39 * Large Segment Offload over TCP IPV4 40 * Large Segment Offload over TCP IPV6
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64Subtarget.cpp | 257 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 289 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
| H A D | AArch64TargetMachine.cpp | 271 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 285 return CodeModel::Large; in getEffectiveAArch64CodeModel() 337 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | README.txt | 39 * Large Segment Offload over TCP IPV4 40 * Large Segment Offload over TCP IPV6
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreTargetMachine.cpp | 35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | JITTargetMachineBuilder.cpp | 117 case CodeModel::Large: in print()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kTargetMachine.cpp | 86 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.cpp | 235 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
|
| H A D | PPCAsmPrinter.cpp | 939 assert((IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large) && in emitInstruction() 971 assert(IsAIX && !IsPPC64 && TM.getCodeModel() == CodeModel::Large && in emitInstruction() 1023 (MO.isCPI() && TM.getCodeModel() == CodeModel::Large)) in emitInstruction() 1065 if (!MO.isCPI() || TM.getCodeModel() == CodeModel::Large) in emitInstruction() 1597 if (TM.getCodeModel() == CodeModel::Large in emitFunctionEntryLabel() 1721 if (TM.getCodeModel() != CodeModel::Large) { in emitFunctionBodyStart()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcTargetMachine.cpp | 83 return CodeModel::Large; in getEffectiveSparcCodeModel()
|
| /freebsd-13.1/contrib/libpcap/cmake/Modules/ |
| H A D | FindFseeko.cmake | 31 # FSEEKO_FOUND - If there is Large files support
|
| H A D | FindLFS.cmake | 30 # LFS_FOUND - If there is Large files support
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | BIO_new_CMS.pod | 43 Large numbers of small writes through the chain should be avoided as this will
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 305 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() argument 313 if (PositionIndependent && !Large) in initELFMCObjectFileInfo() 326 (Large ? dwarf::DW_EH_PE_sdata8 : dwarf::DW_EH_PE_sdata4); in initELFMCObjectFileInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Memory.inc | 60 // Large/huge memory pages need explicit process permissions in order to be
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectFileInfo.h | 428 void initELFMCObjectFileInfo(const Triple &T, bool Large);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 133 getEffectiveCodeModel(CM, CodeModel::Large), OL), in WebAssemblyTargetMachine()
|