Lines Matching refs:uncompressed

435    * Absolute position relative to the beginning of the uncompressed
999 * number of bits of the current uncompressed offset. In some places there
1222 * would read beyond the beginning of the uncompressed stream.
1235 * read beyond the beginning of the uncompressed stream.
1388 uint32_t uncompressed;
1391 * Compressed size of LZMA chunk or compressed/uncompressed
1392 * size of uncompressed chunk (64 KiB at maximum)
1398 * the first chunk (LZMA or uncompressed).
1520 /* Copy uncompressed data as is from input to dictionary and output buffers. */
2070 * decoding or copying of uncompressed chunks to other functions.
2086 * an uncompressed chunk
2102 * uncompressed size (bits 16-20).
2125 s->lzma2.uncompressed = (tmp & 0x1F) << 16;
2158 s->lzma2.uncompressed
2164 s->lzma2.uncompressed
2208 s->lzma2.uncompressed));
2212 s->lzma2.uncompressed -= dict_flush(&s->dict, b);
2214 if (s->lzma2.uncompressed == 0) {
2319 * in code size (no effect on speed). Doing so limits the uncompressed and
2348 vli_type uncompressed;
2380 /* Type of the integrity check calculated from uncompressed data */
2401 vli_type uncompressed;
2412 /* Observed uncompressed size of the current Block */
2413 vli_type uncompressed;
2534 * the observed compressed and uncompressed sizes of the Block so that
2559 s->block.uncompressed += b->out_pos - s->out_start;
2566 || s->block.uncompressed
2567 > s->block_header.uncompressed)
2590 if (s->block_header.uncompressed != VLI_UNKNOWN
2591 && s->block_header.uncompressed
2592 != s->block.uncompressed)
2600 s->block.hash.uncompressed += s->block.uncompressed;
2659 s->index.hash.uncompressed += s->vli;
2818 s->block_header.uncompressed = s->vli;
2820 s->block_header.uncompressed = VLI_UNKNOWN;
2870 s->block.uncompressed = 0;
3059 * be any valid uncompressed data in the output buffer unless the decoding