Home
last modified time | relevance | path

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

1234

/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/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h186 * 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 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/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp36 // Update pointers while searching for the leaders, compressing the paths in join()
/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/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.
345 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()
H A Dstreaming_compression_thread_pool.c73 * 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
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c376 /* 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 Dminigzip.c305 /* 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()

1234