Searched refs:LzmaDec_DecodeReal2 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c488 /* LzmaDec_DecodeReal2 decodes LZMA-symbols and sets p->needFlush and p->needInit, if required. */
490 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) function
833 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0)
862 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0)

Completed in 16 milliseconds