Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h177 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit,
H A DLzmaDec.c745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() argument
750 LzmaDec_WriteRem(p, dicLimit); in LzmaDec_DecodeToDic()
775 if (p->dicPos >= dicLimit) in LzmaDec_DecodeToDic()
823 if (LzmaDec_DecodeReal2(p, dicLimit, bufLimit) != 0) in LzmaDec_DecodeToDic()
852 if (LzmaDec_DecodeReal2(p, dicLimit, p->buf) != 0) in LzmaDec_DecodeToDic()