Searched refs:lookAhead (Results 1 – 3 of 3) sorted by relevance
832 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local833 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()834 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()841 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()854 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf)); in LzmaDec_DecodeToDic()855 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()856 src += lookAhead; in LzmaDec_DecodeToDic()857 inSize -= lookAhead; in LzmaDec_DecodeToDic()
814 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local815 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()816 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()823 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()836 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf)); in LzmaDec_DecodeToDic()837 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()838 src += lookAhead; in LzmaDec_DecodeToDic()839 inSize -= lookAhead; in LzmaDec_DecodeToDic()