/linux-6.1.9/lib/xz/ |
D | xz_dec_stream.c | 16 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 …]
|
D | xz_dec_lzma2.c | 232 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 …]
|
/linux-6.1.9/drivers/net/slip/ |
D | slhc.c | 321 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-6.1.9/Documentation/userspace-api/media/v4l/ |
D | fourcc.rst | 18 - B: raw bayer, uncompressed 30 3rd character: uncompressed bits-per-pixel 0--9, A--
|
D | pixfmt-v4l2-mplane.rst | 32 The driver will set the value for uncompressed images.
|
D | pixfmt-intro.rst | 26 The V4L2 standard formats are mainly uncompressed formats. The pixels
|
/linux-6.1.9/Documentation/admin-guide/acpi/ |
D | initrd_table_override.rst | 69 # 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
|
D | ssdt-overlays.rst | 77 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-6.1.9/Documentation/devicetree/bindings/display/bridge/ |
D | ite,it6505.yaml | 16 and ensures robust transmission of high-quality uncompressed video 17 content, along with uncompressed and compressed digital audio content.
|
/linux-6.1.9/Documentation/staging/ |
D | xz.rst | 52 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.
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 239 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed 244 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name 247 Description: Specific uncompressed format descriptors 270 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name 273 Description: Specific uncompressed frame descriptors
|
/linux-6.1.9/arch/x86/boot/ |
D | header.S | 475 # ... resulting in +18 bytes overhead of uncompressed data. 498 # The buffer for decompression in place is the length of the uncompressed 507 # triggered by data whose compressed form is larger than the uncompressed 521 # block adding an extra 32767 bytes (the worst case uncompressed block size)
|
/linux-6.1.9/fs/cramfs/ |
D | inode.c | 824 bool uncompressed, direct; in cramfs_read_folio() local 828 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_read_folio() 840 if (uncompressed) { in cramfs_read_folio() 884 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_read_folio() 888 } else if (uncompressed) { in cramfs_read_folio()
|
/linux-6.1.9/drivers/media/platform/st/sti/hva/ |
D | Kconfig | 12 raw uncompressed formats in various compressed video bitstreams format.
|
/linux-6.1.9/Documentation/filesystems/ |
D | erofs.rst | 67 - Support direct I/O on uncompressed files to avoid double caching for loop 70 - Support FSDAX on uncompressed images for secure containers and ramdisks in 258 By the way, chunk-based files are all uncompressed for now. 269 In details, original (uncompressed) data is turned into several variable-sized 301 also a HEAD lcluster except that its data is uncompressed. See the comments
|
D | squashfs.rst | 117 block is uncompressed. A block will be uncompressed if the -noI option is set, 118 or if the compressed block was larger than the uncompressed block.
|
/linux-6.1.9/drivers/media/platform/st/sti/delta/ |
D | Kconfig | 11 raw uncompressed format.
|
/linux-6.1.9/drivers/staging/media/omap4iss/ |
D | iss_video.h | 42 u32 uncompressed; member
|
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()
|
/linux-6.1.9/drivers/media/platform/ti/omap3isp/ |
D | ispvideo.h | 46 u32 uncompressed; member
|
/linux-6.1.9/Documentation/devicetree/bindings/display/samsung/ |
D | samsung,exynos5433-mic.yaml | 19 transferred through MIPI DSI. The compressed frame data must be uncompressed
|
/linux-6.1.9/Documentation/userspace-api/media/drivers/ |
D | meye-uapi.rst | 48 Takes a snapshot in an uncompressed or compressed jpeg format.
|
/linux-6.1.9/Documentation/networking/ |
D | ipsec.rst | 45 above scenario. The consequence of doing so is small packet(uncompressed)
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | meye.rst | 81 for display and uncompressed video capture:
|
/linux-6.1.9/Documentation/mm/ |
D | zsmalloc.rst | 24 uncompressed form). For allocation requests larger than this size, failure
|