Searched refs:uncompress (Results 1 – 11 of 11) sorted by relevance
| /u-boot/fs/cramfs/ |
| A D | Makefile | 7 obj-y += uncompress.o
|
| /u-boot/test/ |
| A D | compression.c | 374 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 D | uncompr.c | 90 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() function
|
| /u-boot/fs/squashfs/ |
| A D | sqfs_decompressor.c | 134 ret = uncompress(dest, dest_len, source, src_len); in sqfs_decompress()
|
| /u-boot/include/u-boot/ |
| A D | zlib.h | 91 # define uncompress z_uncompress macro 719 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
|
| /u-boot/dts/ |
| A D | Kconfig | 230 hex "Size of memory reserved to uncompress the DTBs" 329 hex "Size of memory reserved to uncompress the DTBs"
|
| /u-boot/lib/ |
| A D | Kconfig | 720 bool "Enables zlib's uncompress() functionality" 722 This enables an extra zlib functionality: the uncompress() function,
|
| /u-boot/boot/ |
| A D | Kconfig | 244 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 D | environment.rst | 128 This can be used to load and uncompress arbitrary data.
|
| /u-boot/tools/binman/ |
| A D | entries.rst | 1491 uncompress it first, then return the uncompressed data (`decomp` is
|
| /u-boot/doc/develop/package/ |
| A D | entries.rst | 1491 uncompress it first, then return the uncompressed data (`decomp` is
|
Completed in 37 milliseconds