Searched refs:curLen (Results 1 – 5 of 5) sorted by relevance
383 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local386 processedPos += curLen; in LzmaDec_DecodeReal()388 len -= curLen; in LzmaDec_DecodeReal()389 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()393 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()394 dicPos += curLen; in LzmaDec_DecodeReal()407 while (--curLen != 0); in LzmaDec_DecodeReal()
382 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local385 processedPos += curLen; in LzmaDec_DecodeReal()387 len -= curLen; in LzmaDec_DecodeReal()388 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()392 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()393 dicPos += curLen; in LzmaDec_DecodeReal()406 while (--curLen != 0); in LzmaDec_DecodeReal()
307 int curLen = getCurrentComponentLen(curPath); in findNode() local311 curNode = curNode->getChild(std::string(curPath, curPath+curLen)); in findNode()316 curPath += curLen; in findNode()324 curLen = getCurrentComponentLen(curPath); in findNode()
1206 + unsigned curLen = ((rem < len) ? (unsigned)rem : len);1209 + processedPos += curLen;1211 + len -= curLen;1212 + if (pos + curLen <= dicBufSize)1216 + const Byte *lim = dest + curLen;1217 + dicPos += curLen;1230 + while (--curLen != 0);