Home | History | Annotate | Download | only in pending

Lines Matching defs:uncompressed

441    * Absolute position relative to the beginning of the uncompressed
1005 * number of bits of the current uncompressed offset. In some places there
1228 * would read beyond the beginning of the uncompressed stream.
1241 * read beyond the beginning of the uncompressed stream.
1393 /* Uncompressed size of LZMA chunk (2 MiB at maximum) */
1394 uint32_t uncompressed;
1397 * Compressed size of LZMA chunk or compressed/uncompressed
1398 * size of uncompressed chunk (64 KiB at maximum)
1404 * the first chunk (LZMA or uncompressed).
1526 /* Copy uncompressed data as is from input to dictionary and output buffers. */
2076 * decoding or copying of uncompressed chunks to other functions.
2092 * an uncompressed chunk
2093 * 0x02 Uncompressed chunk (no dictionary reset)
2108 * uncompressed size (bits 16-20).
2131 s->lzma2.uncompressed = (tmp & 0x1F) << 16;
2164 s->lzma2.uncompressed
2170 s->lzma2.uncompressed
2215 s->lzma2.uncompressed));
2219 s->lzma2.uncompressed -= dict_flush(&s->dict, b);
2221 if (s->lzma2.uncompressed == 0) {
2326 * in code size (no effect on speed). Doing so limits the uncompressed and
2355 vli_type uncompressed;
2387 /* Type of the integrity check calculated from uncompressed data */
2405 * Value stored in the Uncompressed Size field, or
2406 * VLI_UNKNOWN if Uncompressed Size is not present.
2408 vli_type uncompressed;
2419 /* Observed uncompressed size of the current Block */
2420 vli_type uncompressed;
2542 * the observed compressed and uncompressed sizes of the Block so that
2567 s->block.uncompressed += b->out_pos - s->out_start;
2574 || s->block.uncompressed
2575 > s->block_header.uncompressed)
2597 if (s->block_header.uncompressed != VLI_UNKNOWN
2598 && s->block_header.uncompressed
2599 != s->block.uncompressed)
2607 s->block.hash.uncompressed += s->block.uncompressed;
2627 * Decode the Number of Records, Unpadded Size, and Uncompressed Size
2666 s->index.hash.uncompressed += s->vli;
2819 /* Uncompressed Size */
2825 s->block_header.uncompressed = s->vli;
2827 s->block_header.uncompressed = VLI_UNKNOWN;
2877 s->block.uncompressed = 0;
3066 * be any valid uncompressed data in the output buffer unless the decoding