Lines Matching refs:uncompressed
56 * would read beyond the beginning of the uncompressed stream.
73 * read beyond the beginning of the uncompressed stream.
232 uint32_t uncompressed;
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).
373 /* Copy uncompressed data as is from input to dictionary and output buffers. */
392 * uncompressed size of the file is larger than the caller
946 * decoding or copying of uncompressed chunks to other functions.
962 * an uncompressed chunk
978 * uncompressed size (bits 16-20).
1001 s->lzma2.uncompressed = (tmp & 0x1F) << 16;
1034 s->lzma2.uncompressed
1040 s->lzma2.uncompressed
1089 s->lzma2.uncompressed));
1093 s->lzma2.uncompressed -= dict_flush(&s->dict, b);
1095 if (s->lzma2.uncompressed == 0) {