Home
last modified time | relevance | path

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

12345678910>>...15

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Ddonotoptimize_assembly_test.cc22 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 Ddonotoptimize_assembly_test.cc22 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 Dt14.out1 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 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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h42 return CodeModel::Large; in unwrap()
57 case CodeModel::Large: in wrap()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dxenix74 >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 Dhttp.errors34 413 PROTO Request Entity Too Large
35 414 PROTO Request-URI Too Large
/netbsd-src/external/bsd/fetch/dist/libfetch/
H A Dhttp.errors35 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 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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp266 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO()) in ClassifyGlobalReference()
298 if (TM.getCodeModel() == CodeModel::Large && isTargetMachO() && in classifyGlobalFunctionReference()
H A DAArch64TargetMachine.cpp259 *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 DXCoreTargetMachine.cpp35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
/netbsd-src/sys/arch/xen/conf/
H A Dfiles.compat32 # Large page size
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp117 case CodeModel::Large: in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp76 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel()
/netbsd-src/sys/arch/evbsh3/conf/
H A DKZSH40160 #options UFS_DIRHASH # UFS Large Directory Hashing
H A DCOMPUTEX775061 #options UFS_DIRHASH # UFS Large Directory Hashing
H A DCQREEKSH358 #options UFS_DIRHASH # UFS Large Directory Hashing
/netbsd-src/external/bsd/openldap/dist/doc/devel/
H A Dtodo31 Large projects
/netbsd-src/sys/arch/playstation2/conf/
H A Dconfig.playstation223 #options UFS_DIRHASH # UFS Large Directory Hashing
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp233 if (TM.getCodeModel() == CodeModel::Large) in isGVIndirectSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp83 return CodeModel::Large; in getEffectiveSparcCodeModel()

12345678910>>...15