Searched defs:compressed (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h86 int compressed; /* Stream is compressed */ member in struct:data
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c100 vli_type compressed; member in struct:xz_dec::__anon609
114 /* Observed compressed size of the current Block */
115 vli_type compressed; member in struct:xz_dec::__anon610
230 * the observed compressed and uncompressed sizes of the Block so that
254 s->block.compressed += b->in_pos - s->in_start;
261 if (s->block.compressed > s->block_header.compressed
276 if (s->block_header.compressed != VLI_UNKNOWN
277 && s->block_header.compressed
278 != s->block.compressed)
[all...]
H A Dxz_dec_lzma2.c234 * Next position after decoding the compressed size of
243 * Compressed size of LZMA chunk or compressed/uncompressed
246 uint32_t compressed; member in struct:xz_dec_lzma2::__anon606
851 if (s->temp.size > 0 || s->lzma2.compressed == 0) {
853 if (tmp > s->lzma2.compressed - s->temp.size)
854 tmp = s->lzma2.compressed - s->temp.size;
860 if (s->temp.size + tmp == s->lzma2.compressed) {
879 s->lzma2.compressed -= s->rc.in_pos;
897 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED)
898 s->rc.in_limit = b->in_pos + s->lzma2.compressed;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsquash4.c800 grub_error (GRUB_ERR_BAD_FS, "incorrect compressed chunk");
832 int compressed = 0; local
855 compressed = !(frag.size & SQUASH_BLOCK_UNCOMPRESSED);
862 if (compressed)
882 grub_error (GRUB_ERR_BAD_FS, "incorrect compressed chunk");
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c188 * FIXME: If compressed file: Only read if lcn != -1.
193 * FIXME: Really only when file is compressed, or can
228 * FIXME: If compressed file: Only read if lcn != -1.
232 * FIXME: Really only when file is compressed, or can
293 * @compressed:
305 const BOOL compressed, const BOOL encrypted, const BOOL sparse,
313 if (compressed)
322 if (compressed || sparse) {
880 * If this is a compressed attribute it needs special treatment, but
1067 /* If this is a compressed attribut
304 ntfs_attr_init(ntfs_attr *na, const BOOL non_resident, const BOOL compressed, const BOOL encrypted, const BOOL sparse, const s64 allocated_size, const s64 data_size, const s64 initialized_size, const s64 compressed_size, const u8 compression_unit) argument
[all...]

Completed in 41 milliseconds