Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dbootm.c353 static int handle_decomp_error(int comp_type, size_t uncomp_size, 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()