Home
last modified time | relevance | path

Searched refs:unc_len (Results 1 – 5 of 5) sorted by relevance

/third_party/uboot/u-boot-2020.01/cmd/
Dximg.c53 uint unc_len = CONFIG_SYS_XIMG_LEN; in do_imgextract() local
216 if (gunzip((void *) dest, unc_len, in do_imgextract()
236 &unc_len, (char *)data, len, in do_imgextract()
/third_party/uboot/u-boot-2020.01/test/
Dcompression.c465 int unc_len; in run_bootm_test() local
473 unc_len = strlen(plain); in run_bootm_test()
474 compress(uts, (void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test()
478 compress_buff, compress_size, unc_len, in run_bootm_test()
483 compress_buff, compress_size, unc_len - 1, in run_bootm_test()
/third_party/uboot/u-boot-2020.01/common/
Dimage.c410 uint unc_len, ulong *load_end) in image_decomp() argument
426 if (image_len <= unc_len) in image_decomp()
433 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp()
439 uint size = unc_len; in image_decomp()
455 SizeT lzma_len = unc_len; in image_decomp()
465 size_t size = unc_len; in image_decomp()
474 size_t size = unc_len; in image_decomp()
/third_party/uboot/u-boot-2020.01/include/
Dimage.h871 uint unc_len, ulong *load_end);
Dimage.h.orig864 * @unc_len: Available space for decompression
869 uint unc_len, ulong *load_end);