/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIAInjectedSource.cpp | 45 DWORD Compression = 0; in getCompression() local 46 if (S_OK != SourceFile->get_sourceCompression(&Compression)) in getCompression() 48 return static_cast<uint32_t>(Compression); in getCompression()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 105 uptr StackStore::Pack(Compression type) { in Pack() 245 StackStore::Compression type; 278 case Compression::Delta: in GetOrUnpack() 282 case Compression::LZW: in GetOrUnpack() 301 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { in Pack() 302 if (type == Compression::None) in Pack() 325 case Compression::Delta: in Pack() 329 case Compression::LZW: in Pack()
|
H A D | sanitizer_stack_store.h | 26 enum class Compression : u8 { enum 47 uptr Pack(Compression type); 108 uptr Pack(Compression type, StackStore *store);
|
H A D | sanitizer_stackdepot.cpp | 79 uptr diff = stackStore.Pack(static_cast<StackStore::Compression>( in CompressStackStore()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_stack_store_test.cpp | 133 std::pair<StackStore::Compression, uptr>> {}; 138 StackStorePackTest::ParamType(StackStore::Compression::Delta, 140 StackStorePackTest::ParamType(StackStore::Compression::LZW, 146 StackStore::Compression type = GetParam().first; in TEST_P() 183 StackStore::Compression type = GetParam().first; in TEST_P()
|
/openbsd-src/usr.bin/file/magdir/ |
H A D | unicode | 16 0 string \016\376\377 Unicode text, SCSU (Standard Compression Scheme for Unicode)
|
H A D | database | 94 >33 belong x (Compression: %d)
|
H A D | compress | 171 # 4.3BSD-Quasijarus Strong Compression
|
H A D | images | 570 0 string CPC\262 Cartesian Perceptual Compression image
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBExtras.h | 44 raw_ostream& dumpPDBSourceCompression(raw_ostream& OS, uint32_t Compression);
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 339 uint32_t Compression) { in dumpPDBSourceCompression() argument 340 switch (Compression) { in dumpPDBSourceCompression() 348 OS << "Unknown (" << Compression << ")"; in dumpPDBSourceCompression()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeEnumInjectedSources.cpp | 68 uint32_t getCompression() const override { return Entry.Compression; } in getCompression()
|
/openbsd-src/usr.bin/ssh/ |
H A D | sshd_config | 74 #Compression delayed
|
H A D | OVERVIEW | 29 Compression Library
|
/openbsd-src/etc/ |
H A D | protocols | 114 ipcomp 108 IPComp # IP Payload Compression Protocol 148 rohc 142 ROHC # Robust Header Compression (RFC5858)
|
/openbsd-src/gnu/usr.bin/clang/libLLVMSupport/ |
H A D | Makefile.shared | 43 Compression.cpp \
|
H A D | Makefile | 44 Compression.cpp \
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawTypes.h | 339 uint8_t Compression; // PDB_SourceCompression enumeration. member
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/t/ |
H A D | 09limitoutput.t | 146 # Compression should stop after 10K "aaa..." with Z_BUF_ERROR
|
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Support/ |
H A D | BUILD.gn | 64 "Compression.cpp",
|
/openbsd-src/lib/libz/ |
H A D | algorithm.doc | 1 1. Compression algorithm (deflate) 205 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3, 210 1. Compression algorithm (deflate) 414 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3, 419 1. Compression algorithm (deflate) 623 Compression,'' IEEE Transactions on Information Theory, Vol. 23, No. 3,
|
/openbsd-src/share/misc/ |
H A D | scsi_modes | 271 {Select Data Compression Algorithm} i1
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | CMakeLists.txt | 147 Compression.cpp
|
/openbsd-src/gnu/usr.bin/cvs/doc/ |
H A D | cvs.info-9 | 156 * Compression <1>: Global options. 157 * Compression: Invoking CVS.
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 770 ulittle32_t Compression; member
|