Searched refs:uncompressed (Results 1 - 11 of 11) sorted by relevance

/linux-master/lib/xz/
H A Dxz_dec_stream.c16 vli_type uncompressed; member in struct:xz_dec_hash
48 /* Type of the integrity check calculated from uncompressed data */
72 vli_type uncompressed; member in struct:xz_dec::__anon1181
83 /* Observed uncompressed size of the current Block */
84 vli_type uncompressed; member in struct:xz_dec::__anon1182
208 * the observed compressed and uncompressed sizes of the Block so that
233 s->block.uncompressed += b->out_pos - s->out_start;
240 || s->block.uncompressed
241 > s->block_header.uncompressed)
254 if (s->block_header.uncompressed !
[all...]
H A Dxz_dec_lzma2.c56 * would read beyond the beginning of the uncompressed stream.
73 * read beyond the beginning of the uncompressed stream.
232 uint32_t uncompressed; member in struct:lzma2_dec
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).
377 /* Copy uncompressed data as is from input to dictionary and output buffers. */
396 * uncompressed size of the file is larger than the caller
962 * decoding or copying of uncompressed chunks to other functions.
978 * an uncompressed chun
[all...]
/linux-master/drivers/net/slip/
H A Dslhc.c312 * uncompressed packet that tells the other side what
321 goto uncompressed;
349 * current datagram, we send the current datagram `uncompressed'.
360 goto uncompressed;
378 goto uncompressed;
386 goto uncompressed;
392 goto uncompressed;
402 * retransmitted ack or window probe. Send it uncompressed
408 goto uncompressed;
412 * send packet uncompressed
[all...]
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h35 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
46 u32 uncompressed; member in struct:isp_format_info
H A Dispcsi2.c883 if (info->uncompressed == pixelcode)
924 if (info->uncompressed == format->code)
927 code->code = info->uncompressed;
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.h32 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
42 u32 uncompressed; member in struct:iss_format_info
H A Diss_csi2.c880 if (info->uncompressed == pixelcode)
921 if (info->uncompressed == format->code)
924 code->code = info->uncompressed;
/linux-master/arch/x86/boot/
H A Dheader.S409 # ... resulting in +18 bytes overhead of uncompressed data.
432 # The buffer for decompression in place is the length of the uncompressed
441 # triggered by data whose compressed form is larger than the uncompressed
455 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/linux-master/fs/cramfs/
H A Dinode.c284 * For a mapping to be possible, we need a range of uncompressed and
828 bool uncompressed, direct; local
832 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED);
844 if (uncompressed) {
888 (uncompressed && block_len > PAGE_SIZE))) {
892 } else if (uncompressed) {
/linux-master/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c839 bool uncompressed, const __be16 *end_of_rlco_buf)
850 if (uncompressed) {
835 decode_plane(struct fwht_cframe *cf, const __be16 **rlco, u32 height, u32 width, const u8 *ref, u32 ref_stride, unsigned int ref_step, u8 *dst, unsigned int dst_stride, unsigned int dst_step, bool uncompressed, const __be16 *end_of_rlco_buf) argument
/linux-master/fs/ntfs3/
H A Dntfs_fs.h889 size_t compress_lznt(const void *uncompressed, size_t uncompressed_size,
893 void *uncompressed, size_t uncompressed_size);

Completed in 170 milliseconds