Home
last modified time | relevance | path

Searched refs:Large (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-13.1/contrib/bzip2/
H A DREADME.COMPILATION.PROBLEMS18 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 DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h28 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 Dxenix71 >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 Dhttp.errors35 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 DX86Subtarget.cpp86 case CodeModel::Large: in classifyLocalReference()
126 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
158 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
H A DX86IndirectBranchTracking.cpp125 if ((TM->getCodeModel() == CodeModel::Large || in runOnMachineFunction()
/freebsd-13.1/sys/dev/qlxge/
H A DREADME.txt39 * Large Segment Offload over TCP IPV4
40 * Large Segment Offload over TCP IPV6
/freebsd-13.1/sys/dev/qlxgb/
H A DREADME.txt39 * 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 DAArch64Subtarget.cpp257 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
289 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp271 *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 DREADME.txt39 * 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 DXCoreTargetMachine.cpp35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp117 case CodeModel::Large: in print()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp86 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp235 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
H A DPPCAsmPrinter.cpp939 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 DSparcTargetMachine.cpp83 return CodeModel::Large; in getEffectiveSparcCodeModel()
/freebsd-13.1/contrib/libpcap/cmake/Modules/
H A DFindFseeko.cmake31 # FSEEKO_FOUND - If there is Large files support
H A DFindLFS.cmake30 # LFS_FOUND - If there is Large files support
/freebsd-13.1/crypto/openssl/doc/man3/
H A DBIO_new_CMS.pod43 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 DMCObjectFileInfo.cpp305 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 DMemory.inc60 // Large/huge memory pages need explicit process permissions in order to be
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h428 void initELFMCObjectFileInfo(const Triple &T, bool Large);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp133 getEffectiveCodeModel(CM, CodeModel::Large), OL), in WebAssemblyTargetMachine()

123