/freebsd/usr.bin/compress/tests/ |
H A D | compress_test.sh | 104 "Test compressing and uncompressing some data, using stdio" 117 "Test compressing and uncompressing some data, using -c" 130 "Test compressing and uncompressing some data, passing one filename" 146 "Test compressing and uncompressing some data, passing two filenames" 167 "Test compressing and uncompressing some data, passing two filenames to uncompress -c"
|
/freebsd/contrib/bzip2/ |
H A D | spewG.c | 6 bzip2 when compressing the resulting file; this saves a bit of 7 time. Note: *don't* bother with --exponential when compressing
|
H A D | bzip2.1 | 246 Set the block size to 100 k, 200 k .. 900 k when compressing. Has no 311 since the file is smaller than a block. For example, compressing a file 375 you might consider compressing with a smaller 393 that performance, both for compressing and decompressing, is largely
|
H A D | CHANGES | 74 when compressing/decompressing to stdout, don't catch control-C 257 * do not print senseless report with -v when compressing an empty
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 99 - `gzip` : if zlib support is enabled, will mimic `gzip` by compressing file using `.gz` format, re… 100 - `xz` : if lzma support is enabled, will mimic `xz` by compressing file using `.xz` format, removi… 101 - `lzma` : if lzma support is enabled, will mimic `lzma` by compressing file using `.lzma` format, … 102 - `lz4` : if lz4 support is enabled, will mimic `lz4` by compressing file using `.lz4` format. If l… 272 On the other extreme, compressing a file with few long distance matches (such as
|
/freebsd/crypto/openssl/demos/cms/ |
H A D | cms_comp.c | 56 fprintf(stderr, "Error Compressing Data\n"); in main()
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos-mic.txt | 5 solves this problem by compressing the frame data by 1/2 before it is
|
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/ |
H A D | samsung,exynos5433-mic.yaml | 18 solves this problem by compressing the frame data by 1/2 before it is
|
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/ |
H A D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/ |
H A D | zstd.h | 186 * When compressing many times, 268 * Note: When compressing with a ZSTD_CDict these parameters are superseded 287 * and typically compressing more. 472 * - The session : will stop compressing current frame, and make CCtx ready to start a new one. 609 * when compressing with multiple threads. The call won't block if it can 621 * note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple… 633 * note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple t… 816 * When compressing multiple messages or blocks using the same dictionary, 941 * Compressing with a prefix is similar in outcome as performing a diff and compressing it, 1824 unsigned nbActiveWorkers; /* MT only : nb of workers actively compressing at probe time */ [all …]
|
/freebsd/sys/contrib/zstd/doc/ |
H A D | zstd_manual.html | 150 <h3>Compression context</h3><pre> When compressing many times, 212 * Note: When compressing with a ZSTD_CDict these parameters are superseded 231 * and typically compressing more. 436 - The session : will stop compressing current frame, and make CCtx ready to start a new one. 559 when compressing with multiple threads. The call won't block if it can 571 …note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple t… 583 …note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple thr… 726 </b><p> When compressing multiple messages or blocks using the same dictionary, 849 Compressing with a prefix is similar in outcome as performing a diff and compressing it, 1689 …unsigned nbActiveWorkers; </b>/* MT only : nb of workers actively compressing at probe time *… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | IntEqClasses.cpp | 36 // Update pointers while searching for the leaders, compressing the paths in join()
|
/freebsd/usr.bin/compress/doc/ |
H A D | README | 92 number of bits is specified. This saves much time when compressing 239 >>prematurely. This saves a lot on the execution time when compressing.
|
/freebsd/sys/contrib/zlib/ |
H A D | gzwrite.c | 23 /* only need output buffer and deflate state if compressing */ in gz_init() 51 /* initialize write buffer if compressing */ in gz_init() 65 to the output file without compressing, and ignore flush. */
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | zstd.h | 193 * When compressing many times, 274 * Note: When compressing with a ZSTD_CDict these parameters are superseded 293 * and typically compressing more. 498 * - The session : will stop compressing current frame, and make CCtx ready to start a new one. 639 * when compressing with multiple threads. The call won't block if it can 651 * note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple… 663 * note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple t… 847 * When compressing multiple messages or blocks using the same dictionary, 980 * Compressing with a prefix is similar in outcome as performing a diff and compressing it, 1791 * would be stored in a CCtx after compressing the contents of a dictionary. [all …]
|
H A D | zdict.h | 49 * repetition in a single sample, since it is small. But, if you are compressing 58 * Dictionaries are useful when compressing many small files that are similar. 142 * effectiveness drops as the data you are compressing changes. Generally, we do
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzwrite.c | 35 /* only need output buffer and deflate state if compressing */ 63 /* initialize write buffer if compressing */ 77 to the output file without compressing, and ignore flush. */
|
/freebsd/share/man/man7/ |
H A D | release.7 | 247 should use when compressing images. 345 Note that compressing virtual machine disk images may take a very long
|
/freebsd/share/man/man4/ |
H A D | ng_vjc.4 | 204 .%T "Compressing TCP/IP Headers"
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | streaming_compression.c | 57 * since it knows it is compressing the entire source in one pass. in compressFile_orDie()
|
H A D | streaming_compression_thread_pool.c | 73 * since it knows it is compressing the entire source in one pass. in compressFile_orDie()
|
/freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 44 for compressing the kernel image.
|
/freebsd/sys/contrib/zstd/ |
H A D | CHANGELOG | 22 cli : report advanced parameters information when compressing in very verbose mode (``-vv`), by @Sv… 140 cli : Warn when (de)compressing multiple files into a single output, by @senhuang42 (#2279) 141 cli : Improved progress bar and status summary when (de)compressing multiple files, by @senhuang42 … 196 perf: Fix compression ratio when compressing large files with small dictionary, by @senhuang42
|
/freebsd/sys/contrib/zstd/zlibWrapper/examples/ |
H A D | minigzip.c | 376 /* Try first compressing with mmap. If mmap fails (minigzip used in a 397 /* Try compressing the input file at once using mmap. Return Z_OK if
|
/freebsd/sys/contrib/zlib/test/ |
H A D | minigzip.c | 305 /* Try compressing the input file at once using mmap. Return Z_OK if 347 /* Try first compressing with mmap. If mmap fails (minigzip used in a in gz_compress()
|