Searched refs:curLen (Results 1 – 1 of 1) sorted by relevance
399 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local402 processedPos += curLen; in LzmaDec_DecodeReal()404 len -= curLen; in LzmaDec_DecodeReal()405 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()409 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()410 dicPos += curLen; in LzmaDec_DecodeReal()429 while (--curLen != 0); in LzmaDec_DecodeReal()