Home
last modified time | relevance | path

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

12345678910>>...16

/freebsd/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 wireformat
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_lzop.c61 unsigned char *uncompressed;
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, usiz in drive_compressor()
62 unsigned char *uncompressed; global() member
[all...]
/freebsd/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/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/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/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/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 …]
H A Dppp_defs.h62 #define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */
115 unsigned int vjs_uncompressedin; /* inbound uncompressed packets */
127 unsigned int unc_bytes; /* total uncompressed bytes */
128 unsigned int unc_packets; /* total uncompressed packets */
/freebsd/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/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/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/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/usr.bin/top/
H A Dtop.1449 15G Compressed, 27G Uncompressed, 1.75:1 Ratio, 174M Overhead
453 .Bl -tag -width "Uncompressed" -compact
470 .Bl -tag -width "Uncompressed" -compact
485 .It Em Uncompressed
491 .Bl -tag -width "Uncompressed" -compact
504 .Bl -tag -width "Uncompressed"
/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)
/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/ldns/ldns/
H A Ddnssec_verify.h732 * \param[in] sig the signature data, wireformat uncompressed
783 * \param[in] sig raw uncompressed wireformat signature data
786 * \param[in] key raw uncompressed wireformat key data
797 * \param[in] sig raw uncompressed wireformat signature data
800 * \param[in] key raw uncompressed wireformat key data
811 * \param[in] sig raw uncompressed wireformat signature data
814 * \param[in] key raw uncompressed wireformat key data
826 * \param[in] sig raw uncompressed wireformat signature data
829 * \param[in] key raw uncompressed wireformat key data
840 * \param[in] sig raw uncompressed wireformat signature data
[all …]
/freebsd/usr.bin/compress/
H A Dcompress.183 extension, it will not be uncompressed and it will cause
100 the standard input is compressed or uncompressed to the standard output.
114 Compressed or uncompressed output is written to the standard output.
183 The link's target file is left uncompressed.
/freebsd/sys/contrib/zlib/
H A Dzlib.h49 decompression functions, including integrity checks of the uncompressed data.
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
162 uncompressed data and may be saved for use by the decompressor (particularly
427 application can consume the uncompressed output when it wants, for example
448 stream. The end-of-block will not be indicated until all of the uncompressed
467 avail_out must be large enough to hold all of the uncompressed data for the
468 operation to complete. (The size of the uncompressed data may have been
501 uncompressed length, modulo 2^32.
505 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
861 the uncompressed data as is done in the zlib, gzip, and zip formats. For
[all …]
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c54 * uncompressed zip archives (including correct CRCs) even in bitcrc32()
149 /* Check uncompressed size */ in verify_contents()
184 /* Check uncompressed size in verify_contents()
208 /* Check uncompressed size */ in verify_contents()
231 /* Check uncompressed size */ in verify_contents()
262 /* Check uncompressed size */ in verify_contents()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_compressed_corrective.ksh35 # 4. Test heal recv when compression on-disk is on but source was uncompressed
120 # create new uncompressed dataset using our send file
130 # create a full sendfile from an uncompressed source
138 # test healing recv when compression on-disk is on but source was uncompressed
H A Dzfs_receive_large_block_corrective.ksh35 # 4. Test heal recv when compression on-disk is on but source was uncompressed
121 # create new uncompressed dataset using our send file
131 # create a full sendfile from an uncompressed source
139 # test healing recv when compression on-disk is on but source was uncompressed
/freebsd/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h181 * the output buffer is big enough to hold the actual uncompressed data; it
333 * @uncomp_size Uncompressed size of the input stream. A value smaller
334 * than the real uncompressed size of the input stream can
337 * expected real uncompressed size because it would eventually
366 * This can happen also when incorrect dictionary, uncompressed, or
370 * uncompressed data. This way the caller doesn't need to provide a temporary
379 * space for the whole uncompressed data on the first call. The input buffer
/freebsd/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c50 * uncompressed size in TRACE_enable()
56 …, "Algorithm, Version, Method, Mode, Level, Workers, Dictionary Size, Uncompressed Size, Compresse… in TRACE_enable()
101 * uncompressed size in TRACE_log()

12345678910>>...16