Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dximg.c50 uint unc_len = CONFIG_SYS_XIMG_LEN; in do_imgextract() local
213 if (gunzip((void *) dest, unc_len, in do_imgextract()
233 &unc_len, (char *)data, len, in do_imgextract()
/openbmc/u-boot/common/
H A Dbootm.c334 size_t unc_len, int ret) in handle_decomp_error() argument
338 if (uncomp_size >= unc_len) in handle_decomp_error()
358 uint unc_len, ulong *load_end) in bootm_decomp_image() argument
374 if (image_len <= unc_len) in bootm_decomp_image()
381 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
387 uint size = unc_len; in bootm_decomp_image()
403 SizeT lzma_len = unc_len; in bootm_decomp_image()
413 size_t size = unc_len; in bootm_decomp_image()
422 size_t size = unc_len; in bootm_decomp_image()
435 return handle_decomp_error(comp, image_len, unc_len, ret); in bootm_decomp_image()
/openbmc/u-boot/test/
H A Dcompression.c463 int unc_len; in run_bootm_test() local
471 unc_len = strlen(plain); in run_bootm_test()
472 compress(uts, (void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test()
476 compress_buff, compress_size, unc_len, in run_bootm_test()
481 compress_buff, compress_size, unc_len - 1, in run_bootm_test()
/openbmc/u-boot/include/
H A Dbootm.h86 uint unc_len, ulong *load_end);