Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/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
1001 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1034 s->lzma2.uncompressed in xz_dec_lzma2_run()
1040 s->lzma2.uncompressed in xz_dec_lzma2_run()
1089 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1093 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1095 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dfourcc.rst18 - B: raw bayer, uncompressed
30 3rd character: uncompressed bits-per-pixel 0--9, A--
/OK3568_Linux_fs/kernel/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.rst78 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
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc239 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
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A Dusb_config.sh16 …UVC_DISPLAY_DIR=${USB_FUNCTIONS_DIR}/uvc.gs6/streaming/uncompressed/u/${UVC_DISPLAY_W}_${UVC_DISPL…
31 …UVC_DISPLAY_DIR=${USB_FUNCTIONS_DIR}/uvc.gs6/streaming/uncompressed/u/${UVC_DISPLAY_W}_${UVC_DISPL…
122 mkdir /sys/kernel/config/usb_gadget/rockchip/functions/uvc.gs6/streaming/uncompressed/u
162 …ln -s ${USB_FUNCTIONS_DIR}/uvc.gs6/streaming/uncompressed/u ${USB_FUNCTIONS_DIR}/uvc.gs6/streaming…
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dheader.S471 # ... resulting in +18 bytes overhead of uncompressed data.
494 # The buffer for decompression in place is the length of the uncompressed
503 # triggered by data whose compressed form is larger than the uncompressed
517 # block adding an extra 32767 bytes (the worst case uncompressed block size)
/OK3568_Linux_fs/kernel/fs/cramfs/
H A Dinode.c834 bool uncompressed, direct; in cramfs_readpage() local
838 uncompressed = (block_ptr & CRAMFS_BLK_FLAG_UNCOMPRESSED); in cramfs_readpage()
850 if (uncompressed) { in cramfs_readpage()
894 (uncompressed && block_len > PAGE_SIZE))) { in cramfs_readpage()
898 } else if (uncompressed) { in cramfs_readpage()
/OK3568_Linux_fs/buildroot/package/geoip/
H A DConfig.in9 target's /usr/share/GeoIP directory in uncompressed form.
/OK3568_Linux_fs/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
/OK3568_Linux_fs/buildroot/fs/axfs/
H A DConfig.in8 uncompressed/XIP or compressed/Demand Paged.
/OK3568_Linux_fs/buildroot/fs/cramfs/
H A DConfig.in13 For ELF files, uncompressed and properly aligned data blocks
/OK3568_Linux_fs/buildroot/package/samba4/
H A DConfig.in55 Approximately +5 MB of stripped uncompressed target space.
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_video.h43 u32 uncompressed; member
/OK3568_Linux_fs/u-boot/dts/
H A DKconfig215 prompt "Location of uncompressed DTBs "
232 This is the size of this area where the DTBs are uncompressed.
237 hex "Address of memory where dtbs are uncompressed"
240 the FIT image containing the DTBs is uncompressed in an area defined
/OK3568_Linux_fs/kernel/drivers/media/platform/omap3isp/
H A Dispvideo.h46 u32 uncompressed; member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/exynos/
H A Dexynos-mic.txt6 transferred through mipi dsi. The compressed frame data must be uncompressed in
/OK3568_Linux_fs/debian/overlay/usr/bin/
H A Dusbdevice355 usb_try_symlink $UVC_DIR/streaming/uncompressed/u \
357 cd $UVC_DIR/streaming/uncompressed/u
/OK3568_Linux_fs/external/rkscript/
H A Dusbdevice362 usb_try_symlink $UVC_DIR/streaming/uncompressed/u \
364 cd $UVC_DIR/streaming/uncompressed/u
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dmeye-uapi.rst48 Takes a snapshot in an uncompressed or compressed jpeg format.

12345