Home
last modified time | relevance | path

Searched refs:uncompress (Results 1 – 11 of 11) sorted by relevance

/u-boot/fs/cramfs/
A DMakefile7 obj-y += uncompress.o
/u-boot/test/
A Dcompression.c374 mutate_func compress, mutate_func uncompress, in run_test_internal() argument
393 ut_assertok(uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()
402 ut_assertok(uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()
411 ut_assertok(uncompress(uts, buf->compressed_buf, buf->compressed_size + 4, in run_test_internal()
428 ret = uncompress(uts, buf->compressed_buf, buf->compressed_size, in run_test_internal()
440 mutate_func compress, mutate_func uncompress) in run_test() argument
460 ret = run_test_internal(uts, name, compress, uncompress, buf); in run_test()
/u-boot/lib/zlib/
A Duncompr.c90 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() function
/u-boot/fs/squashfs/
A Dsqfs_decompressor.c134 ret = uncompress(dest, dest_len, source, src_len); in sqfs_decompress()
/u-boot/include/u-boot/
A Dzlib.h91 # define uncompress z_uncompress macro
719 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
/u-boot/dts/
A DKconfig230 hex "Size of memory reserved to uncompress the DTBs"
329 hex "Size of memory reserved to uncompress the DTBs"
/u-boot/lib/
A DKconfig720 bool "Enables zlib's uncompress() functionality"
722 This enables an extra zlib functionality: the uncompress() function,
/u-boot/boot/
A DKconfig244 uncompress. Must be at least as large as biggest overlay
1038 8 common/cmd_bootm.c No uncompress/copy overwrite error
1146 -113 common/cmd_bootm.c Image uncompress/copy overwrite error
/u-boot/doc/usage/
A Denvironment.rst128 This can be used to load and uncompress arbitrary data.
/u-boot/tools/binman/
A Dentries.rst1491 uncompress it first, then return the uncompressed data (`decomp` is
/u-boot/doc/develop/package/
A Dentries.rst1491 uncompress it first, then return the uncompressed data (`decomp` is

Completed in 37 milliseconds