| /kernel/linux/linux-4.19/lib/xz/ |
| D | xz_dec_stream.c | 16 vli_type uncompressed; member 48 /* Type of the integrity check calculated from uncompressed data */ 69 * Value stored in the Uncompressed Size field, or 70 * VLI_UNKNOWN if Uncompressed Size is not present. 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() [all …]
|
| D | xz_dec_lzma2.c | 56 * would read beyond the beginning of the uncompressed stream. 73 * read beyond the beginning of the uncompressed stream. 231 /* Uncompressed size of LZMA chunk (2 MiB at maximum) */ 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. */ 929 * decoding or copying of uncompressed chunks to other functions. 945 * an uncompressed chunk in xz_dec_lzma2_run() [all …]
|
| /kernel/linux/linux-5.10/lib/xz/ |
| D | xz_dec_stream.c | 16 vli_type uncompressed; member 48 /* Type of the integrity check calculated from uncompressed data */ 69 * Value stored in the Uncompressed Size field, or 70 * VLI_UNKNOWN if Uncompressed Size is not present. 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() [all …]
|
| D | xz_dec_lzma2.c | 56 * would read beyond the beginning of the uncompressed stream. 73 * read beyond the beginning of the uncompressed stream. 231 /* Uncompressed size of LZMA chunk (2 MiB at maximum) */ 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. */ 929 * decoding or copying of uncompressed chunks to other functions. 945 * an uncompressed chunk in xz_dec_lzma2_run() [all …]
|
| /kernel/linux/linux-4.19/lib/ |
| D | decompress_unxz.c | 40 * of the first Block don't make the decompressor produce any uncompressed 57 * The maximum uncompressed size of the payload is 2 MiB. The minimum 58 * uncompressed size of the payload is in practice never less than the 59 * payload size itself. The LZMA2 format would allow uncompressed size 61 * files. LZMA2 supports storing uncompressible data in uncompressed form, 62 * so there's never a need to create payloads whose uncompressed size is 65 * The assumption, that the uncompressed size of the payload is never 75 * - 8 bytes per every 32 KiB of uncompressed size (one LZMA2 chunk header 171 * (LZMA2 stores uncompressible chunks in uncompressed form). Thus, the
|
| /kernel/linux/linux-5.10/lib/ |
| D | decompress_unxz.c | 40 * of the first Block don't make the decompressor produce any uncompressed 57 * The maximum uncompressed size of the payload is 2 MiB. The minimum 58 * uncompressed size of the payload is in practice never less than the 59 * payload size itself. The LZMA2 format would allow uncompressed size 61 * files. LZMA2 supports storing uncompressible data in uncompressed form, 62 * so there's never a need to create payloads whose uncompressed size is 65 * The assumption, that the uncompressed size of the payload is never 75 * - 8 bytes per every 32 KiB of uncompressed size (one LZMA2 chunk header 171 * (LZMA2 stores uncompressible chunks in uncompressed form). Thus, the
|
| /kernel/linux/linux-4.19/Documentation/acpi/ |
| D | ssdt-overlays.txt | 72 aml code must be placed in the first, uncompressed, initrd under the 79 # Add the raw ACPI tables to an uncompressed cpio archive. 82 # The uncompressed cpio archive must be the first. 84 # concatenated on top of the uncompressed one. 88 # Create the uncompressed cpio archive and concatenate the original initrd
|
| D | initrd_table_override.txt | 63 # Add the raw ACPI tables to an uncompressed cpio archive. 79 # The uncompressed cpio archive must be the first. Other, typically 80 # compressed cpio archives, must be concatenated on top of the uncompressed 81 # one. Following command creates the uncompressed cpio archive and
|
| /kernel/linux/linux-4.19/Documentation/ABI/testing/ |
| D | configfs-usb-gadget-uvc | 197 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed 200 Description: Uncompressed format descriptors 202 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name 205 Description: Specific uncompressed format descriptors 222 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name 225 Description: Specific uncompressed frame descriptors
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/acpi/ |
| 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
|
| 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
|
| /kernel/linux/linux-5.10/drivers/net/slip/ |
| 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-4.19/drivers/net/slip/ |
| 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-4.19/include/uapi/linux/ |
| D | ppp_defs.h | 43 #define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */ 111 __u32 vjs_uncompressedin; /* inbound uncompressed packets */ 118 __u32 unc_bytes; /* total uncompressed bytes */ 119 __u32 unc_packets; /* total uncompressed packets */
|
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | efi.h | 75 * A reasonable upper bound for the uncompressed kernel size is 32 MBytes, 77 * the actuall size of code + data the uncompressed kernel will use. 86 * uncompressed image, and the max address is due to how the zImage decompressor
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | ppp_defs.h | 43 #define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */ 111 __u32 vjs_uncompressedin; /* inbound uncompressed packets */ 118 __u32 unc_bytes; /* total uncompressed bytes */ 119 __u32 unc_packets; /* total uncompressed packets */
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | fourcc.rst | 18 - B: raw bayer, uncompressed 30 3rd character: uncompressed bits-per-pixel 0--9, A--
|
| /kernel/linux/linux-4.19/Documentation/media/v4l-drivers/ |
| D | fourcc.rst | 16 - B: raw bayer, uncompressed 28 3rd character: uncompressed bits-per-pixel 0--9, A--
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-4.19/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.
|
| /kernel/linux/linux-4.19/drivers/media/platform/vicodec/ |
| D | vicodec-codec.h | 18 * size of each plane becomes larger than the uncompressed size, then 19 * that plane is stored uncompressed and the corresponding bit is set 86 /* Set if this frame is uncompressed */
|
| /kernel/linux/linux-5.10/include/net/ |
| D | slhc_vj.h | 62 * ack is more than 65535, an uncompressed packet is sent.) 70 * control flags set); uncompressed TCP (a normal IP/TCP packet but 159 int32 sls_o_uncompressed; /* outbound uncompressed packets */ 164 int32 sls_i_uncompressed; /* inbound uncompressed packets */
|
| /kernel/linux/linux-4.19/include/net/ |
| D | slhc_vj.h | 62 * ack is more than 65535, an uncompressed packet is sent.) 70 * control flags set); uncompressed TCP (a normal IP/TCP packet but 159 int32 sls_o_uncompressed; /* outbound uncompressed packets */ 164 int32 sls_i_uncompressed; /* inbound uncompressed packets */
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
| D | codec-fwht.h | 18 * size of each plane becomes larger than the uncompressed size, then 19 * that plane is stored uncompressed and the corresponding bit is set 72 /* Set if this frame is uncompressed */
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | configfs-usb-gadget-uvc | 238 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed 241 Description: Uncompressed format descriptors 243 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name 246 Description: Specific uncompressed format descriptors 269 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed/name/name 272 Description: Specific uncompressed frame descriptors
|