Home
last modified time | relevance | path

Searched refs:lzma (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_dec_lzma2.c266 struct lzma_dec lzma; member
592 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs()
593 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs()
594 return s->lzma.literal[low + high]; in lzma_literal_probs()
609 if (lzma_state_is_literal(s->lzma.state)) { in lzma_literal()
613 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal()
632 lzma_state_literal(&s->lzma.state); in lzma_literal()
645 s->lzma.len = MATCH_LEN_MIN; in lzma_len()
650 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS; in lzma_len()
654 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS in lzma_len()
[all …]
/OK3568_Linux_fs/u-boot/lib/lzma/
H A DLzmaDec.su
H A DLzmaTools.su
H A D.built-in.o.cmd
H A DREADME.txt11 and lzma.txt from source archive into the lib_lzma directory (pwd).
17 Notice: The files from lzma sdk are _not modified_ by this script!
24 The directory U-BOOT/include/lzma contains stubs files that permit to use the
H A D.LzmaTools.o.cmd
/OK3568_Linux_fs/kernel/arch/mips/boot/
H A DMakefile29 suffix-$(CONFIG_KERNEL_LZMA) := lzma
59 extra-y += vmlinux.bin.lzma
68 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
69 $(call if_changed,lzma)
82 targets += uImage.lzma
94 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
95 $(call if_changed,uimage,lzma)
126 targets += vmlinux.lzma.its
148 $(obj)/vmlinux.lzma.its: $(obj)/vmlinux.its.S $(VMLINUX) FORCE
149 $(call if_changed,cpp_its_S,lzma,vmlinux.bin.lzma)
[all …]
/OK3568_Linux_fs/kernel/arch/arc/boot/
H A DMakefile18 targets += uImage.lzma
21 extra-y += vmlinux.bin.lzma
29 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
30 $(call if_changed,lzma)
38 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE
39 $(call if_changed,uimage,lzma)
/OK3568_Linux_fs/buildroot/package/casync/
H A D0001-castore-fix-build-without-lzma-or-xz.patch4 Subject: [PATCH] castore: fix build without lzma or xz
6 castore.c unconditioanlly includes lzma.h, but lzma support if optional.
7 Furthermore, castore.c does not need anything from lzma.h.
13 - lzma.h is not needed at all
29 -#include <lzma.h>
/OK3568_Linux_fs/kernel/arch/sh/boot/
H A DMakefile25 suffix-$(CONFIG_KERNEL_LZMA) := lzma
30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin
31 extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
74 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
75 $(call if_changed,lzma)
89 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma
90 $(call if_changed,uimage,lzma)
/OK3568_Linux_fs/buildroot/package/lzma/
H A Dlzma.mk8 LZMA_SOURCE = lzma-$(LZMA_VERSION).tar.xz
9 LZMA_SITE = http://tukaani.org/lzma
10 LZMA_LICENSE = LGPL-2.1+ (lzmadec library, lzmainfo, LzmaDecode), GPL-2.0+ (lzma program, lzgrep an…
15 LZMA = $(HOST_DIR)/bin/lzma
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/
H A Dlinks.inc15 PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/snort/
H A Dsnort_2.9.19.bb45 PACKAGECONFIG ?= "openssl lzma"
47 …ACKAGECONFIG[lzma] = "--with-lzma-includes=${STAGING_INCDIR} --with-lzma-libraries=${STAGING_LIBDI…
/OK3568_Linux_fs/kernel/arch/arm64/boot/
H A DMakefile19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo
33 $(obj)/Image.lzma: $(obj)/Image FORCE
34 $(call if_changed,lzma)
/OK3568_Linux_fs/kernel/arch/s390/boot/compressed/
H A DMakefile15 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
45 suffix-$(CONFIG_KERNEL_LZMA) := .lzma
55 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
56 $(call if_changed,lzma)
/OK3568_Linux_fs/buildroot/package/libxml2/
H A Dlibxml2.mk28 HOST_LIBXML2_CONF_OPTS = --without-zlib --without-lzma --without-python
46 LIBXML2_CONF_OPTS += --with-lzma
48 LIBXML2_CONF_OPTS += --without-lzma
/OK3568_Linux_fs/kernel/arch/parisc/boot/compressed/
H A DMakefile13 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4
69 suffix-$(CONFIG_KERNEL_LZMA) := lzma
79 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y)
80 $(call if_changed,lzma)
/OK3568_Linux_fs/buildroot/package/elfutils/
H A Delfutils.mk28 --with-lzma \
78 ELFUTILS_CONF_OPTS += --with-lzma
80 ELFUTILS_CONF_OPTS += --without-lzma
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/
H A Dsquashfs-tools_git.bb1 # Note, we can probably remove the lzma option as it has be replaced with xz,
25 PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible"
30 PACKAGECONFIG[lzma] = "LZMA_XZ_SUPPORT=1,LZMA_XZ_SUPPORT=0,xz"
/OK3568_Linux_fs/kernel/arch/sh/boot/compressed/
H A DMakefile9 vmlinux.bin.bz2 vmlinux.bin.lzma \
62 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
63 $(call if_changed,lzma)
/OK3568_Linux_fs/buildroot/package/kexec/
H A Dkexec.mk25 KEXEC_CONF_OPTS += --with-lzma
28 KEXEC_CONF_OPTS += --without-lzma
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.3.0.bb57 PACKAGECONFIG ?= "cxx jpeg zlib lzma \
64 PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
/OK3568_Linux_fs/buildroot/package/libarchive/
H A Dlibarchive.mk125 LIBARCHIVE_CONF_OPTS += --with-lzma
127 LIBARCHIVE_CONF_OPTS += --without-lzma
154 --without-lzma \
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A DMakefile28 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
131 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE
132 $(call if_changed,lzma)
144 suffix-$(CONFIG_KERNEL_LZMA) := lzma
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/man-db/
H A Dman-db_2.10.2.bb29 PACKAGECONFIG[lzma] = "--with-lzma=lzma,ac_cv_prog_have_lzma='',xz"

123456