| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 74 mountpoint none compression lz4 75 compression on compression off 76 compression lzjb acltype off 88 compression gzip compression gzip-$((RANDOM%9 + 1)) 89 compression zstd compression zstd-$((RANDOM%9 + 1)) 90 compression zstd-fast copies $((RANDOM%3 + 1)) 91 compression zstd-fast-$((RANDOM%9 + 1)) xattr sa 103 compression on compression off 104 compression lzjb aclmode discard 116 compression gzip compression gzip-$((RANDOM%9 + 1)) [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_COMP_add_compression_method.pod | 7 - handle SSL/TLS integrated compression methods 26 SSL_COMP_add_compression_method() adds the compression method B<cm> with 27 the identifier B<id> to the list of available compression methods. This 32 compression methods or NULL on error. 34 SSL_COMP_get0_name() returns the name of the compression method B<comp>. 36 SSL_COMP_get_id() returns the id of the compression method B<comp>. 39 maintain the internal table of compression methods. 43 The TLS standard (or SSLv3) allows the integration of compression methods 44 into the communication. The TLS RFC does however not specify compression 46 way to integrate compression with unknown peers. It is therefore currently not [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Compression.cpp | 28 using namespace llvm::compression; 30 const char *compression::getReasonIfUnsupported(compression::Format F) { in getReasonIfUnsupported() 32 case compression::Format::Zlib: in getReasonIfUnsupported() 37 case compression::Format::Zstd: in getReasonIfUnsupported() 46 void compression::compress(Params P, ArrayRef<uint8_t> Input, in compress() 49 case compression::Format::Zlib: in compress() 52 case compression::Format::Zstd: in compress() 58 Error compression::decompress(DebugCompressionType T, ArrayRef<uint8_t> Input, in decompress() 61 case compression::Format::Zlib: in decompress() 63 case compression::Format::Zstd: in decompress() [all …]
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | zstd.1.md | 18 `zstd` is a fast lossless compression algorithm and data compression tool, 21 `zstd` offers highly configurable compression speed, 23 to strong modes with excellent compression ratios. 25 which remains roughly stable at all compression settings. 95 Benchmark file(s) using compression level _#_. 109 selects `#` compression level \[1-19\] (default: 3). 110 …Higher compression levels *generally* produce higher compression ratio at the expense of speed and… 111 A rough rule of thumb is that compression speed is expected to be divided by 2 every 2 levels. 115 unlocks high compression levels 20+ (maximum 22), using a lot more memory. 118 switch to ultra-fast compression levels. [all …]
|
| H A D | README.md | 72 - __ZSTD_NOCOMPRESS__ : `zstd` cli will be compiled without support for compression. 111 which can be loaded before compression and decompression. 113 Using a dictionary, the compression ratio achievable on small data improves dramatically. 114 These compression gains are achieved while simultaneously providing faster compression and decompre… 117 Dictionary gains are mostly effective in the first few KB. Then, the compression algorithm 128 CLI includes in-memory compression benchmark module for zstd. 135 The benchmark measures ratio, compressed size, compression and decompression speed. 136 One can select compression levels starting from `-b` and ending with `-e`. 140 such as number of threads (`-T#`), or advanced parameters (`--zstd=#`), or dictionary compression (… 141 and many others available on command for regular compression and decompression. [all …]
|
| /freebsd/contrib/libarchive/tar/ |
| H A D | bsdtar.c | 142 int compression, compression2; in main() local 161 compression = compression2 = '\0'; in main() 408 if (compression != '\0') in main() 411 compression); in main() 412 compression = opt; in main() 459 if (compression != '\0') in main() 462 compression); in main() 463 compression = opt; in main() 467 if (compression != '\0') in main() 470 compression); in main() [all …]
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/ |
| HD | leadtin-new.dump.bz2 | ... for object = 2 length = 3072 flags = 0 compression type = 0 compressed_size = 0 payload_size = 3072 salt ... |
| HD | leadtin-old.dump.bz2 | ... for object = 2 length = 3072 flags = 0 compression type = 0 compressed_size = 0 payload_size = 3072 salt ... |
| HD | belp-old.dump.bz2 | |
| HD | lelp-old.dump.bz2 | ... object = 1 type = 21 checksum type = 7 compression type = 0 flags = 0 offset = 0 logical_size ... |
| HD | beadtin-new.dump.bz2 | ... for object = 2 length = 3072 flags = 0 compression type = 0 compressed_size = 0 payload_size = 3072 salt ... |
| HD | beadtix-old.dump.bz2 | |
| HD | leadtix-old.dump.bz2 | ... for object = 2 length = 3072 flags = 0 compression type = 0 compressed_size = 0 payload_size = 3072 salt ... |
| HD | beadtin-old.dump.bz2 | |
| HD | beadtix-new.dump.bz2 | |
| HD | leadtix-new.dump.bz2 | ... for object = 2 length = 3072 flags = 0 compression type = 0 compressed_size = 0 payload_size = 3072 salt ... |
| HD | belp-new.dump.bz2 | |
| HD | lelp-new.dump.bz2 | |
| HD | beadtbn-old.dump.bz2 | ... object = 1 type = 21 checksum type = 7 compression type = 0 flags = 0 offset = 0 logical_size ... |
| HD | leadtbn-old.dump.bz2 | ... object = 1 type = 21 checksum type = 7 compression type = 0 flags = 0 offset = 0 logical_size ... |
| HD | leadtbx-old.dump.bz2 | |
| HD | beadtbx-old.dump.bz2 | |
| /freebsd/sys/modules/qat/qat_api/ |
| H A D | Makefile | 8 SRCS+= common/compression/dc_datapath.c 9 SRCS+= common/compression/dc_header_footer.c 10 SRCS+= common/compression/dc_session.c 11 SRCS+= common/compression/dc_stats.c 12 SRCS+= common/compression/dc_buffers.c 13 SRCS+= common/compression/dc_dp.c 14 SRCS+= common/compression/icp_sal_dc_err.c 15 SRCS+= common/compression/dc_chain.c 16 SRCS+= common/compression/dc_ns_datapath.c 17 SRCS+= common/compression/dc_ns_header_footer.c [all …]
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 2 fix: compression bug in 32-bit mode associated with long-lasting sessions 5 perf: substantial compression speed improvements (up to +30%) on small data, by @TocarIP (#4144) an… 6 perf: improved compression speed (~+5%) for dictionary compression at low levels (#4170) 7 perf: much faster speed for `--patch-from` at high compression levels (#4276) 8 perf: higher `--patch-from` compression ratios, notably at high levels (#4288) 10 perf: slight compression ratio improvement thanks to better block boundaries (#4136, #4176, #4178) 11 perf: slight compression ratio improvement for `dfast`, aka levels 3 and 4 (#4171) 31 perf: improved compression of arrays of integers at high compression, by @Cyan4973 65 fix: fix rare corruption bug affecting the high compression mode, reported by @danlark1 (#3517, @te… 66 perf: improve mid-level compression speed (#3529, #3533, #3543, @yoniko and #3552, @terrelln) [all …]
|
| /freebsd/tests/sys/cddl/zfs/tests/history/ |
| H A D | history_003_pos.ksh | 65 $ZFS set compression=off $TESTPOOL/$TESTFS 66 $ZFS set compression=on $TESTPOOL/$TESTFS 67 $ZFS set compression=off $TESTPOOL/$TESTFS 68 $ZFS set compression=on $TESTPOOL/$TESTFS 69 $ZFS set compression=off $TESTPOOL/$TESTFS
|