Home
last modified time | relevance | path

Searched refs:Compress (Results 1 – 25 of 35) sorted by relevance

12

/freebsd/sys/contrib/zstd/examples/
H A DREADME.md5 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 DCompressInstEmitter.cpp121 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 Dqcom,q6asm.txt39 Usage: Required for Compress offload dais
47 Usage: Required for Compress offload dais
49 Definition: present for Compress offload dais
H A Dqcom,q6asm-dais.yaml56 Compress offload dai.
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h37 void write(raw_ostream &OS, bool Compress = true);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h37 bool Compress = false; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp40 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() argument
51 bool doCompression = Compress && compression::zlib::isAvailable() && in write()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZicfiss.td66 // Compress Instruction tablegen backend.
H A DRISCVScheduleV.td496 // 16.5. Vector Compress Instruction
725 // 16.5. Vector Compress Instruction
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOwnership.h152 template <class PtrTy, bool Compress = IsResultPtrLowBitFree<PtrTy>::value>
/freebsd/tools/tools/
H A DREADME29 hcomp Compress header files by removing comments and whitespace.
/freebsd/usr.bin/compress/doc/
H A DREADME1 Compress version 4.0 improvements over 3.0:
166 Subject: Re: Compress release 3.0 : sample Makefile
/freebsd/sys/contrib/zlib/
H A DREADME42 can be found at https://github.com/pmqs/IO-Compress .
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td35 HelpText<"Compress DWARF debug sections using specified format. Supported "
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
80 Compress.
116 Compress using `#` working threads (default: 1).
H A DREADME.md123 2. Compress with the dictionary: `zstd FILE -D dictionaryName`
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp885 Compress = CompressEnvVarOpt.value() == "1"; in OffloadBundlerConfig()
1232 if (BundlerConfig.Compress) { in BundleFiles()
/freebsd/sys/contrib/zstd/
H A DREADME.md116 2. Compress with dictionary
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc199 "Compress stack depot to save memory.")
/freebsd/contrib/file/magic/Magdir/
H A Darchive711 # 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 DREADME198 MANZ Compress manual pages at installation time.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in195 Compress or decompress encrypted data using zlib after encryption or before
/freebsd/sys/contrib/zlib/doc/
H A Drfc1952.txt122 * Compress specialized data (e.g., raster graphics) as well as
H A Drfc1951.txt127 * Compress specialized data (e.g., raster graphics) as well
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo16Instr.td576 // Compress Instruction tablegen backend.

12