Searched refs:sz_in (Results 1 - 1 of 1) sorted by path

/u-boot/lib/
H A Dfdtdec.c1171 ulong sz_in = sz_src; local
1176 if (gzip_parse_header(src, sz_in) >= 0)
1201 rc = gunzip(dst, sz_out, (u8 *)src, &sz_in);
1203 rc = lzop_decompress(src, sz_in, dst, &sz_out);

Completed in 64 milliseconds