Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp127 enum EmitterType { Compress, Uncompress, CheckCompress }; enumerator
135 void evaluateCompressPat(const Record *Compress);
614 if (EType == EmitterType::Compress || EType == EmitterType::CheckCompress) in emitCompressInstEmitter()
631 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
641 if (EType == EmitterType::Compress) { in emitCompressInstEmitter()
657 if (EType == EmitterType::Compress) in emitCompressInstEmitter()
674 EType == EmitterType::Compress || EType == EmitterType::CheckCompress; in emitCompressInstEmitter()
676 EType == EmitterType::Compress || EType == EmitterType::Uncompress; in emitCompressInstEmitter()
680 (EType == EmitterType::Compress ? "Compress" : "Uncompress")) in emitCompressInstEmitter()
937 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
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingWriter.h38 LLVM_ABI void write(raw_ostream &OS, bool Compress = true);
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md123 2. Compress with the dictionary: `zstd FILE -D dictionaryName`
149 Compress or decompress the INPUT file(s); reads from STDIN if INPUT is `-` or not provided.
208 --rsyncable Compress using a rsync-friendly method (`-B` sets block size).
222 --format=zstd Compress files to the `.zst` format. [Default]
224 --format=gzip Compress files to the `.gz` format.
225 --format=xz Compress files to the `.xz` format.
226 --format=lzma Compress files to the `.lzma` format.
227 --format=lz4 Compress files to the `.lz4` format.
H A Dzstd.1.md1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files
83 Compress.
125 Compress using `#` working threads (default: 1).
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingWriter.cpp39 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() argument
50 bool doCompression = Compress && compression::zlib::isAvailable() && in write()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOffloadBundler.h38 bool Compress = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoZclsd.td86 // Compress Instruction tablegen backend.
H A DRISCVInstrInfoXwch.td161 // Compress Instruction tablegen backend.
H A DRISCVScheduleV.td530 // 16.5. Vector Compress Instruction
761 // 16.5. Vector Compress Instruction
H A DRISCVSchedSiFiveP800.td737 // Simple Gather and Compress
756 // Complex Gather and Compress
H A DRISCVSchedSiFiveP400.td794 // Simple Gather and Compress
813 // Complex Gather and Compress
H A DRISCVSchedSiFiveP600.td1020 // Simple Gather and Compress
1039 // Complex Gather and Compress
/freebsd/tools/tools/
H A DREADME29 hcomp Compress header files by removing comments and whitespace.
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td37 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 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/clang/lib/Driver/
H A DOffloadBundler.cpp967 Compress = CompressEnvVarOpt.value() == "1"; in OffloadBundlerConfig()
1510 if (BundlerConfig.Compress) { in BundleFiles()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc199 "Compress stack depot to save memory.")
/freebsd/sys/contrib/zstd/
H A DREADME.md112 2. Compress with dictionary
/freebsd/contrib/file/magic/Magdir/
H A Darchive844 # MS Compress
851 >0 string KWAJ MS Compress archive data, KWAJ variant
944 >0 string SZDD MS Compress archive data, SZDD variant
970 # MS Compress archive data
975 >0 string SZ\x20 MS Compress archive data, QBasic variant
1246 # Logitech Compress
1247 0 string \xda\xfa Logitech Compress archive data
/freebsd/contrib/bmake/mk/
H A DREADME198 MANZ Compress manual pages at installation time.
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td71 Eq<"compress-debug-sections", "Compress DWARF debug sections">,
75 "Compress output sections that match the glob and do not have the SHF_ALLOC flag. "
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-enc.pod.in217 Compress or decompress encrypted data using zlib after encryption or before
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo16Instr.td576 // Compress Instruction tablegen backend.

12