Home
last modified time | relevance | path

Searched full:compressing (Results 1 – 25 of 92) sorted by relevance

1234

/freebsd/contrib/xz/src/xz/
H A Dxz.1102 When compressing, the suffix of the target file format
150 when compressing to the
156 when compressing to the
170 After successfully compressing or decompressing the
212 The settings used when compressing a file determine
263 If the limit is exceeded when compressing,
439 delete it before compressing or decompressing.
523 When compressing, use
548 When compressing or decompressing raw streams
583 When compressing,
[all …]
H A Dargs.c843 // When compressing, if no --format flag was used, or it in args_parse()
848 // Set opt_block_list to NULL if we are not compressing to the .xz in args_parse()
854 "compressing to the .xz format")); in args_parse()
860 // then only stdout mode can be used when compressing or in args_parse()
882 // their memory usage) when compressing to any file format. It has to in args_parse()
/freebsd/usr.bin/compress/tests/
H A Dcompress_test.sh104 "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 DspewG.c6 bzip2 when compressing the resulting file; this saves a bit of
7 time. Note: *don't* bother with --exponential when compressing
H A Dbzip2.1246 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 DCHANGES74 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 DREADME.md99 - `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 Dcms_comp.c56 fprintf(stderr, "Error Compressing Data\n"); in main()
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos-mic.txt5 solves this problem by compressing the frame data by 1/2 before it is
/freebsd/sys/contrib/device-tree/Bindings/display/samsung/
H A Dsamsung,exynos5433-mic.yaml18 solves this problem by compressing the frame data by 1/2 before it is
/freebsd/sys/contrib/device-tree/Bindings/display/mediatek/
H A Dmediatek,dsc.yaml15 compressing and decompressing image display streams, including
/freebsd/contrib/xz/
H A DTODO68 so great when compressing binary packages that contain various file
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_manual.html150 <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/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h187 * When compressing many times,
269 * Note: When compressing with a ZSTD_CDict these parameters are superseded
288 * and typically compressing more.
473 * - The session : will stop compressing current frame, and make CCtx ready to start a new one.
610 * when compressing with multiple threads. The call won't block if it can
622 * note: ZSTD_e_flush will flush as much output as possible, meaning when compressing with multiple…
634 * note: ZSTD_e_end will flush as much output as possible, meaning when compressing with multiple t…
817 * When compressing multiple messages or blocks using the same dictionary,
942 * Compressing with a prefix is similar in outcome as performing a diff and compressing it,
1825 unsigned nbActiveWorkers; /* MT only : nb of workers actively compressing at probe time */
[all …]
/freebsd/usr.bin/compress/doc/
H A DREADME92 number of bits is specified. This saves much time when compressing
239 >>prematurely. This saves a lot on the execution time when compressing.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp36 // Update pointers while searching for the leaders, compressing the paths in join()
/freebsd/sys/contrib/zlib/
H A Dgzwrite.c23 /* 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 Dzstd.h193 * 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 Dzdict.h49 * 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 Dgzwrite.c35 /* 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 Drelease.7247 should use when compressing images.
349 Note that compressing virtual machine disk images may take a very long
/freebsd/share/man/man4/
H A Dng_vjc.4204 .%T "Compressing TCP/IP Headers"
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_compression.c57 * since it knows it is compressing the entire source in one pass. in compressFile_orDie()
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt44 for compressing the kernel image.
/freebsd/sys/contrib/zstd/
H A DCHANGELOG22 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

1234