Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dbootm.c403 SizeT lzma_len = unc_len; in bootm_decomp_image() local
405 ret = lzmaBuffToBuffDecompress(load_buf, &lzma_len, in bootm_decomp_image()
407 image_len = lzma_len; in bootm_decomp_image()
/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c651 static void lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, in lzma_len() function
690 lzma_len(s, &s->lzma.match_len_dec, pos_state); in lzma_match()
750 lzma_len(s, &s->lzma.rep_len_dec, pos_state); in lzma_rep_match()