Home
last modified time | relevance | path

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

12345

/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dixp.rdomain1.ok48 Large Communities: 999:65530:4
56 Large Communities: 999:65530:4
64 Large Communities: 999:65530:4 65534:0:0
91 Large Communities: 999:65508:999
98 Large Communities: 999:0:999
113 Large Communities: 999:65501:1
127 Large Communities: 999:65522:1
H A Dmrt-table-mp.ok12 Large Communities: 4200000001:2:4200000001 4200000001:42:1
28 Large Communities: 4200000001:2:4200000001 4200000001:42:1
45 Large Communities: 4200000001:2:42 4200000001:42:1
63 Large Communities: 4200000001:2:42 4200000001:42:1
H A Dmrt-table-v2.ok12 Large Communities: 4200000001:2:4200000001 4200000001:42:1
28 Large Communities: 4200000001:2:4200000001 4200000001:42:1
45 Large Communities: 4200000001:2:42 4200000001:42:1
63 Large Communities: 4200000001:2:42 4200000001:42:1
H A Dixp.rdomain2.ok17 Large Communities: 999:65530:4
24 Large Communities: 999:65530:4
31 Large Communities: 999:65530:4
H A Dmrt-table.ok12 Large Communities: 4200000001:2:4200000001 4200000001:42:1
28 Large Communities: 4200000001:2:4200000001 4200000001:42:1
/openbsd-src/usr.bin/file/magdir/
H A Dxenix42 >0x1e leshort &0x40 Large Text
43 >0x1e leshort &0x20 Large Data
69 >0x1e leshort &0x4 Large Text
70 >0x1e leshort &0x2 Large Data
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D06large.t5 # Large tests - test dates outside of the epoch range,
9 plan skip_all => "Large time tests not required for installation"
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h31 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
40 enum Level { Default=0, Small=1, Large=2 }; enumerator
/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A Dbiblio21 %J Proceedings of the 6th Conference on Very Large Dabatases (Montreal)
22 %I Very Large Database Foundation
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86Subtarget.cpp95 case CodeModel::Large: in classifyLocalReference()
135 if (TM.getCodeModel() == CodeModel::Large && !isPositionIndependent()) in classifyGlobalReference()
170 if (TM.getCodeModel() == CodeModel::Large) in classifyGlobalReference()
H A DX86IndirectBranchTracking.cpp107 case CodeModel::Large: in needsPrologueENDBR()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp60 enum class Length { Empty, Small, Large, Huge }; enumerator
134 case Length::Large: in getString()
149 case Length::Large: in makeString()
540 for (auto Lhs : {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
543 {Length::Empty, Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
557 for (auto L : {Length::Small, Length::Large, Length::Huge}) { in sanityCheckGeneratedStrings()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp363 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
398 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp296 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel()
310 return CodeModel::Large; in getEffectiveAArch64CodeModel()
363 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp122 case CodeModel::Large: in print()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp88 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp174 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.ml38 | Large Constructor
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp92 return CodeModel::Large; in getEffectiveSparcCodeModel()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp144 if (CM.has_value() && (*CM == CodeModel::Medium || *CM == CodeModel::Large)) in getVersion()
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DMemory.inc59 // Large/huge memory pages need explicit process permissions in order to be
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp46 TM.getCodeModel() == CodeModel::Large); in Initialize()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp329 void MCObjectFileInfo::initELFMCObjectFileInfo(const Triple &T, bool Large) { in initELFMCObjectFileInfo() argument
337 if (PositionIndependent && !Large) in initELFMCObjectFileInfo()
350 (Large ? dwarf::DW_EH_PE_sdata8 : dwarf::DW_EH_PE_sdata4); in initELFMCObjectFileInfo()

12345