Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dximg.c55 uint unc_len = CONFIG_SYS_XIMG_LEN; in do_imgextract() local
218 if (gunzip((void *) dest, unc_len, in do_imgextract()
238 &unc_len, (char *)data, len, in do_imgextract()
/u-boot/test/
A Dcompression.c467 int unc_len; in run_bootm_test() local
475 unc_len = strlen(plain); in run_bootm_test()
476 compress(uts, (void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test()
480 compress_buff, compress_size, unc_len, in run_bootm_test()
485 compress_buff, compress_size, unc_len - 1, in run_bootm_test()
/u-boot/common/
A Dimage.c444 uint unc_len, ulong *load_end) in image_decomp() argument
460 if (image_len <= unc_len) in image_decomp()
468 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp()
476 uint size = unc_len; in image_decomp()
494 SizeT lzma_len = unc_len; in image_decomp()
506 size_t size = unc_len; in image_decomp()
517 size_t size = unc_len; in image_decomp()
528 size_t size = unc_len; in image_decomp()
/u-boot/include/
A Dimage.h940 uint unc_len, ulong *load_end);

Completed in 13 milliseconds