/openbmc/u-boot/lib/lzma/ |
H A D | lzma.txt | 14 decompressing. 33 - ANSI-C/C++/C#/Java source code for LZMA compressing and decompressing 34 - Compiled file->file LZMA compressing/decompressing program for Windows system 142 - Estimated decompressing speed: 145 - Small memory requirements for decompressing (16 KB + DictionarySize) 146 - Small code size for decompressing: 5-8 KB 156 The speed of LZMA decompressing mostly depends from CPU speed. 173 b: Benchmark. There are two tests: compressing and decompressing 193 For decompressing file compressed by LZMA method with dictionary 287 Decompressing = LZMA_decoding + Filter_decoding [all …]
|
H A D | history.txt | 89 - C++ code for .7z archives compressing/decompressing from 7-zip 157 decompressing worked incorrectly. 189 - New example for RAM->RAM compressing/decompressing: 232 and decompressing speed and shows rating values. 261 2001-2008: Improvements to LZMA compressing/decompressing code,
|
/openbmc/linux/fs/squashfs/ |
H A D | page_actor.c | 15 * This file contains implementations of page_actor for decompressing into 16 * an intermediate buffer, and for decompressing directly into the 23 /* Implementation of page_actor for decompressing into intermediate buffer */ 62 /* Implementation of page_actor for decompressing directly into page cache. */
|
H A D | Kconfig | 33 Squashfs now supports two options for decompressing file
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyzstd_0.16.2.bb | 2 decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm."
|
/openbmc/linux/include/linux/decompress/ |
H A D | unxz.h | 2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
|
/openbmc/linux/Documentation/staging/ |
H A D | xz.rst | 39 For decompressing the kernel image, initramfs, and initrd, there 84 is used in single-call mode. Decompressing the kernel itself is an
|
/openbmc/linux/drivers/media/usb/pwc/ |
H A D | pwc-kiara.h | 26 unsigned short bandlength; /* Bandlength when decompressing */
|
H A D | pwc-timon.h | 41 unsigned short bandlength; /* Bandlength when decompressing */
|
/openbmc/linux/fs/cramfs/ |
H A D | uncompress.c | 54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
|
/openbmc/u-boot/fs/cramfs/ |
H A D | uncompress.c | 50 /*printf ("Error %d while decompressing!\n", err); */ in cramfs_uncompress_block()
|
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/ |
H A D | mediatek,dsc.yaml | 15 compressing and decompressing image display streams, including
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | kernel.bbclass | 261 echo "gzip decompressing image" 266 echo "lz4 decompressing image" 271 echo "lzo decompressing image" 276 echo "lzma decompressing image" 281 echo "xz decompressing image" 286 echo "zst decompressing image"
|
/openbmc/u-boot/include/ |
H A D | bootm.h | 76 * @image_start Image start address (where we are decompressing from)
|
/openbmc/linux/arch/nios2/boot/compressed/ |
H A D | head.S | 87 /* flush all data cache after decompressing */
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | decompress.c | 105 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
|
H A D | Makefile | 17 # set the default size of the mallocing area for decompressing
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | zboot.c | 90 efi_info("Decompressing Linux Kernel...\n"); in efi_zboot_entry()
|
/openbmc/linux/lib/ |
H A D | decompress_unlz4.c | 3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
|
/openbmc/linux/Documentation/filesystems/ |
H A D | cramfs.rst | 58 decompressing.
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | ipmi_capture.js | 100 console.log('Error decompressing .tar.gz file:' + err); 103 // example error: "Error decompressing .tar.gz file:Error: incorrect data check"
|
/openbmc/u-boot/tools/easylogo/ |
H A D | easylogo.c | 492 " -b Preallocate space in bss for decompressing image\n" in usage() 535 puts("Preallocating bss space for decompressing image"); in main()
|
/openbmc/linux/lib/lz4/ |
H A D | lz4defs.h | 148 * environments. This is needed when decompressing the Linux Kernel, for example.
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.h | 53 * stream which should be used for decompressing the data;
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | main.c | 81 printf("Decompressing (0x%p <- 0x%p:0x%p)...\n\r", addr, in prep_kernel()
|