Searched refs:curLen (Results 1 – 3 of 3) sorted by relevance
458 unsigned curLen; in LzmaDec_DecodeReal() local467 curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal()470 processedPos += curLen; in LzmaDec_DecodeReal()472 len -= curLen; in LzmaDec_DecodeReal()473 if (curLen <= dicBufSize - pos) in LzmaDec_DecodeReal()477 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()478 dicPos += curLen; in LzmaDec_DecodeReal()491 while (--curLen != 0); in LzmaDec_DecodeReal()
460 unsigned curLen; in LzmaDec_DecodeReal() local469 curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal()472 processedPos += curLen; in LzmaDec_DecodeReal()474 len -= curLen; in LzmaDec_DecodeReal()475 if (curLen <= dicBufSize - pos) in LzmaDec_DecodeReal()479 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()480 dicPos += curLen; in LzmaDec_DecodeReal()493 while (--curLen != 0); in LzmaDec_DecodeReal()