/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 22 struct Large { struct 37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue() argument 63 Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_lvalue() 91 const Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_const_lvalue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 22 struct Large { struct 37 benchmark::DoNotOptimize(Large{ExternInt, {ExternInt, ExternInt}}); in test_with_large_rvalue() argument 63 Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_lvalue() 91 const Large L{ExternInt, {ExternInt, ExternInt}}; in test_with_large_const_lvalue()
|
/netbsd-src/libexec/httpd/testsuite/ |
H A D | t14.out | 1 HTTP/1.1 413 Payload Too Large 7 <html><head><title>413 Payload Too Large</title></head> 8 <body><h1>413 Payload Too Large</h1>
|
/netbsd-src/external/bsd/bzip2/dist/ |
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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
H A D | CodeGenCWrappers.h | 42 return CodeModel::Large; in unwrap() 57 case CodeModel::Large: in wrap()
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | xenix | 74 >0x1e leshort &0x40 Large Text 75 >0x1e leshort &0x20 Large Data 101 >0x1e leshort &0x4 Large Text 102 >0x1e leshort &0x2 Large Data
|
/netbsd-src/share/examples/refuse/ian/libfetch/ |
H A D | http.errors | 34 413 PROTO Request Entity Too Large 35 414 PROTO Request-URI Too Large
|
/netbsd-src/external/bsd/fetch/dist/libfetch/ |
H A D | http.errors | 35 413 PROTO Request Entity Too Large 36 414 PROTO Request-URI Too Large
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | string.bench.cpp | 60 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 266 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference() 298 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
|
H A D | AArch64TargetMachine.cpp | 259 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 273 return CodeModel::Large; in getEffectiveAArch64CodeModel() 325 !(getCodeModel() == CodeModel::Large && TT.isOSBinFormatMachO())) { in AArch64TargetMachine()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.cpp | 35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
|
/netbsd-src/sys/arch/xen/conf/ |
H A D | files.compat | 32 # Large page size
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.cpp | 117 case CodeModel::Large: in print()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.cpp | 76 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
|
/netbsd-src/sys/arch/evbsh3/conf/ |
H A D | KZSH401 | 60 #options UFS_DIRHASH # UFS Large Directory Hashing
|
H A D | COMPUTEX7750 | 61 #options UFS_DIRHASH # UFS Large Directory Hashing
|
H A D | CQREEKSH3 | 58 #options UFS_DIRHASH # UFS Large Directory Hashing
|
/netbsd-src/external/bsd/openldap/dist/doc/devel/ |
H A D | todo | 31 Large projects
|
/netbsd-src/sys/arch/playstation2/conf/ |
H A D | config.playstation2 | 23 #options UFS_DIRHASH # UFS Large Directory Hashing
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCSubtarget.cpp | 233 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.cpp | 83 return CodeModel::Large; in getEffectiveSparcCodeModel()
|