Home
last modified time | relevance | path

Searched full:decompressing (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/u-boot/lib/lzma/
H A Dlzma.txt14 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 Dhistory.txt89 - 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 Dpage_actor.c15 * 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 DKconfig33 Squashfs now supports two options for decompressing file
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyzstd_0.16.2.bb2 decompressing data, using Facebook’s Zstandard (or zstd as short name) algorithm."
/openbmc/linux/include/linux/decompress/
H A Dunxz.h2 * Wrapper for decompressing XZ-compressed kernel, initramfs, and initrd
/openbmc/linux/Documentation/staging/
H A Dxz.rst39 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 Dpwc-kiara.h26 unsigned short bandlength; /* Bandlength when decompressing */
H A Dpwc-timon.h41 unsigned short bandlength; /* Bandlength when decompressing */
/openbmc/linux/fs/cramfs/
H A Duncompress.c54 pr_err("Error %d while decompressing!\n", err); in cramfs_uncompress_block()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c50 /*printf ("Error %d while decompressing!\n", err); */ in cramfs_uncompress_block()
/openbmc/linux/Documentation/devicetree/bindings/display/mediatek/
H A Dmediatek,dsc.yaml15 compressing and decompressing image display streams, including
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass261 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 Dbootm.h76 * @image_start Image start address (where we are decompressing from)
/openbmc/linux/arch/nios2/boot/compressed/
H A Dhead.S87 /* flush all data cache after decompressing */
/openbmc/linux/arch/mips/boot/compressed/
H A Ddecompress.c105 /* This area are prepared for mallocing when decompressing */ in decompress_kernel()
H A DMakefile17 # set the default size of the mallocing area for decompressing
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dzboot.c90 efi_info("Decompressing Linux Kernel...\n"); in efi_zboot_entry()
/openbmc/linux/lib/
H A Ddecompress_unlz4.c3 * Wrapper for decompressing LZ4-compressed kernel, initramfs, and initrd
/openbmc/linux/Documentation/filesystems/
H A Dcramfs.rst58 decompressing.
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js100 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 Deasylogo.c492 " -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 Dlz4defs.h148 * environments. This is needed when decompressing the Linux Kernel, for example.
/openbmc/qemu/ui/
H A Dvnc-enc-tight.h53 * stream which should be used for decompressing the data;
/openbmc/linux/arch/powerpc/boot/
H A Dmain.c81 printf("Decompressing (0x%p <- 0x%p:0x%p)...\n\r", addr, in prep_kernel()

123