Home
last modified time | relevance | path

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

1234

/openbmc/linux/lib/xz/
H A Dxz_dec_stream.c16 vli_type uncompressed; member
72 vli_type uncompressed; member
84 vli_type uncompressed; member
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 != VLI_UNKNOWN in dec_block()
255 && s->block_header.uncompressed in dec_block()
256 != s->block.uncompressed) in dec_block()
269 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
H A Dxz_dec_lzma2.c232 uint32_t uncompressed; member
1017 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1050 s->lzma2.uncompressed in xz_dec_lzma2_run()
1056 s->lzma2.uncompressed in xz_dec_lzma2_run()
1105 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1109 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1111 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
1267 s->lzma2.uncompressed)); in xz_dec_microlzma_run()
1272 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_microlzma_run()
1274 if (s->lzma2.uncompressed == 0) { in xz_dec_microlzma_run()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dcve-2014-9636.patch11 uncompressed blocks in STORED no-compression mode, an attacker can
16 "compressed" and uncompressed block sizes match.
40 + return PK_ERR; /* compressed & uncompressed
H A D10-cve-2014-8140-test-compr-eb.patch21 + * 1. eb_size is too small to hold the uncompressed size
/openbmc/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()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
/openbmc/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
/openbmc/linux/Documentation/staging/
H A Dxz.rst52 uncompressed size of the file, which is needed by the boot code.
67 which will verify the integrity of the uncompressed data anyway.
71 disable it) for the actual uncompressed data.
88 be at least as big as the uncompressed data itself.
/openbmc/linux/arch/x86/boot/
H A Dheader.S413 # ... 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)
/openbmc/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
/openbmc/linux/fs/cramfs/
H A Dinode.c828 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()
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc286 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed
291 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name
294 Description: Specific uncompressed format descriptors
317 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name
320 Description: Specific uncompressed frame descriptors
/openbmc/u-boot/doc/
H A DREADME.multi-dtb-fit33 FIT is uncompressed is dynamicaly allocated but this behaviour can be changed
34 for platforms that don't provide a HEAP big enough to contain the uncompressed
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A DKconfig12 raw uncompressed formats in various compressed video bitstreams format.
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst78 - Support large folios for uncompressed files.
80 - Support direct I/O on uncompressed files to avoid double caching for loop
83 - Support FSDAX on uncompressed images for secure containers and ramdisks in
271 By the way, chunk-based files are all uncompressed for now.
314 In details, original (uncompressed) data is turned into several variable-sized
346 also a HEAD lcluster except that its data is uncompressed. See the comments
/openbmc/linux/drivers/media/platform/st/sti/delta/
H A DKconfig11 raw uncompressed format.
/openbmc/qemu/qapi/
H A Ddump.json133 # @completed: bytes written in latest dump (uncompressed)
135 # @total: total bytes to be written in latest dump (uncompressed)
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_video.h42 u32 uncompressed; member
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h46 u32 uncompressed; member
/openbmc/u-boot/dts/
H A DKconfig205 prompt "Location of uncompressed DTBs"
222 This is the size of this area where the DTBs are uncompressed.
227 hex "Address of memory where dtbs are uncompressed"
230 the FIT image containing the DTBs is uncompressed in an area defined
/openbmc/linux/Documentation/networking/
H A Dipsec.rst45 above scenario. The consequence of doing so is small packet(uncompressed)
/openbmc/qemu/tests/qemu-iotests/
H A D214.out39 Write uncompressed data:
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.7.0.bb39 # Convert single-strip uncompressed images to multiple strips of specified
/openbmc/u-boot/doc/uImage.FIT/
H A Dhowto.txt215 Compression: uncompressed
265 Compression: uncompressed
302 Compression: uncompressed

1234