Searched defs:uncompressed (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c33 vli_type uncompressed; member in struct:xz_dec_hash
77 /* Hash function calculated from uncompressed data */
106 vli_type uncompressed; member in struct:xz_dec::__anon609
117 /* Observed uncompressed size of the current Block */
118 vli_type uncompressed; member in struct:xz_dec::__anon610
230 * the observed compressed and uncompressed sizes of the Block so that
255 s->block.uncompressed += b->out_pos - s->out_start;
262 || s->block.uncompressed
263 > s->block_header.uncompressed)
281 if (s->block_header.uncompressed !
[all...]
H A Dxz_dec_lzma2.c68 * would read beyond the beginning of the uncompressed stream.
85 * read beyond the beginning of the uncompressed stream.
240 uint32_t uncompressed; member in struct:xz_dec_lzma2::__anon606
243 * Compressed size of LZMA chunk or compressed/uncompressed
244 * size of uncompressed chunk (64 KiB at maximum)
250 * the first chunk (LZMA or uncompressed).
371 /* Copy uncompressed data as is from input to dictionary and output buffers. */
928 * decoding or copying of uncompressed chunks to other functions.
944 * an uncompressed chunk
960 * uncompressed siz
[all...]

Completed in 293 milliseconds