Home
last modified time | relevance | path

Searched full:uncompressed (Results 1 – 25 of 437) sorted by relevance

12345678910>>...18

/freebsd-src/contrib/unbound/util/data/
H A Ddname.h81 * Compare query dnames (uncompressed storage). The Dnames passed do not
108 * The uncompressed wireformat length is returned.
162 * Count the number of labels in an uncompressed dname in memory.
163 * @param dname: pointer to uncompressed dname.
169 * Count labels and dname length both, for uncompressed dname in memory.
170 * @param dname: pointer to uncompressed dname.
179 * @param d1: first dname. pointer to uncompressed wireformat.
181 * @param d2: second dname. pointer to uncompressed wireformat.
211 * @param d1: domain name, uncompressed wireformat
213 * @param d2: domain name, uncompressed wireforma
[all...]
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h37 * - Decoder needs to be told the uncompressed size of the stream
41 * behaves as if the uncompressed size was unknown.
57 * support for LZMA_SYNC_FLUSH, uncompressed chunks (smaller expansion
221 * uncompressed data is kept in memory. One method to reduce size of
222 * the uncompressed data is to store distance-length pairs, which
290 * How many of the highest bits of the previous uncompressed
300 * this property in the uncompressed data.
320 * lp affects what kind of alignment in the uncompressed data is
330 * pb affects what kind of alignment in the uncompressed data is
418 * the uncompressed size somewhere outside the compressed stream.
[all …]
H A Dindex.h84 * \brief Uncompressed start offset of this Stream
100 * \brief Uncompressed size of this Stream
146 * \brief Uncompressed start offset of this Block
176 * \brief Uncompressed start offset of this Block
184 * \brief Uncompressed size of this Block
188 * validate the uncompressed size.
297 * skip Blocks whose Uncompressed Size is zero.
399 * \param uncompressed_size Uncompressed Size of a Block. This can be
411 * - LZMA_DATA_ERROR: Compressed or uncompressed size of the
569 * \brief Get the uncompressed size of the file
[all …]
H A Dcontainer.h88 * \brief Encoder only: Maximum uncompressed size of a Block
214 * and the whole uncompressed file in memory in addition to the memory
315 * uncompressed file is not many gigabytes.
342 * uncompressed data.
378 * uncompressed data.
517 * \param uncompressed_size Size in bytes of the uncompressed
533 * uncompressed data.
567 * 0x00. There is no end of payload marker and thus the uncompressed size
570 * the uncompressed size as the dictionary size when decoding.
592 * uncompressed siz
[all...]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c61 unsigned char *uncompressed; member
87 /* Block information is composed of uncompressed size(4 bytes),
88 * compressed size(4 bytes) and the checksum of uncompressed data(4 bytes)
120 * -Adler32 used for uncompressed data 4 bytes */
196 free(data->uncompressed); in archive_write_lzop_free()
271 if (data->uncompressed == NULL) { in archive_write_lzop_open()
273 data->uncompressed = (unsigned char *) in archive_write_lzop_open()
275 if (data->uncompressed == NULL) { in archive_write_lzop_open()
337 r = lzo1x_1_compress(data->uncompressed, usize, in drive_compressor()
342 r = lzo1x_1_15_compress(data->uncompressed, usize, in drive_compressor()
[all …]
/freebsd-src/contrib/unbound/sldns/
H A Dkeyraw.h43 * \param[in] key the key as uncompressed wireformat rdata.
63 * \param[in] key the uncompressed wireformat of the key.
72 * \param[in] key the uncompressed wireformat of the key.
100 * \param[in] key the uncompressed wireformat of the key.
109 * \param[in] key the uncompressed wireformat of the key.
118 * \param[in] key the uncompressed wireformat of the key.
127 * \param[in] key the uncompressed wireformat of the key.
/freebsd-src/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c22 vli_type uncompressed; member
60 /* Type of the integrity check calculated from uncompressed data */
81 * Value stored in the Uncompressed Size field, or
82 * VLI_UNKNOWN if Uncompressed Size is not present.
84 vli_type uncompressed; member
95 /* Observed uncompressed size of the current Block */
96 vli_type uncompressed; member
220 * the observed compressed and uncompressed sizes of the Block so that
245 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
252 || s->block.uncompressed in dec_block()
[all …]
H A Dxz_dec_lzma2.c56 * would read beyond the beginning of the uncompressed stream.
73 * read beyond the beginning of the uncompressed stream.
231 /* Uncompressed size of LZMA chunk (2 MiB at maximum) */
232 uint32_t uncompressed; member
235 * Compressed size of LZMA chunk or compressed/uncompressed
236 * size of uncompressed chunk (64 KiB at maximum)
242 * the first chunk (LZMA or uncompressed).
377 /* Copy uncompressed data as is from input to dictionary and output buffers. */
396 * uncompressed size of the file is larger than the caller in dict_uncompressed()
962 * decoding or copying of uncompressed chunks to other functions.
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h29 /// EC - When uncompressed, map each integer to a smaller member of its
37 /// uncompressed.
46 /// This requires an uncompressed map.
57 /// findLeader(a) == findLeader(b). This requires an uncompressed map.
63 /// This requires an uncompressed map.
81 /// uncompress - Change back to the uncompressed representation that allows
/freebsd-src/sys/net/
H A Dslcompress.c213 * uncompressed packet that tells the other side what in sl_compress_tcp()
225 goto uncompressed; in sl_compress_tcp()
249 * current datagram `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()
314 * retransmitted ack or window probe. Send it uncompressed in sl_compress_tcp()
327 * send packet uncompressed. in sl_compress_tcp()
329 goto uncompressed; in sl_compress_tcp()
[all...]
/freebsd-src/contrib/xz/src/xz/
H A Dxz.1370 No uncompressed output is produced,
624 The check is calculated from the uncompressed data and
748 This also means that the amount of uncompressed output
779 the size of the uncompressed file.
927 the given intervals of uncompressed data.
935 and a required size of uncompressed data.
958 The filter chain identifier can be used before the uncompressed
1338 When compressing, the uncompressed input goes to the first filter,
1487 uncompressed data is kept in memory.
1489 the uncompressed data, and replace them with references
[all …]
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp29 llvm::SmallVectorImpl<uint8_t> &Uncompressed) { in uncompress() argument
108 // Get size of uncompressed file to construct an in-memory buffer of the
119 llvm::SmallVectorImpl<uint8_t> &Uncompressed) {
125 Uncompressed.resize(*uncompressedSize);
133 Uncompressed.data(), &outpos, Uncompressed.size());
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_zstream_recompress.ksh30 # 5. Create an uncompressed send stream
52 log_must eval "zfs send $sendfs@snap >$BACKDIR/uncompressed"
53 log_must zstream recompress gzip-1 <$BACKDIR/uncompressed >$BACKDIR/compressed
54 typeset uncomp_size=$(wc -c $BACKDIR/uncompressed | awk '{print $1}')
H A Dsend-c_verify_ratio.ksh56 log_must eval "zfs send $sendfs@snap >$BACKDIR/uncompressed"
57 verify_stream_size $BACKDIR/uncompressed $sendfs
62 log_must rm $BACKDIR/uncompressed $BACKDIR/compressed
/freebsd-src/contrib/xz/src/liblzma/common/
H A Dblock_decoder.c27 /// Decoding options; we also write Compressed Size and Uncompressed
34 /// Uncompressed Size calculated while decoding
42 /// Maximum allowed Uncompressed Size.
48 /// Check of the uncompressed data
135 // Compressed and Uncompressed Sizes are now at their final in block_decode()
221 // except for Uncompressed Size and filters. Filters are validated in lzma_block_decoder_init()
256 // With Uncompressed Size this is simpler. If Block Header lacks in lzma_block_decoder_init()
258 // Uncompressed Size. in lzma_block_decoder_init()
H A Dblock_buffer_encoder.c20 /// a Block that uses LZMA2 uncompressed chunks. We could use
24 /// + Uncompressed Size + Filter Flags for LZMA2 + CRC32 + Check
57 // If the data doesn't compress, we always use uncompressed in lzma_block_buffer_bound64()
91 // Use LZMA2 uncompressed chunks. We wouldn't need a dictionary at in block_encode_uncompressed()
133 // Encode the data using LZMA2 uncompressed chunks. in block_encode_uncompressed()
138 // Control byte: Indicate uncompressed chunk, of which in block_encode_uncompressed()
143 // Size of the uncompressed chunk in block_encode_uncompressed()
181 // bigger than what uncompressed Block would be. in block_encode_normal()
281 // uncompressed chunks of LZMA2 to wrap the data into a valid in block_buffer_encode()
H A Dmicrolzma_decoder.c26 /// Uncompressed size of the stream as given by the application.
27 /// This may be less than the actual uncompressed size if
36 /// If true, the exact uncompressed size is known. If false,
37 /// uncomp_size may be smaller than the real uncompressed size;
38 /// uncomp_size may never be bigger than the real uncompressed size.
68 // When the exact uncompressed size isn't known, we must limit in microlzma_decode()
/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma2_encoder.c38 /// Uncompressed size of a chunk
82 // Uncompressed size in lzma2_header_lzma()
166 // Calculate how much more uncompressed data this chunk in lzma2_encode()
174 // could make the uncompressed size of the chunk too in lzma2_encode()
204 // as uncompressed chunk. This saves a few bytes of space in lzma2_encode()
239 // Copy the three-byte header to indicate uncompressed chunk. in lzma2_encode()
251 // Copy the uncompressed data as is from the dictionary in lzma2_encode()
346 // case we need to use uncompressed chunks. They are used when the in lzma2_encoder_init()
347 // compressed size of a chunk is not smaller than the uncompressed in lzma2_encoder_init()
H A Dlzma2_decoder.c36 /// Uncompressed size of LZMA chunk
39 /// Compressed size of the chunk (naturally equals to uncompressed
40 /// size of uncompressed chunk)
48 /// first chunk (LZMA or uncompressed).
86 // uncompressed size are taken from the control byte. in lzma2_decode()
116 // It's uncompressed chunk in lzma2_decode()
184 // We don't need to worry about uncompressed size since it in lzma2_decode()
/freebsd-src/sys/contrib/xz-embedded/linux/lib/
H A Ddecompress_unxz.c40 * of the first Block don't make the decompressor produce any uncompressed
57 * The maximum uncompressed size of the payload is 2 MiB. The minimum
58 * uncompressed size of the payload is in practice never less than the
59 * payload size itself. The LZMA2 format would allow uncompressed size
61 * files. LZMA2 supports storing incompressible data in uncompressed form,
62 * so there's never a need to create payloads whose uncompressed size is
65 * The assumption, that the uncompressed size of the payload is never
75 * - 8 bytes per every 32 KiB of uncompressed size (one LZMA2 chunk header
171 * (LZMA2 stores incompressible chunks in uncompressed form). Thus, the
/freebsd-src/share/man/man4/
H A Dng_vjc.457 hook represents the uncompressed side of the node, while the
66 Packets received on the other three hooks will be uncompressed as appropriate.
106 Upstream (uncompressed) IP packets.
110 Downstream uncompressed TCP packets.
112 Downstream uncompressed IP packets.
/freebsd-src/usr.sbin/ppp/
H A Dslcompress.c224 * Didn't find it -- re-use oldest cstate. Send an uncompressed packet in sl_compress_tcp()
237 goto uncompressed; in sl_compress_tcp()
261 * datagram, we send the current datagram `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()
329 * uncompressed in case the other side missed the compressed version. in sl_compress_tcp()
342 * uncompressed. in sl_compress_tcp()
344 goto uncompressed; in sl_compress_tcp()
[all...]
/freebsd-src/contrib/file/magic/Magdir/
H A Dplaydate19 >12 belong&0x80 0x00 (uncompressed)
29 >12 belong&0x80 0x00 (uncompressed)
36 >12 belong&0x80 0x00 (uncompressed)
/freebsd-src/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-src/usr.bin/top/
H A Dtop.1448 15G Compressed, 27G Uncompressed, 1.75:1 Ratio, 174M Overhead
452 .Bl -tag -width "Uncompressed" -compact
469 .Bl -tag -width "Uncompressed" -compact
484 .It Em Uncompressed
490 .Bl -tag -width "Uncompressed" -compact
503 .Bl -tag -width "Uncompressed"

12345678910>>...18