Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 36) sorted by relevance

12

/linux/lib/xz/
H A Dxz_dec_stream.c15 vli_type uncompressed; member
71 vli_type uncompressed; member
83 vli_type uncompressed; member
232 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
239 || s->block.uncompressed in dec_block()
240 > s->block_header.uncompressed) in dec_block()
253 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
254 && s->block_header.uncompressed in dec_block()
255 != s->block.uncompressed) in dec_block()
268 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
H A Dxz_dec_lzma2.c231 uint32_t uncompressed; member
1015 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1048 s->lzma2.uncompressed in xz_dec_lzma2_run()
1054 s->lzma2.uncompressed in xz_dec_lzma2_run()
1103 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1107 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1109 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
1264 s->lzma2.uncompressed)); in xz_dec_microlzma_run()
1269 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_microlzma_run()
1271 if (s->lzma2.uncompressed == 0) { in xz_dec_microlzma_run()
[all …]
/linux/drivers/net/slip/
H A Dslhc.c321 goto 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()
408 goto uncompressed; in slhc_compress()
414 goto uncompressed; in slhc_compress()
475 uncompressed: in slhc_compress()
/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst19 - B: raw bayer, uncompressed
31 3rd character: uncompressed bits-per-pixel 0--9, A--
H A Dpixfmt-intro.rst27 The V4L2 standard formats are mainly uncompressed formats. The pixels
H A Dpixfmt-v4l2-mplane.rst33 The driver will set the value for uncompressed images.
/linux/Documentation/admin-guide/acpi/
H A Dinitrd_table_override.rst69 # Add the raw ACPI tables to an uncompressed cpio archive.
85 # The uncompressed cpio archive must be the first. Other, typically
86 # compressed cpio archives, must be concatenated on top of the uncompressed
87 # one. Following command creates the uncompressed cpio archive and
H A Dssdt-overlays.rst77 AML code must be placed in the first, uncompressed, initrd under the
84 # Add the raw ACPI tables to an uncompressed cpio archive.
87 # The uncompressed cpio archive must be the first.
89 # concatenated on top of the uncompressed one.
93 # Create the uncompressed cpio archive and concatenate the original initrd
/linux/Documentation/staging/
H A Dxz.rst44 this also appends a four-byte trailer containing the uncompressed size
62 which will verify the integrity of the uncompressed data anyway.
66 disable it) for the actual uncompressed data.
82 as big as the uncompressed data. A notable example of single-call
/linux/Documentation/usb/
H A Dgadget_uvc.rst66 Formats are created under the streaming/uncompressed and streaming/mjpeg configfs
84 + uncompressed +
125 create_frame 1280 720 uncompressed yuyv
126 create_frame 1920 1080 uncompressed yuyv
128 The only uncompressed format currently supported is YUYV, which is detailed at
156 ln -s $FUNCTION/streaming/color_matching/yuyv $FUNCTION/streaming/uncompressed/yuyv
182 ln -s ../../uncompressed/yuyv
/linux/arch/x86/boot/
H A Dheader.S418 # ... resulting in +18 bytes overhead of uncompressed data.
441 # The buffer for decompression in place is the length of the uncompressed
450 # triggered by data whose compressed form is larger than the uncompressed
464 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/linux/fs/cramfs/
H A Dinode.c837 bool uncompressed, direct; in cramfs_read_folio() local
841 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio()
853 if (uncompressed) { in cramfs_read_folio()
897 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_read_folio()
901 } else if (uncompressed) { in cramfs_read_folio()
H A DREADME97 blocks in uncompressed data consisting entirely of NUL bytes), but by
/linux/drivers/media/platform/st/sti/hva/
H A DKconfig12 raw uncompressed formats in various compressed video bitstreams format.
/linux/drivers/media/platform/st/sti/delta/
H A DKconfig11 raw uncompressed format.
/linux/Documentation/networking/
H A Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/linux/Documentation/admin-guide/media/
H A Dphilips.rst100 0 = prefer uncompressed images; if the requested mode is not available
101 in an uncompressed format, the driver will silently switch to low
H A Ddvb_intro.rst37 circuitry on the card and is often presented uncompressed. For a PAL TV
/linux/Documentation/filesystems/
H A Dcramfs.rst60 And when data blocks are kept uncompressed and properly aligned, they will
/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-fwht.c839 bool uncompressed, const __be16 *end_of_rlco_buf) in decode_plane() argument
850 if (uncompressed) { in decode_plane()
/linux/Documentation/ABI/testing/
H A Dsysfs-block-zram6 which represents the limit on the *uncompressed* worth of data
/linux/Documentation/admin-guide/mm/
H A Dzswap.rst92 made for a page in an old pool, it is uncompressed using its original
/linux/fs/ntfs3/
H A Dntfs_fs.h956 size_t compress_lznt(const void *uncompressed, size_t uncompressed_size,
960 void *uncompressed, size_t uncompressed_size);
/linux/Documentation/arch/x86/
H A Dmicrocode.rst28 The format of the combined initrd image is microcode in (uncompressed)
/linux/Documentation/admin-guide/
H A Dpstore-blk.rst166 Block device is large enough for uncompressed oops data. Actually we do not

12