Home
last modified time | relevance | path

Searched refs:LZ4 (Results 1 – 23 of 23) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/openvpn/
H A D0001-configure.ac-eliminate-build-path-from-openvpn-versi.patch9 OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
19 OpenVPN 2.5.7 x86_64-poky-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL]
/openbmc/u-boot/lib/
H A DKconfig299 config LZ4 config
300 bool "Enable LZ4 decompression support"
302 If this option is set, support for LZ4 compressed images
303 is included. The LZ4 algorithm can run in-place as long as the
307 NOTE: This implements the release version of the LZ4 frame
327 bool "Enable LZ4 decompression support in SPL"
329 This enables support for tge LZ4 decompression algorithm in SPL. LZ4
H A DMakefile65 obj-$(CONFIG_$(SPL_)LZ4) += lz4_wrapper.o
/openbmc/linux/fs/f2fs/
H A DKconfig118 bool "LZ4 compression support"
122 Support LZ4 compress algorithm, if unsure, say Y.
130 layout with LZ4, if unsure, say Y.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch4 Subject: [PATCH] Fix library LZ4 lookup.
/openbmc/linux/usr/
H A DKconfig96 bool "Support initial ramdisk/ramfs compressed using LZ4"
100 Support loading of a LZ4 encoded initial ramdisk or cpio buffer
197 bool "LZ4"
213 decompress around the same speed as LZO, but slower than LZ4.
/openbmc/linux/fs/squashfs/
H A DKconfig166 bool "Include support for LZ4 compressed file systems"
171 compressed with LZ4 compression. LZ4 compression is mainly
175 LZ4 is not the standard compression used in Squashfs and so most
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/
H A Dsquashfs-tools-ng_1.3.2.bb8 file://licenses/LZ4.txt;md5=ebc2ea4814a64de7708f1571904b32cc \
/openbmc/openbmc/poky/meta/recipes-support/lz4/
H A Dlz4_1.10.0.bb2 DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 40…
/openbmc/openbmc/poky/meta/recipes-bsp/barebox/barebox/
H A D0001-lib-lz4-use-lz4-instead-of-lz4c.patch29 quiet_cmd_lz4 = LZ4 $@
/openbmc/linux/fs/erofs/
H A DKconfig95 gives better compression ratios than the LZ4 algorithm, at the
110 ratios than the default LZ4 format, while it costs more CPU
/openbmc/qemu/docs/
H A Dmulti-thread-compression.txt146 Some faster (de)compression method such as LZ4 and Quicklz can help
/openbmc/linux/arch/x86/boot/
H A Dheader.S479 # LZ4 is even worse: data that cannot be further compressed grows by 0.4%,
/openbmc/linux/crypto/
H A DKconfig1198 tristate "LZ4"
1204 LZ4 compression algorithm
1215 LZ4 high compression mode algorithm
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/
H A Dmariadb.inc16 file://0001-Fix-library-LZ4-lookup.patch \
/openbmc/linux/
H A DMakefile521 LZ4 = lz4 macro
607 export KGZIP KBZIP2 KLZOP LZMA LZ4 XZ ZSTD
H A Dopengrok1.0.log[all...]
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.4.rst95 installed on the build host to support LZ4 and Zstandard compression
/openbmc/linux/Documentation/filesystems/
H A Derofs.rst66 LZ4, MicroLZMA and DEFLATE algorithms can be used on a per-file basis; In
/openbmc/linux/init/
H A DKconfig336 bool "LZ4"
339 LZ4 is an LZ77-type compressor with a fixed, byte-oriented encoding.
340 A preliminary version of LZ4 de/compression tool is available at
353 decompress around the same speed as LZO, but slower than LZ4. You
/openbmc/linux/mm/
H A DKconfig101 bool "LZ4"
104 Use the LZ4 algorithm as the default compression algorithm.
/openbmc/linux/Documentation/arch/x86/
H A Dboot.rst786 (magic number 5D 00), XZ (magic number FD 37), LZ4 (magic number
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dnew-recipe.rst1196 …DESCRIPTION = "LZ4 is a very fast lossless compression algorithm, providing compression speed at 4…