Home
last modified time | relevance | path

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

/boot/
A Dimage.c453 uint unc_len, ulong *load_end) in image_decomp() argument
470 if (image_len <= unc_len) in image_decomp()
477 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp()
481 uint size = unc_len; in image_decomp()
495 SizeT lzma_len = unc_len; in image_decomp()
504 size_t size = unc_len; in image_decomp()
512 size_t size = unc_len; in image_decomp()
523 abuf_init_set(&out, load_buf, unc_len); in image_decomp()

Completed in 3 milliseconds