/openbmc/linux/lib/xz/ |
H A D | xz_dec_lzma2.c | 270 struct lzma_dec lzma; member 607 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() 608 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() 609 return s->lzma.literal[low + high]; in lzma_literal_probs() 624 if (lzma_state_is_literal(s->lzma.state)) { in lzma_literal() 628 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal() 647 lzma_state_literal(&s->lzma.state); in lzma_literal() 660 s->lzma.len = MATCH_LEN_MIN; in lzma_len() 665 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS; in lzma_len() 669 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS in lzma_len() [all …]
|
/openbmc/linux/arch/arc/boot/ |
H A D | Makefile | 17 targets += vmlinux.bin.lzma 20 targets += uImage.lzma 28 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE 29 $(call if_changed,lzma) 37 $(obj)/uImage.lzma: $(obj)/vmlinux.bin.lzma FORCE 38 $(call if_changed,uimage,lzma)
|
/openbmc/linux/arch/mips/boot/ |
H A D | Makefile | 29 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 …]
|
/openbmc/linux/arch/sh/boot/ |
H A D | Makefile | 25 suffix_$(CONFIG_KERNEL_LZMA) := lzma 30 uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \ 31 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 FORCE 90 $(call if_changed,uimage,lzma)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/ |
H A D | links.inc | 15 PACKAGECONFIG[lzma] = "--with-lzma,--without-lzma,xz"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/ |
H A D | libio-compress-lzma-perl_2.213.bb | 1 SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." 3 writing of lzma files/buffers." 20 libcompress-raw-lzma-perl \
|
/openbmc/linux/arch/arm64/boot/ |
H A D | Makefile | 19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo Image.zst 33 $(obj)/Image.lzma: $(obj)/Image FORCE 34 $(call if_changed,lzma)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/ |
H A D | snort_2.9.20.bb | 51 PACKAGECONFIG ?= "openssl lzma" 53 …ACKAGECONFIG[lzma] = "--with-lzma-includes=${STAGING_INCDIR} --with-lzma-libraries=${STAGING_LIBDI…
|
/openbmc/u-boot/lib/lzma/ |
H A D | README.txt | 11 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 | lzma.txt | 51 lzma.txt - LZMA SDK description (this file) 55 lzma.exe - Compiled file->file LZMA encoder/decoder for Windows 56 7zr.exe - 7-Zip with 7z/lzma/xz support. 102 LzmaCon - lzma.exe: LZMA compression/decompression 230 stored in .lzma file header. 238 1) LZMA e file.bin file.lzma -d16 -lc0 240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K) 245 2) LZMA e file.bin file.lzma -lc0 -lp2 247 compresses file.bin to file.lzma with settings suitable 250 3) LZMA d file.lzma file.bin [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/squashfs-tools/ |
H A D | squashfs-tools_git.bb | 1 # Note, we can probably remove the lzma option as it has be replaced with xz, 19 PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible" 24 PACKAGECONFIG[lzma] = "LZMA_XZ_SUPPORT=1,LZMA_XZ_SUPPORT=0,xz"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/ |
H A D | tiff_4.7.0.bb | 27 PACKAGECONFIG ?= "cxx jpeg zlib lzma \ 34 PACKAGECONFIG[lzma] = "--enable-lzma,--disable-lzma,xz,"
|
/openbmc/linux/scripts/ |
H A D | Makefile.package | 45 git-config-tar.lzma = -c tar.tar.lzma.command="$(LZMA)" 55 suffix-lzma := .lzma 61 linux-tarballs := $(addprefix linux, .tar.gz .tar.bz2 .tar.lzma .tar.xz) 106 supported-deb-source-compress := gzip bzip2 lzma xz
|
/openbmc/linux/fs/erofs/ |
H A D | decompressor_lzma.c | 78 struct z_erofs_lzma_cfgs *lzma = data; in z_erofs_load_lzma_config() local 83 if (!lzma || size < sizeof(struct z_erofs_lzma_cfgs)) { in z_erofs_load_lzma_config() 87 if (lzma->format) { in z_erofs_load_lzma_config() 89 le16_to_cpu(lzma->format)); in z_erofs_load_lzma_config() 92 dict_size = le32_to_cpu(lzma->dict_size); in z_erofs_load_lzma_config()
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/ |
H A D | libcompress-raw-lzma-perl_2.213.bb | 1 SUMMARY = "Low-Level Interface to lzma compresion library." 3 wrting of lzma, lzip and xz files/buffers."
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libzip/ |
H A D | libzip_1.11.2.bb | 10 PACKAGECONFIG[lzma] = "-DENABLE_LZMA=ON,-DENABLE_LZMA=OFF,xz" 18 PACKAGECONFIG ?= "ssl lzma tools examples"
|
/openbmc/linux/arch/parisc/boot/compressed/ |
H A D | Makefile | 14 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 56 suffix-$(CONFIG_KERNEL_LZMA) := lzma 66 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
|
/openbmc/openbmc/poky/meta/recipes-core/libxml/ |
H A D | libxml2_2.13.5.bb | 54 EXTRA_OECONF = "--without-debug --without-legacy --with-catalog --with-c14n --without-lzma" 55 EXTRA_OECONF:class-native = "--without-legacy --with-c14n --without-lzma --with-zlib" 56 EXTRA_OECONF:class-nativesdk = "--without-legacy --with-c14n --without-lzma --with-zlib" 57 EXTRA_OECONF:linuxstdbase = "--with-debug --with-legacy --with-c14n --without-lzma --with-zlib"
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 12 import lzma 63 with lzma.open(xz_path, 'rb') as lzma_in:
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | build.sh | 103 make Image.lzma 108 -d arch/arm64/boot/Image.lzma \ 109 -C lzma\
|
/openbmc/openbmc/poky/meta/recipes-extended/man-db/ |
H A D | man-db_2.13.0.bb | 31 PACKAGECONFIG[lzma] = "--with-lzma=lzma,ac_cv_prog_have_lzma='',xz"
|
/openbmc/linux/arch/sh/boot/compressed/ |
H A D | Makefile | 12 vmlinux.bin.lzma vmlinux.bin.xz vmlinux.bin.lzo $(OBJECTS) 47 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel-uboot.bbclass | 44 elif [ "${linux_comp}" = "lzma" ] ; then 45 xz --format=lzma -f -6 linux.bin
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/ |
H A D | 0001-configure-Fix-check-functions-for-AC_CHECK_LIB-test.patch | 43 - AC_CHECK_LIB(lzma, main) 44 + AC_CHECK_LIB(lzma, lzma_easy_buffer_encode)
|
/openbmc/linux/arch/riscv/boot/ |
H A D | Makefile | 61 $(obj)/Image.lzma: $(obj)/Image FORCE 62 $(call if_changed,lzma)
|