/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_stream.c | 16 vli_type uncompressed; member 48 /* Type of the integrity check calculated from uncompressed data */ 72 vli_type uncompressed; member 83 /* Observed uncompressed size of the current Block */ 84 vli_type uncompressed; member 208 * the observed compressed and uncompressed sizes of the Block so that 233 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 240 || s->block.uncompressed in dec_block() 241 > s->block_header.uncompressed) in dec_block() 254 if (s->block_header.uncompressed ! in dec_block() [all...] |
H A D | xz_dec_lzma2.c | 56 * would read beyond the beginning of the uncompressed stream. 73 * read beyond the beginning of the uncompressed stream. 232 uint32_t uncompressed; member 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 in dict_uncompressed() 946 * decoding or copying of uncompressed chunks to other functions. 962 * an uncompressed chun in xz_dec_lzma2_run() [all...] |
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_stream.c | 16 vli_type uncompressed; member 48 /* Type of the integrity check calculated from uncompressed data */ 72 vli_type uncompressed; member 83 /* Observed uncompressed size of the current Block */ 84 vli_type uncompressed; member 208 * the observed compressed and uncompressed sizes of the Block so that 233 s->block.uncompressed += b->out_pos - s->out_start; in dec_block() 240 || s->block.uncompressed in dec_block() 241 > s->block_header.uncompressed) in dec_block() 254 if (s->block_header.uncompressed ! in dec_block() [all...] |
H A D | xz_dec_lzma2.c | 56 * would read beyond the beginning of the uncompressed stream. 73 * read beyond the beginning of the uncompressed stream. 232 uint32_t uncompressed; member 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 in dict_uncompressed() 962 * decoding or copying of uncompressed chunks to other functions. 978 * an uncompressed chun in xz_dec_lzma2_run() [all...] |
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slhc.c | 312 * uncompressed packet that tells the other side what in slhc_compress() 321 goto uncompressed; in slhc_compress() 349 * current datagram, we send the current datagram `uncompressed'. in slhc_compress() 360 goto uncompressed; in slhc_compress() 378 goto uncompressed; in slhc_compress() 386 goto uncompressed; in slhc_compress() 392 goto uncompressed; in slhc_compress() 402 * retransmitted ack or window probe. Send it uncompressed in slhc_compress() 408 goto uncompressed; in slhc_compress() 412 * send packet uncompressed in slhc_compress() [all...] |
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slhc.c | 312 * uncompressed packet that tells the other side what in slhc_compress() 321 goto uncompressed; in slhc_compress() 349 * current datagram, we send the current datagram `uncompressed'. in slhc_compress() 360 goto uncompressed; in slhc_compress() 378 goto uncompressed; in slhc_compress() 386 goto uncompressed; in slhc_compress() 392 goto uncompressed; in slhc_compress() 402 * retransmitted ack or window probe. Send it uncompressed in slhc_compress() 408 goto uncompressed; in slhc_compress() 412 * send packet uncompressed in slhc_compress() [all...] |
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 471 # ... resulting in +18 bytes overhead of uncompressed data. 494 # The buffer for decompression in place is the length of the uncompressed 503 # triggered by data whose compressed form is larger than the uncompressed 517 # block adding an extra 32767 bytes (the worst case uncompressed block size)
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 413 # ... resulting in +18 bytes overhead of uncompressed data. 436 # The buffer for decompression in place is the length of the uncompressed 445 # triggered by data whose compressed form is larger than the uncompressed 459 # block adding an extra 32767 bytes (the worst case uncompressed block size)
|
/kernel/linux/linux-5.10/fs/cramfs/ |
H A D | inode.c | 293 * For a mapping to be possible, we need a range of uncompressed and 834 bool uncompressed, direct; in cramfs_readpage() local 838 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage() 850 if (uncompressed) { in cramfs_readpage() 894 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_readpage() 898 } else if (uncompressed) { in cramfs_readpage()
|
/kernel/linux/linux-6.6/fs/cramfs/ |
H A D | inode.c | 284 * For a mapping to be possible, we need a range of uncompressed and 828 bool uncompressed, direct; in cramfs_read_folio() local 832 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio() 844 if (uncompressed) { in cramfs_read_folio() 888 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_read_folio() 892 } else if (uncompressed) { in cramfs_read_folio()
|
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/ |
H A D | ispvideo.h | 35 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed 46 u32 uncompressed; member
|
H A D | ispcsi2.c | 878 if (info->uncompressed == pixelcode) in csi2_try_format() 919 if (info->uncompressed == format->code) in csi2_enum_mbus_code() 922 code->code = info->uncompressed; in csi2_enum_mbus_code()
|
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/ |
H A D | iss_video.h | 33 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed 43 u32 uncompressed; member
|
H A D | iss_csi2.c | 879 if (info->uncompressed == pixelcode) in csi2_try_format() 920 if (info->uncompressed == format->code) in csi2_enum_mbus_code() 923 code->code = info->uncompressed; in csi2_enum_mbus_code()
|
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/ |
H A D | ispvideo.h | 35 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed 46 u32 uncompressed; member
|
H A D | ispcsi2.c | 884 if (info->uncompressed == pixelcode) in csi2_try_format() 925 if (info->uncompressed == format->code) in csi2_enum_mbus_code() 928 code->code = info->uncompressed; in csi2_enum_mbus_code()
|
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/ |
H A D | iss_video.h | 32 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed 42 u32 uncompressed; member
|
H A D | iss_csi2.c | 881 if (info->uncompressed == pixelcode) in csi2_try_format() 922 if (info->uncompressed == format->code) in csi2_enum_mbus_code() 925 code->code = info->uncompressed; in csi2_enum_mbus_code()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 838 bool uncompressed, const __be16 *end_of_rlco_buf) in decode_plane() 849 if (uncompressed) { in decode_plane() 834 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) decode_plane() argument
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-fwht.c | 839 bool uncompressed, const __be16 *end_of_rlco_buf) in decode_plane() 850 if (uncompressed) { in decode_plane() 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) decode_plane() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs_fs.h | 885 size_t compress_lznt(const void *uncompressed, size_t uncompressed_size, 889 void *uncompressed, size_t uncompressed_size);
|