Searched refs:unc_len (Results 1 – 4 of 4) sorted by relevance
| /u-boot/boot/ |
| A D | image.c | 445 uint unc_len, ulong *load_end) in image_decomp() argument 462 if (image_len <= unc_len) in image_decomp() 469 ret = gunzip(load_buf, unc_len, image_buf, &image_len); in image_decomp() 473 uint size = unc_len; in image_decomp() 487 SizeT lzma_len = unc_len; in image_decomp() 496 size_t size = unc_len; in image_decomp() 504 size_t size = unc_len; in image_decomp() 515 abuf_init_set(&out, load_buf, unc_len); in image_decomp()
|
| /u-boot/cmd/ |
| A D | ximg.c | 55 uint unc_len = CFG_SYS_XIMG_LEN; in do_imgextract() local 215 if (gunzip((void *) dest, unc_len, in do_imgextract() 235 &unc_len, (char *)data, len, in do_imgextract()
|
| /u-boot/test/ |
| A D | compression.c | 535 int unc_len; in run_bootm_test() local 543 unc_len = strlen(plain); in run_bootm_test() 544 compress(uts, (void *)plain, unc_len, compress_buff, compress_size, in run_bootm_test() 548 compress_buff, compress_size, unc_len, in run_bootm_test() 553 compress_buff, compress_size, unc_len - 1, in run_bootm_test()
|
| /u-boot/include/ |
| A D | image.h | 945 uint unc_len, ulong *load_end);
|
Completed in 110 milliseconds