Searched refs:bufLimit (Results 1 – 1 of 1) sorted by relevance
50 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=…134 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() argument434 while (dicPos < limit && buf < bufLimit); in LzmaDec_DecodeReal()480 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() argument491 RINOK(LzmaDec_DecodeReal(p, limit2, bufLimit)); in LzmaDec_DecodeReal2()496 while (p->dicPos < limit && p->buf < bufLimit && p->remainLen < kMatchSpecLenStart); in LzmaDec_DecodeReal2()517 const Byte *bufLimit = buf + inSize; in LzmaDec_TryDummy() local801 const Byte *bufLimit; in LzmaDec_DecodeToDic() local818 bufLimit = src; in LzmaDec_DecodeToDic()821 bufLimit = src + inSize - LZMA_REQUIRED_INPUT_MAX; in LzmaDec_DecodeToDic()[all …]
Completed in 4 milliseconds