Searched refs:lookAhead (Results 1 – 3 of 3) sorted by relevance
895 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local896 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()897 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()904 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()923 if (lookAhead < rem) in LzmaDec_DecodeToDic()925 lookAhead -= rem; in LzmaDec_DecodeToDic()927 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()928 src += lookAhead; in LzmaDec_DecodeToDic()929 inSize -= lookAhead; in LzmaDec_DecodeToDic()
897 unsigned rem = p->tempBufSize, lookAhead = 0; in LzmaDec_DecodeToDic() local898 while (rem < LZMA_REQUIRED_INPUT_MAX && lookAhead < inSize) in LzmaDec_DecodeToDic()899 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()906 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()925 if (lookAhead < rem) in LzmaDec_DecodeToDic()927 lookAhead -= rem; in LzmaDec_DecodeToDic()929 (*srcLen) += lookAhead; in LzmaDec_DecodeToDic()930 src += lookAhead; in LzmaDec_DecodeToDic()931 inSize -= lookAhead; in LzmaDec_DecodeToDic()