/Linux-v5.4/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 984 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run() 1017 s->lzma2.uncompressed in xz_dec_lzma2_run() 1023 s->lzma2.uncompressed in xz_dec_lzma2_run() 1072 s->lzma2.uncompressed)); in xz_dec_lzma2_run() 1076 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run() 1078 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
|
/Linux-v5.4/drivers/net/slip/ |
D | slhc.c | 315 goto uncompressed; in slhc_compress() 354 goto uncompressed; in slhc_compress() 372 goto uncompressed; in slhc_compress() 380 goto uncompressed; in slhc_compress() 386 goto uncompressed; in slhc_compress() 402 goto uncompressed; in slhc_compress() 408 goto uncompressed; in slhc_compress() 469 uncompressed: in slhc_compress()
|
/Linux-v5.4/Documentation/media/v4l-drivers/ |
D | fourcc.rst | 18 - B: raw bayer, uncompressed 30 3rd character: uncompressed bits-per-pixel 0--9, A--
|
D | meye.rst | 81 for display and uncompressed video capture: 124 Takes a snapshot in an uncompressed or compressed jpeg format.
|
D | philips.rst | 100 0 = prefer uncompressed images; if the requested mode is not available 101 in an uncompressed format, the driver will silently switch to low
|
/Linux-v5.4/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 | 78 aml code must be placed in the first, uncompressed, initrd under the 85 # Add the raw ACPI tables to an uncompressed cpio archive. 88 # The uncompressed cpio archive must be the first. 90 # concatenated on top of the uncompressed one. 94 # Create the uncompressed cpio archive and concatenate the original initrd
|
/Linux-v5.4/Documentation/ |
D | xz.txt | 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-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget-uvc | 213 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed 218 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name 221 Description: Specific uncompressed format descriptors 242 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name 245 Description: Specific uncompressed frame descriptors
|
/Linux-v5.4/arch/x86/boot/ |
D | header.S | 468 # ... resulting in +18 bytes overhead of uncompressed data. 491 # The buffer for decompression in place is the length of the uncompressed 500 # triggered by data whose compressed form is larger than the uncompressed 514 # block adding an extra 32767 bytes (the worst case uncompressed block size)
|
/Linux-v5.4/fs/cramfs/ |
D | inode.c | 835 bool uncompressed, direct; in cramfs_readpage() local 839 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage() 851 if (uncompressed) { in cramfs_readpage() 895 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_readpage() 899 } else if (uncompressed) { in cramfs_readpage()
|
/Linux-v5.4/drivers/staging/media/omap4iss/ |
D | iss_video.h | 43 u32 uncompressed; member
|
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()
|
/Linux-v5.4/drivers/media/platform/omap3isp/ |
D | ispvideo.h | 46 u32 uncompressed; member
|
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()
|
/Linux-v5.4/Documentation/devicetree/bindings/display/exynos/ |
D | exynos-mic.txt | 6 transferred through mipi dsi. The compressed frame data must be uncompressed in
|
/Linux-v5.4/Documentation/networking/ |
D | ipsec.txt | 37 above scenario. The consequence of doing so is small packet(uncompressed)
|
/Linux-v5.4/Documentation/filesystems/ |
D | squashfs.txt | 111 block is uncompressed. A block will be uncompressed if the -noI option is set, 112 or if the compressed block was larger than the uncompressed block.
|
/Linux-v5.4/Documentation/vm/ |
D | zsmalloc.rst | 24 uncompressed form). For allocation requests larger than this size, failure
|
/Linux-v5.4/Documentation/usb/ |
D | gadget-testing.rst | 788 streaming/uncompressed 790 streaming/uncompressed/<format> 801 # mkdir -p functions/uvc.usb0/streaming/uncompressed/u/360p 802 # cat <<EOF > functions/uvc.usb0/streaming/uncompressed/u/360p/dwFrameInterval 810 # ln -s ../../uncompressed/u
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-intro.rst | 33 The V4L2 standard formats are mainly uncompressed formats. The pixels
|
D | pixfmt-v4l2-mplane.rst | 39 The driver will set the value for uncompressed images.
|
/Linux-v5.4/Documentation/x86/ |
D | microcode.rst | 27 The format of the combined initrd image is microcode in (uncompressed)
|
/Linux-v5.4/Documentation/driver-api/early-userspace/ |
D | buffer-format.rst | 43 compressed and/or uncompressed cpio archives (in the "newc" or "crc"
|