Home
last modified time | relevance | path

Searched full:uncompressed (Results 1 – 25 of 217) sorted by relevance

123456789

/Linux-v6.1/lib/xz/
Dxz_dec_stream.c16 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 …]
Dxz_dec_lzma2.c56 * 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).
377 /* Copy uncompressed data as is from input to dictionary and output buffers. */
396 * uncompressed size of the file is larger than the caller in dict_uncompressed()
962 * decoding or copying of uncompressed chunks to other functions.
[all …]
Dxz_dec_test.c59 * CRC32 of uncompressed data. This is used to give the user a simple way
95 * Decode the data given to us from the userspace. CRC32 of the uncompressed
97 * uncompressed data isn't stored anywhere for further use.
/Linux-v6.1/lib/
Ddecompress_unxz.c40 * 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 incompressible 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 incompressible chunks in uncompressed form). Thus, the
/Linux-v6.1/drivers/net/slip/
Dslhc.c312 * 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 …]
/Linux-v6.1/Documentation/admin-guide/acpi/
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
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
/Linux-v6.1/include/uapi/linux/
Dppp_defs.h43 #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 */
/Linux-v6.1/Documentation/staging/
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.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
/Linux-v6.1/include/linux/
Dxz.h172 * the output buffer is big enough to hold the actual uncompressed data; it
282 * @uncomp_size Uncompressed size of the input stream. A value smaller
283 * than the real uncompressed size of the input stream can
286 * expected real uncompressed size because it would eventually
315 * This can happen also when incorrect dictionary, uncompressed, or
319 * uncompressed data. This way the caller doesn't need to provide a temporary
328 * space for the whole uncompressed data on the first call. The input buffer
Dzlib.h54 decompression functions, including integrity checks of the uncompressed
99 uLong adler; /* adler32 value of the uncompressed data */
132 the uncompressed data and may be saved for use in the decompressor
366 The application can consume the uncompressed output when it wants, for
388 uncompressed data from that block has been written to strm->next_out. The
398 uncompressed data. (The size of the uncompressed data may have been saved
428 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
543 the uncompressed data as is done in the zlib, gzip, and zip formats. For
Dlz4.h255 * @dest: output buffer address of the uncompressed data
257 * @originalSize: is the original and therefore uncompressed size
276 * @dest: output buffer address of the uncompressed data
528 * @dest: output buffer address of the uncompressed data
568 * @dest: output buffer address of the uncompressed data
570 * @originalSize: is the original and therefore uncompressed size
606 * @dest: output buffer address of the uncompressed data
630 * @dest: output buffer address of the uncompressed data
632 * @originalSize: is the original and therefore uncompressed size
/Linux-v6.1/include/net/
Dslhc_vj.h62 * 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 */
/Linux-v6.1/fs/erofs/
Derofs_fs.h85 * 0 - uncompressed flat inode without tail-packing inline data:
89 * 2 - uncompressed flat inode with tail-packing inline data:
148 /* block address for uncompressed flat inodes */
180 /* block address for uncompressed flat inodes */
343 * 0 - literal (uncompressed) lcluster
348 * 0 - literal (uncompressed) lcluster,
/Linux-v6.1/Documentation/ABI/testing/
Dconfigfs-usb-gadget-uvc239 What: /config/usb-gadget/gadget/functions/uvc.name/streaming/uncompressed
242 Description: Uncompressed format descriptors
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-v6.1/arch/arm/include/asm/
Defi.h50 * A reasonable upper bound for the uncompressed kernel size is 32 MBytes,
52 * the actuall size of code + data the uncompressed kernel will use.
/Linux-v6.1/drivers/staging/media/omap4iss/
Diss_video.h32 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
42 u32 uncompressed; member
/Linux-v6.1/drivers/media/platform/ti/omap3isp/
Dispvideo.h35 * @uncompressed: V4L2 media bus format code for the corresponding uncompressed
46 u32 uncompressed; member
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dite,it6505.yaml16 and ensures robust transmission of high-quality uncompressed video
17 content, along with uncompressed and compressed digital audio content.
/Linux-v6.1/arch/powerpc/boot/
Dmain.c35 /* assume uncompressed data if -1 is returned */ in prep_kernel()
39 printf("No valid compressed data found, assume uncompressed data\n\r"); in prep_kernel()
65 " (_start=%p, uncompressed size=%08lx)\n\r", in prep_kernel()
75 printf("0x%lx bytes of uncompressed data copied\n\r", in prep_kernel()
/Linux-v6.1/scripts/
Dextract-vmlinux4 # extract-vmlinux - Extract uncompressed vmlinux from a kernel image
60 # Finally check for uncompressed images or objects:
/Linux-v6.1/net/6lowpan/
Dnhc_udp.c70 pr_debug("uncompressed UDP ports: src = %d, dst = %d\n", in udp_uncompress()
100 pr_debug("uncompressed UDP length: src = %d", ntohs(uh.len)); in udp_uncompress()
102 /* replace the compressed UDP head by the uncompressed UDP in udp_uncompress()
/Linux-v6.1/arch/s390/boot/
Dvmlinux.lds.S78 * uncompressed image info used by the decompressor it should match
80 * uncompressed vmlinux in a form of info.o
/Linux-v6.1/drivers/net/wireless/ath/ath6kl/
Dbmi.h190 * which is to be uncompressed by the Target to an
192 * be sufficiently large to hold the uncompressed
204 * data which is uncompressed by the Target. This command

123456789