| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_stream.c | 22 vli_type uncompressed; member 83 vli_type uncompressed; member 95 vli_type uncompressed; member 251 || s->block.uncompressed in dec_block() 252 > s->block_header.uncompressed) in dec_block() 271 && s->block_header.uncompressed in dec_block() 272 != s->block.uncompressed) in dec_block() 287 s->block.hash.uncompressed += s->block.uncompressed; in dec_block() 346 s->index.hash.uncompressed += s->vli; in dec_index() 513 s->block_header.uncompressed = s->vli; in dec_block_header() [all …]
|
| H A D | xz_dec_lzma2.c | 232 uint32_t uncompressed; member 984 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run() 1017 s->lzma2.uncompressed in xz_dec_lzma2_run() 1023 s->lzma2.uncompressed in xz_dec_lzma2_run() 1068 s->lzma2.uncompressed)); in xz_dec_lzma2_run() 1072 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run() 1074 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_verify_ratio.ksh | 57 verify_stream_size $BACKDIR/uncompressed $sendfs 62 log_must rm $BACKDIR/uncompressed $BACKDIR/compressed
|
| /f-stack/freebsd/net/ |
| H A D | slcompress.c | 228 goto uncompressed; in sl_compress_tcp() 269 goto uncompressed; in sl_compress_tcp() 286 goto uncompressed; in sl_compress_tcp() 297 goto uncompressed; in sl_compress_tcp() 305 goto uncompressed; in sl_compress_tcp() 332 goto uncompressed; in sl_compress_tcp() 401 uncompressed: in sl_compress_tcp()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/ |
| H A D | ite,it6505.yaml | 16 and ensures robust transmission of high-quality uncompressed video 17 content, along with uncompressed and compressed digital audio content.
|
| /f-stack/freebsd/contrib/xz-embedded/linux/Documentation/ |
| H A D | xz.txt | 50 uncompressed size of the file, which is needed by the boot code. 64 which will verify the integrity of the uncompressed data anyway. 68 disable it) for the actual uncompressed data. 85 be at least as big as the uncompressed data itself.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/exynos/ |
| H A D | exynos-mic.txt | 6 transferred through mipi dsi. The compressed frame data must be uncompressed in
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dsl_dir.h | 174 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx);
|
| /f-stack/dpdk/doc/guides/compressdevs/ |
| H A D | isal.rst | 61 Compressdev level 0 enables "No Compression", which passes the uncompressed
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 1515 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx) in dsl_dir_diduse_space() argument 1540 ASSERT(uncompressed >= 0 || in dsl_dir_diduse_space() 1541 dsl_dir_phys(dd)->dd_uncompressed_bytes >= -uncompressed); in dsl_dir_diduse_space() 1543 dsl_dir_phys(dd)->dd_uncompressed_bytes += uncompressed; in dsl_dir_diduse_space() 1565 accounted_delta, compressed, uncompressed, tx); in dsl_dir_diduse_space()
|
| H A D | dsl_bookmark.c | 1321 uint64_t referenced, compressed, uncompressed; in dsl_bookmark_ds_destroyed() local 1324 &referenced, &compressed, &uncompressed); in dsl_bookmark_ds_destroyed() 1330 uncompressed; in dsl_bookmark_ds_destroyed()
|
| H A D | dsl_dataset.c | 134 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_born() local 148 used, compressed, uncompressed); in dsl_dataset_block_born() 158 dsl_dataset_phys(ds)->ds_uncompressed_bytes += uncompressed; in dsl_dataset_block_born() 196 compressed, uncompressed, tx); in dsl_dataset_block_born() 250 int uncompressed = BP_GET_UCSIZE(bp); in dsl_dataset_block_kill() local 261 -used, -compressed, -uncompressed); in dsl_dataset_block_kill() 295 delta, -compressed, -uncompressed, tx); in dsl_dataset_block_kill() 337 ASSERT3U(dsl_dataset_phys(ds)->ds_uncompressed_bytes, >=, uncompressed); in dsl_dataset_block_kill() 338 dsl_dataset_phys(ds)->ds_uncompressed_bytes -= uncompressed; in dsl_dataset_block_kill()
|
| H A D | dmu_send.c | 2925 dmu_adjust_send_estimate_for_indirects(dsl_dataset_t *ds, uint64_t uncompressed, in dmu_adjust_send_estimate_for_indirects() argument 2953 record_count = uncompressed / recordsize; in dmu_adjust_send_estimate_for_indirects() 2960 size = stream_compressed ? compressed : uncompressed; in dmu_adjust_send_estimate_for_indirects()
|
| /f-stack/dpdk/doc/guides/linux_gsg/ |
| H A D | build_dpdk.rst | 12 First, uncompress the archive and move to the uncompressed DPDK source directory:
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 421 uncompressed data computed according to CRC-32 algorithm 428 This contains the size of the original (uncompressed) input
|
| H A D | rfc1950.txt | 319 This contains a checksum value of the uncompressed data
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 301 This is the original (uncompressed) size. This information is optional. 359 - `Raw_Block` - this is an uncompressed block. 437 Literals can be stored uncompressed or compressed using Huffman prefix codes. 468 - `Raw_Literals_Block` - Literals are stored uncompressed.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 2444 char used[32], compressed[32], uncompressed[32], unique[32]; in dump_dsl_dataset() local 2450 CTASSERT(sizeof (uncompressed) >= NN_NUMBUF_SZ); in dump_dsl_dataset() 2460 zdb_nicenum(ds->ds_uncompressed_bytes, uncompressed, in dump_dsl_dataset() 2461 sizeof (uncompressed)); in dump_dsl_dataset() 2486 (void) printf("\t\tuncompressed_bytes = %s\n", uncompressed); in dump_dsl_dataset()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | zstd.1.md | 172 add integrity check computed from uncompressed data (default: enabled)
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CHANGELOG | 479 fixed : multi-blocks decoding with intermediate uncompressed blocks, reported by Greg Slazinski
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | ChangeLog | 372 - Fix big fat stinking bug in gzseek() on uncompressed files 1447 - let again gzread copy uncompressed data unchanged (was working in 0.71)
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 5020 "Vary: Accept-Encoding" header line for uncompressed responses too. 5732 *) Bugfix: a part of response body might be passed uncompressed if gzip
|