Searched refs:lzma (Results 1 – 23 of 23) sorted by relevance
| /linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 269 struct lzma_dec lzma; member 606 uint32_t low = prev_byte >> (8 - s->lzma.lc); in lzma_literal_probs() 607 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() 608 return s->lzma.literal[low + high]; in lzma_literal_probs() 623 if (lzma_state_is_literal(s->lzma.state)) { in lzma_literal() 627 match_byte = dict_get(&s->dict, s->lzma.rep0) << 1; in lzma_literal() 646 lzma_state_literal(&s->lzma.state); in lzma_literal() 659 s->lzma.len = MATCH_LEN_MIN; in lzma_len() 664 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS; in lzma_len() 668 s->lzma.len = MATCH_LEN_MIN + LEN_LOW_SYMBOLS in lzma_len() [all …]
|
| /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)
|
| /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)
|
| /linux/arch/arm64/boot/ |
| H A D | Makefile | 19 targets := Image Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo \ 34 $(obj)/Image.lzma: $(obj)/Image FORCE 35 $(call if_changed,lzma)
|
| /linux/scripts/ |
| H A D | Makefile.package | 24 git-config-tar.lzma = -c tar.tar.lzma.command="$(LZMA)" 34 suffix-lzma := .lzma 40 linux-tarballs := $(addprefix linux, .tar.gz .tar.bz2 .tar.lzma .tar.xz) 88 supported-deb-source-compress := gzip bzip2 lzma xz
|
| /linux/arch/parisc/boot/compressed/ |
| H A D | Makefile | 10 targets += vmlinux.bin.xz vmlinux.bin.lzma vmlinux.bin.lzo vmlinux.bin.lz4 53 suffix-$(CONFIG_KERNEL_LZMA) := lzma 63 $(obj)/vmlinux.bin.lzma: $(obj)/vmlinux.bin FORCE
|
| /linux/arch/riscv/boot/ |
| H A D | Makefile | 51 $(obj)/Image.lzma: $(obj)/Image FORCE 52 $(call if_changed,lzma)
|
| /linux/arch/arc/ |
| H A D | Makefile | 94 boot_targets := uImage.bin uImage.gz uImage.lzma 102 uimage-default-$(CONFIG_KERNEL_LZMA) := uImage.lzma
|
| /linux/arch/x86/boot/compressed/ |
| H A D | Makefile | 20 targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \ 141 $(obj)/vmlinux.bin.lzma: $(vmlinux.bin.all-y) FORCE 154 suffix-$(CONFIG_KERNEL_LZMA) := lzma
|
| /linux/arch/riscv/ |
| H A D | Makefile | 142 boot-image-$(CONFIG_KERNEL_LZMA) := Image.lzma 170 BOOT_TARGETS := Image Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader l… 175 Image.gz Image.bz2 Image.lz4 Image.lzma Image.lzo Image.zst Image.xz loader xipImage vmlinuz.efi: I…
|
| /linux/arch/csky/boot/ |
| H A D | Makefile | 10 compress-$(CONFIG_KERNEL_LZMA) = lzma
|
| /linux/tools/build/ |
| H A D | Makefile.feature | 92 lzma \ 148 lzma \
|
| /linux/usr/ |
| H A D | Makefile | 9 compress-$(CONFIG_INITRAMFS_COMPRESSION_LZMA) := lzma
|
| H A D | Kconfig | 169 or lzma tools to be able to compress the initram.
|
| /linux/scripts/package/ |
| H A D | buildtar | 92 for i in Image.bz2 Image.gz Image.lz4 Image.lzma Image.lzo vmlinuz.efi ; do
|
| /linux/arch/powerpc/boot/ |
| H A D | wrapper | 400 .lzma) 401 xz --format=lzma -f -6 "$vmz.$$"
|
| H A D | Makefile | 269 compressor-$(CONFIG_KERNEL_LZMA) := lzma
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-check.txt | 67 lzma / HAVE_LZMA_SUPPORT
|
| /linux/ |
| H A D | .gitignore | 36 *.lzma
|
| H A D | Makefile | 548 LZMA = lzma
|
| /linux/tools/build/feature/ |
| H A D | Makefile | 56 test-lzma.bin \ 318 $(OUTPUT)test-lzma.bin:
|
| /linux/tools/perf/util/ |
| H A D | Build | 243 perf-util-$(CONFIG_LZMA) += lzma.o
|
| /linux/init/ |
| H A D | Kconfig | 333 If you have any problems with bzip2 or lzma compressed
|