| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_filter_bzip2.c | 220 size_t decompressed; in bzip2_filter_read() local 241 decompressed = state->stream.next_out in bzip2_filter_read() 243 return (decompressed); in bzip2_filter_read() 296 decompressed = state->stream.next_out in bzip2_filter_read() 298 return (decompressed); in bzip2_filter_read() 323 decompressed = state->stream.next_out in bzip2_filter_read() 325 return (decompressed); in bzip2_filter_read()
|
| H A D | archive_read_support_filter_zstd.c | 210 size_t decompressed; in zstd_filter_read() local 271 decompressed = out.pos; in zstd_filter_read() 272 state->total_out += decompressed; in zstd_filter_read() 273 if (decompressed == 0) in zstd_filter_read() 277 return (decompressed); in zstd_filter_read()
|
| H A D | archive_read_support_filter_xz.c | 655 size_t decompressed; in xz_filter_read() local 705 decompressed = state->stream.next_out - state->out_block; in xz_filter_read() 706 state->total_out += decompressed; in xz_filter_read() 707 state->member_out += decompressed; in xz_filter_read() 708 if (decompressed == 0) in xz_filter_read() 714 decompressed, state->crc32); in xz_filter_read() 722 return (decompressed); in xz_filter_read()
|
| H A D | archive_read_support_filter_gzip.c | 428 size_t decompressed; in gzip_filter_read() local 497 decompressed = state->stream.next_out - state->out_block; in gzip_filter_read() 498 state->total_out += decompressed; in gzip_filter_read() 499 if (decompressed == 0) in gzip_filter_read() 503 return (decompressed); in gzip_filter_read()
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | Kconfig | 53 a character special file. It calculates CRC32 of the decompressed
|
| /freebsd-13.1/contrib/bzip2/ |
| H A D | README | 93 decompressed to reproduce the original, is obviously of paramount 98 decompressed data is the same as the original. 121 compressed file can be decompressed to reproduce the original.
|
| /freebsd-13.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | README.md | 34 and so it must know the decompressed size in advance.
|
| /freebsd-13.1/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 78 However, each block can be decompressed without waiting for its successor, 98 Each frame is independent and can be decompressed independently of other frames. 100 each frame decompressed content. 171 specifying if `Frame_Content_Size` (the decompressed data size) 369 The decompressed size is not known, 396 This maximum is applicable to both the decompressed size 489 and `Regenerated_Size` (the decompressed size). 571 enough information to know the decompressed and compressed sizes 573 The decompressed size of _each_ stream is equal to `(Regenerated_Size+3)/4`, 575 to reach a total decompressed size as specified in `Regenerated_Size`. [all …]
|
| /freebsd-13.1/sys/contrib/xz-embedded/ |
| H A D | README | 113 If the .xz file being decompressed uses an integrity check type that 115 file cannot be decompressed. For multi-call mode, this can be modified
|
| /freebsd-13.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 41 During decompression zlib and zstd streams are automatically detected and decompressed using a prop… 109 The input data was decompressed git repository downloaded from https://github.com/git/git/archive/m…
|
| /freebsd-13.1/contrib/xz/ |
| H A D | README | 41 decompressed very many times (usually on different computers), which 61 that were created in threaded mode can be decompressed in threaded
|
| H A D | ChangeLog | 878 file being decompressed had long enough run of zero bytes, 4265 data is simultanously decompressed by another process
|
| /freebsd-13.1/sys/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 33 .xz files from userspace. The decompressed output is thrown away.
|
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | zstd.1.md | 89 decompressed data is discarded instead of being written to standard output. 421 …s compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so when files ar…
|
| /freebsd-13.1/usr.bin/compress/doc/ |
| H A D | README | 61 a version of compress on a smaller machine cannot be decompressed! Use the
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 164 api: Add ZSTD_decompressBound() to provide an upper bound on decompressed size by @shakeelrao 519 API : ZSTD_getFrameParams() provides size of decompressed content
|
| /freebsd-13.1/sys/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 584 the decompressed output.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrFormats.td | 121 // Class specifying the vector form of the decompressed
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | archive | 600 # 4 bytes: decompressed length of file
|