Home
last modified time | relevance | path

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

/external/u-boot/common/
Dbootm.c336 size_t unc_len, int ret) in handle_decomp_error() argument
340 if (uncomp_size >= unc_len) in handle_decomp_error()
360 uint unc_len, ulong *load_end) in bootm_decomp_image() argument
376 if (image_len <= unc_len) in bootm_decomp_image()
383 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
389 uint size = unc_len; in bootm_decomp_image()
405 SizeT lzma_len = unc_len; in bootm_decomp_image()
415 size_t size = unc_len; in bootm_decomp_image()
424 size_t size = unc_len; in bootm_decomp_image()
437 return handle_decomp_error(comp, image_len, unc_len, ret); in bootm_decomp_image()
/external/u-boot/cmd/
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()
/external/u-boot/test/
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()
/external/u-boot/include/
Dbootm.h73 uint unc_len, ulong *load_end);