/freebsd/sys/contrib/zstd/examples/ |
H A D | README.md | 5 Compress a single file. 15 Compress multiple files (in simple mode) in a single command line. 25 Compress a single file. 29 Compress multiple files (in streaming mode) in a single command line. 40 Compress multiple files using the same dictionary.
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CompressInstEmitter.cpp | 121 enum EmitterType { Compress, Uncompress, CheckCompress }; enumerator 128 void evaluateCompressPat(Record *Compress); 580 if (EType == EmitterType::Compress || EType == EmitterType::CheckCompress) in emitCompressInstEmitter() 597 if (EType == EmitterType::Compress) in emitCompressInstEmitter() 607 if (EType == EmitterType::Compress) { in emitCompressInstEmitter() 623 if (EType == EmitterType::Compress) in emitCompressInstEmitter() 640 EType == EmitterType::Compress || EType == EmitterType::CheckCompress; in emitCompressInstEmitter() 642 EType == EmitterType::Compress || EType == EmitterType::Uncompress; in emitCompressInstEmitter() 646 (EType == EmitterType::Compress ? "Compress" : "Uncompress")) in emitCompressInstEmitter() 882 if (EType == EmitterType::Compress) in emitCompressInstEmitter() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | qcom,q6asm.txt | 39 Usage: Required for Compress offload dais 47 Usage: Required for Compress offload dais 49 Definition: present for Compress offload dais
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.h | 35 /// Write encoded filenames to the given output stream. If \p Compress is 37 void write(raw_ostream &OS, bool Compress = true);
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingWriter.cpp | 40 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() argument 51 bool doCompression = Compress && compression::zlib::isAvailable() && in write()
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | OffloadBundler.h | 38 bool Compress = false; variable
|
/freebsd/tools/tools/ |
H A D | README | 29 hcomp Compress header files by removing comments and whitespace.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 37 HelpText<"Compress DWARF debug sections using specified format. Supported " 45 "Compress or decompress sections using specified format. Supported "
|
/freebsd/usr.bin/compress/doc/ |
H A D | README | 1 Compress version 4.0 improvements over 3.0: 166 Subject: Re: Compress release 3.0 : sample Makefile
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoXwch.td | 179 // Compress Instruction tablegen backend.
|
H A D | RISCVSchedSiFiveP600.td | 705 // Simple Gather and Compress 724 // Complex Gather and Compress
|
H A D | RISCVScheduleV.td | 527 // 16.5. Vector Compress Instruction 758 // 16.5. Vector Compress Instruction
|
/freebsd/sys/contrib/zlib/ |
H A D | README | 42 can be found at https://github.com/pmqs/IO-Compress .
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 80 Compress. 116 Compress using `#` working threads (default: 1).
|
H A D | README.md | 123 2. Compress with the dictionary: `zstd FILE -D dictionaryName`
|
/freebsd/sys/contrib/zstd/ |
H A D | README.md | 116 2. Compress with dictionary
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | OffloadBundler.cpp | 954 Compress = CompressEnvVarOpt.value() == "1"; in OffloadBundlerConfig() 1369 if (BundlerConfig.Compress) { in BundleFiles()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 199 "Compress stack depot to save memory.")
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 711 # MS Compress 718 >0 string KWAJ MS Compress archive data, KWAJ variant 811 >0 string SZDD MS Compress archive data, SZDD variant 837 # MS Compress archive data 842 >0 string SZ\x20 MS Compress archive data, QBasic variant 1075 # Logitech Compress 1076 0 string \xda\xfa Logitech Compress archive data
|
/freebsd/contrib/bmake/mk/ |
H A D | README | 198 MANZ Compress manual pages at installation time.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 67 Eq<"compress-debug-sections", "Compress DWARF debug sections">, 71 "Compress output sections that match the glob and do not have the SHF_ALLOC flag. "
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-enc.pod.in | 201 Compress or decompress encrypted data using zlib after encryption or before
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYInstrInfo16Instr.td | 576 // Compress Instruction tablegen backend.
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | rfc1952.txt | 122 * Compress specialized data (e.g., raster graphics) as well as
|
H A D | rfc1951.txt | 127 * Compress specialized data (e.g., raster graphics) as well
|