Searched refs:lzma_len (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_decomp.c | 161 SizeT lzma_len; in un_lzma() local 168 lzma_len = SZ_2M; /* default max size */ in un_lzma() 169 err = lzmaBuffToBuffDecompress((uchar *)(load_addr), &lzma_len, in un_lzma()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | fit_misc.c | 103 SizeT lzma_len = ALIGN(len, FIT_MAX_SPL_IMAGE_SZ); in fit_decomp_image() local 104 ret = lzmaBuffToBuffDecompress((uchar *)(*load_addr), &lzma_len, in fit_decomp_image() 106 len = lzma_len; in fit_decomp_image()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bootm.c | 457 SizeT lzma_len = unc_len; in bootm_decomp_image() local 459 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len, in bootm_decomp_image() 461 image_len = lzma_len; in bootm_decomp_image()
|
| /OK3568_Linux_fs/kernel/lib/xz/ |
| H A D | xz_dec_lzma2.c | 636 static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len() function 675 lzma_len(s, &s->lzma.match_len_dec, pos_state); in lzma_match() 735 lzma_len(s, &s->lzma.rep_len_dec, pos_state); in lzma_rep_match()
|