/freebsd/contrib/unbound/util/data/ |
H A D | dname.h | 81 * 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/contrib/xz/src/liblzma/api/lzma/ |
H A D | lzma12.h | 37 * - 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 D | container.h | 88 * \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 size of most of the output chunks. For example, if output [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_lzop.c | 61 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 D | xz_dec_stream.c | 22 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 D | xz_dec_lzma2.c | 56 * 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 D | keyraw.h | 43 * \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 D | IntEqClasses.h | 29 /// 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/xz/src/xz/ |
H A D | xz.1 | 387 No uncompressed output is produced, 649 The check is calculated from the uncompressed data and 776 This also means that the amount of uncompressed output 807 the size of the uncompressed file. 955 the given intervals of uncompressed data. 963 and a required size of uncompressed data. 986 The filter chain identifier can be used before the uncompressed 1388 When compressing, the uncompressed input goes to the first filter, 1542 uncompressed data is kept in memory. 1544 the uncompressed data, and replace them with references [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | LZMA.cpp | 29 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 D | slcompress.c | 213 * 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 D | ppp_defs.h | 62 #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/contrib/xz/src/liblzma/common/ |
H A D | block_decoder.c | 27 /// 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() 219 // except for Uncompressed Size and filters. Filters are validated in lzma_block_decoder_init() 254 // With Uncompressed Size this is simpler. If Block Header lacks in lzma_block_decoder_init() 256 // Uncompressed Size. in lzma_block_decoder_init()
|
/freebsd/contrib/xz/src/liblzma/lzma/ |
H A D | lzma2_encoder.c | 38 /// Uncompressed size of a chunk 82 // Uncompressed size in lzma2_header_lzma() 165 // Calculate how much more uncompressed data this chunk in lzma2_encode() 173 // could make the uncompressed size of the chunk too in lzma2_encode() 203 // as uncompressed chunk. This saves a few bytes of space in lzma2_encode() 237 // Copy the three-byte header to indicate uncompressed chunk. in lzma2_encode() 248 // Copy the uncompressed data as is from the dictionary in lzma2_encode() 343 // case we need to use uncompressed chunks. They are used when the in lzma2_encoder_init() 344 // compressed size of a chunk is not smaller than the uncompressed in lzma2_encoder_init()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_zstream_recompress.ksh | 31 # 5. Create an uncompressed send stream 53 log_must eval "zfs send $sendfs@snap >$BACKDIR/uncompressed" 54 log_must zstream recompress gzip-1 <$BACKDIR/uncompressed >$BACKDIR/compressed 55 typeset uncomp_size=$(wc -c $BACKDIR/uncompressed | awk '{print $1}')
|
H A D | send-c_verify_ratio.ksh | 57 log_must eval "zfs send $sendfs@snap >$BACKDIR/uncompressed" 58 verify_stream_size $BACKDIR/uncompressed $sendfs 63 log_must rm $BACKDIR/uncompressed $BACKDIR/compressed
|
/freebsd/sys/contrib/xz-embedded/linux/lib/ |
H A D | decompress_unxz.c | 40 * 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 D | ng_vjc.4 | 57 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 D | slcompress.c | 224 * 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 D | top.1 | 450 15G Compressed, 27G Uncompressed, 1.75:1 Ratio, 174M Overhead 454 .Bl -tag -width "Uncompressed" -compact 471 .Bl -tag -width "Uncompressed" -compact 486 .It Em Uncompressed 492 .Bl -tag -width "Uncompressed" -compact 505 .Bl -tag -width "Uncompressed"
|
/freebsd/sys/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.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | playdate | 19 >12 belong&0x80 0x00 (uncompressed) 29 >12 belong&0x80 0x00 (uncompressed) 36 >12 belong&0x80 0x00 (uncompressed)
|
/freebsd/contrib/ldns/ldns/ |
H A D | dnssec_verify.h | 732 * \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 D | compress.1 | 83 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 D | zlib.h | 49 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 …]
|