Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c61 unsigned char *uncompressed; member
196 free(data->uncompressed); in archive_write_lzop_free()
274 if (data->uncompressed == NULL) { in archive_write_lzop_open()
276 data->uncompressed = (unsigned char *) in archive_write_lzop_open()
278 if (data->uncompressed == NULL) { in archive_write_lzop_open()
340 r = lzo1x_1_compress(data->uncompressed, usize, in drive_compressor()
345 r = lzo1x_1_15_compress(data->uncompressed, usize, in drive_compressor()
350 r = lzo1x_999_compress_level(data->uncompressed, usize, in drive_compressor()
364 checksum = lzo_adler32(1, data->uncompressed, usize); in drive_compressor()
382 r = __archive_write_filter(f->next_filter, data->uncompressed, in drive_compressor()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/
H A Dzstream_recompress_004_pos.ksh40 typeset uncompressed="$BACKDIR/recompress-off.out"
48 log_must eval "zstream recompress off < '$orig' > '$uncompressed'"
52 typeset uncomp_size=$(wc -c < "$uncompressed")
58 recv_and_hash "$BACKDIR/hash-off.txt" "$uncompressed" cleanup
H A Dzstream_recompress_001_pos.ksh53 log_must zstream recompress gzip-1 <$BACKDIR/uncompressed >$BACKDIR/compressed
54 typeset uncomp_size=$(wc -c $BACKDIR/uncompressed | awk '{print $1}')
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c22 vli_type uncompressed; member
84 vli_type uncompressed; member
96 vli_type uncompressed; member
245 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
252 || s->block.uncompressed in dec_block()
253 > s->block_header.uncompressed) in dec_block()
271 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
272 && s->block_header.uncompressed in dec_block()
273 != s->block.uncompressed) in dec_block()
288 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
H A Dxz_dec_lzma2.c232 uint32_t uncompressed; member
1017 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1050 s->lzma2.uncompressed in xz_dec_lzma2_run()
1056 s->lzma2.uncompressed in xz_dec_lzma2_run()
1105 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1109 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1111 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
1267 s->lzma2.uncompressed)); in xz_dec_microlzma_run()
1272 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_microlzma_run()
1274 if (s->lzma2.uncompressed == 0) { in xz_dec_microlzma_run()
[all …]
/freebsd/sys/net/
H A Dslcompress.c225 goto uncompressed; in sl_compress_tcp()
266 goto uncompressed; in sl_compress_tcp()
283 goto uncompressed; in sl_compress_tcp()
294 goto uncompressed; in sl_compress_tcp()
302 goto uncompressed; in sl_compress_tcp()
329 goto uncompressed; in sl_compress_tcp()
398 uncompressed: in sl_compress_tcp()
/freebsd/usr.sbin/ppp/
H A Dslcompress.c237 goto uncompressed; in sl_compress_tcp()
278 goto uncompressed; in sl_compress_tcp()
297 goto uncompressed; in sl_compress_tcp()
307 goto uncompressed; in sl_compress_tcp()
315 goto uncompressed; in sl_compress_tcp()
344 goto uncompressed; in sl_compress_tcp()
419 uncompressed: in sl_compress_tcp()
/freebsd/contrib/file/magic/Magdir/
H A Dplaydate19 >12 belong&0x80 0x00 (uncompressed)
29 >12 belong&0x80 0x00 (uncompressed)
36 >12 belong&0x80 0x00 (uncompressed)
H A Dvirtutech9 >20 belong 0 uncompressed
H A Dmercurial11 >4 string UN (uncompressed)
H A Dfusecompress12 >4 long x uncompressed size: %d
H A Dllvm8 0 string llvm LLVM byte-codes, uncompressed
H A Dzip22 # uncompressed size of 1st entry; FFffFFff means real value stored in ZIP64 record
23 >>24 ulelong !0xFFffFFff \b, uncompressed size %u
H A Dpalm38 >(78.L) beshort =1 \b, uncompressed
41 >>(78.L+4) belong x \b, %d bytes uncompressed
H A Drevision31 >4 string UN uncompressed
H A Dsereal21 >4 byte&0xF0 0x00 uncompressed)
H A Dcompress64 # size of the original (uncompressed) input data modulo 2^32
96 # size of the original (uncompressed) input data modulo 2^32
127 # size of the original (uncompressed) input data modulo 2^32
421 0 string bvx1 lzfse compressed, uncompressed tables
458 >8 ulelong x \b, uncompressed size %u
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_verify_ratio.ksh58 verify_stream_size $BACKDIR/uncompressed $sendfs
63 log_must rm $BACKDIR/uncompressed $BACKDIR/compressed
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c1538 int64_t compressed, int64_t uncompressed, int64_t tonew,
1557 int64_t used, int64_t compressed, int64_t uncompressed, in dsl_dir_diduse_space_impl() argument
1581 ASSERT(uncompressed >= 0 || in dsl_dir_diduse_space_impl()
1582 ddp->dd_uncompressed_bytes >= -uncompressed); in dsl_dir_diduse_space_impl()
1584 ddp->dd_uncompressed_bytes += uncompressed; in dsl_dir_diduse_space_impl()
1605 accounted_delta, compressed, uncompressed, in dsl_dir_diduse_space_impl()
1612 int64_t compressed, int64_t uncompressed, dmu_tx_t *tx) in dsl_dir_diduse_space() argument
1614 dsl_dir_diduse_space_impl(dd, type, used, compressed, uncompressed, in dsl_dir_diduse_space()
1644 int64_t compressed, int64_t uncompressed, int64_t tonew, in dsl_dir_diduse_transfer_space_impl() argument
1660 ASSERT(uncompressed >= 0 || in dsl_dir_diduse_transfer_space_impl()
[all …]
/freebsd/tools/build/options/
H A DWITHOUT_DOCCOMPRESS2 Only the uncompressed version will be installed.
H A DWITHOUT_MANCOMPRESS2 Only the uncompressed versions will be installed.
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt50 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.
/freebsd/contrib/xz/src/xz/
H A Dsuffix.c122 const char *uncompressed; in uncompressed_name() member
144 new_suffix = suffixes[i].uncompressed; in uncompressed_name()
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_dir.h176 int64_t used, int64_t compressed, int64_t uncompressed, dmu_tx_t *tx);
180 int64_t compressed, int64_t uncompressed, int64_t tonew,
/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c175 static uint8_t *uncompressed; variable
678 (void) memmove(uncompressed + index, ptr, size); in write_glyph_buf()
817 uncompressed = xmalloc(uncompressed_size); in write_fnt_source()
837 compressed_size = lz4_compress(uncompressed, compressed, in write_fnt_source()
841 free(uncompressed); in write_fnt_source()

1234