Home
last modified time | relevance | path

Searched refs:lz4 (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-Fix-library-LZ4-lookup.patch17 -find_path(LZ4_INCLUDE_DIRS NAMES lz4.h)
18 -find_library(LZ4_LIBRARIES NAMES lz4)
20 + NAMES lz4.h
24 + NAMES lz4
27 if(LZ4_INCLUDE_DIRS AND EXISTS "${LZ4_INCLUDE_DIRS}/lz4.h")
28 file(STRINGS "${LZ4_INCLUDE_DIRS}/lz4.h" LZ4_H REGEX "^#define LZ4_VERSION_[MR]")
/OK3568_Linux_fs/kernel/fs/erofs/
H A Ddecompressor.c33 struct z_erofs_lz4_cfgs *lz4, int size) in z_erofs_load_lz4_config() argument
38 if (lz4) { in z_erofs_load_lz4_config()
43 distance = le16_to_cpu(lz4->max_distance); in z_erofs_load_lz4_config()
45 sbi->lz4.max_pclusterblks = le16_to_cpu(lz4->max_pclusterblks); in z_erofs_load_lz4_config()
46 if (!sbi->lz4.max_pclusterblks) { in z_erofs_load_lz4_config()
47 sbi->lz4.max_pclusterblks = 1; /* reserved case */ in z_erofs_load_lz4_config()
48 } else if (sbi->lz4.max_pclusterblks > in z_erofs_load_lz4_config()
51 sbi->lz4.max_pclusterblks); in z_erofs_load_lz4_config()
53 } else if (sbi->lz4.max_pclusterblks >= 2) { in z_erofs_load_lz4_config()
58 sbi->lz4.max_pclusterblks = 1; in z_erofs_load_lz4_config()
[all …]
/OK3568_Linux_fs/kernel/
H A Dbuild.config.amlogic15 arch/arm64/boot/Image.lz4
23 # NOTE: Using Image.lz4 in MAKE_GOALS does not work because
24 # kernel build passes legacy option (-l) to lz4 command
26 # command to lz4 compress same options as kernel, but
31lz4 -f -12 --favor-decSpeed ${OUT_DIR}/arch/arm64/boot/Image ${OUT_DIR}/arch/arm64/boot/Image.lz4
/OK3568_Linux_fs/buildroot/package/erofs-utils/
H A Derofs-utils.mk18 EROFS_UTILS_DEPENDENCIES += lz4
19 EROFS_UTILS_CONF_OPTS += --enable-lz4
21 EROFS_UTILS_CONF_OPTS += --disable-lz4
38 HOST_EROFS_UTILS_DEPENDENCIES = host-pkgconf host-util-linux host-lz4
39 HOST_EROFS_UTILS_CONF_OPTS += --enable-lz4 --disable-fuse --without-selinux
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/erofs-utils/
H A Derofs-utils_1.4.bb20 PACKAGECONFIG ??= "lz4"
21 PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
/OK3568_Linux_fs/buildroot/package/lz4/
H A D0001-Fix-potential-memory-corruption-with-negative-memmov.patch8 lib/lz4.c | 2 +-
11 diff --git a/lib/lz4.c b/lib/lz4.c
13 --- a/lib/lz4.c
14 +++ b/lib/lz4.c
H A DConfig.in2 bool "lz4"
10 http://www.lz4.org/
17 lz4, lz4c, unlz4 and lz4cat binaries
H A Dlz4.mk8 LZ4_SITE = $(call github,lz4,lz4,v$(LZ4_VERSION))
31 $(HOST_MAKE_ENV) $(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) lz4
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/openconnect/
H A Dopenconnect_8.20.bb13 PACKAGECONFIG ??= "gnutls lz4 libproxy"
17 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/
H A Dsquashfs-tools-ng_1.1.4.bb22 PACKAGECONFIG ??= "gzip xz lzo lz4 zstd ${@bb.utils.filter('DISTRO_FEATURES', 'selinux', d)}"
26 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4"
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/lz4/
H A Dlz4_1.9.4.bb3 HOMEPAGE = "https://github.com/lz4/lz4"
15 SRC_URI = "git://github.com/lz4/lz4.git;branch=release;protocol=https"
/OK3568_Linux_fs/buildroot/package/spice/
H A Dspice.mk35 SPICE_CONF_OPTS += --enable-lz4
36 SPICE_DEPENDENCIES += lz4
38 SPICE_CONF_OPTS += --disable-lz4
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.6.2.bb29 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A DMakefile15 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
44 suffix-$(CONFIG_KERNEL_LZ4) := .lz4
53 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y) FORCE
54 $(call if_changed,lz4)
/OK3568_Linux_fs/buildroot/package/libarchive/
H A Dlibarchive.mk84 LIBARCHIVE_CONF_OPTS += --with-lz4
85 LIBARCHIVE_DEPENDENCIES += lz4
87 LIBARCHIVE_CONF_OPTS += --without-lz4
149 --without-lz4 \
/OK3568_Linux_fs/buildroot/package/squashfs/
H A Dsquashfs.mk15 SQUASHFS_DEPENDENCIES += lz4
16 SQUASHFS_MAKE_ARGS += LZ4_SUPPORT=1 COMP_DEFAULT=lz4
56 HOST_SQUASHFS_DEPENDENCIES = host-zlib host-lz4 host-lzo host-xz host-zstd
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/zeromq/
H A Dczmq_4.2.1.bb25 PACKAGECONFIG ??= "lz4 uuid curl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
28 PACKAGECONFIG[lz4] = "-DCZMQ_WITH_LZ4=ON,-DCZMQ_WITH_LZ4=OFF,lz4"
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage_types.bbclass109 …squashfs-lz4 = "mksquashfs ${IMAGE_ROOTFS} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.squas…
113 IMAGE_CMD:erofs-lz4 = "mkfs.erofs -zlz4 ${EXTRA_IMAGECMD} ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME…
270 squashfs squashfs-xz squashfs-lzo squashfs-lz4 squashfs-zst \
272 tar tar.gz tar.bz2 tar.xz tar.lz4 tar.zst \
273 cpio cpio.gz cpio.xz cpio.lzma cpio.lz4 cpio.zst \
277 erofs erofs-lz4 erofs-lz4hc \
289 CONVERSIONTYPES = "gz bz2 lzma xz lz4 lzo zip zst sum md5sum sha1sum sha224sum sha256sum sha384sum …
294 CONVERSION_CMD:lz4 = "lz4 -9 -z -l ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.${type} ${IMAGE_NAME}${IMAGE_N…
319 CONVERSION_DEPENDS_lz4 = "lz4-native"
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A DMakefile13 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
68 suffix-$(CONFIG_KERNEL_LZ4) := lz4
77 $(obj)/vmlinux.bin.lz4: $(vmlinux.bin.all-y)
78 $(call if_changed,lz4)
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dpoky.yaml.in22 perl-File-Copy perl-locale zstd lz4"
26 zstd lz4
33 which SDL-devel xterm mesa-libGL-devel zstd lz4
42 rpcgen mesa-libGL-devel zstd lz4"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/
H A Drsync_3.2.5.bb35 PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/dovecot/
H A Ddovecot_2.3.14.bb29 PACKAGECONFIG[lz4] = "--with-lz4,--without-lz4,lz4,"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/
H A Dsquashfs-tools_git.bb25 PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible"
29 PACKAGECONFIG[lz4] = "LZ4_SUPPORT=1,LZ4_SUPPORT=0,lz4"
/OK3568_Linux_fs/buildroot/package/dovecot/
H A Ddovecot.mk96 DOVECOT_CONF_OPTS += --with-lz4
97 DOVECOT_DEPENDENCIES += lz4
99 DOVECOT_CONF_OPTS += --without-lz4
/OK3568_Linux_fs/buildroot/package/subversion/
H A Dsubversion.mk18 lz4 \
28 --with-lz4=$(STAGING_DIR)/usr \

12345678910>>...31