Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dximg.c51 uint unc_len = CONFIG_SYS_XIMG_LEN; in do_imgextract() local
214 if (gunzip((void *) dest, unc_len, in do_imgextract()
234 &unc_len, (char *)data, len, in do_imgextract()
/rk3399_rockchip-uboot/common/
H A Dbootm.c354 size_t unc_len, int ret) in handle_decomp_error() argument
358 if (uncomp_size >= unc_len) in handle_decomp_error()
360 (ulong)uncomp_size, (ulong)unc_len); in handle_decomp_error()
411 uint unc_len, ulong *load_end) in bootm_decomp_image() argument
428 if (image_len <= unc_len) in bootm_decomp_image()
435 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in bootm_decomp_image()
441 uint size = unc_len; in bootm_decomp_image()
457 SizeT lzma_len = unc_len; in bootm_decomp_image()
467 size_t size = unc_len; in bootm_decomp_image()
476 size_t size = unc_len; in bootm_decomp_image()
[all …]
/rk3399_rockchip-uboot/test/
H A Dcompression.c412 int unc_len; in run_bootm_test() local
420 unc_len = strlen(plain); in run_bootm_test()
421 compress((void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test()
425 compress_buff, compress_size, unc_len, in run_bootm_test()
431 compress_buff, compress_size, unc_len - 1, in run_bootm_test()
/rk3399_rockchip-uboot/include/
H A Dbootm.h76 uint unc_len, ulong *load_end);