Home
last modified time | relevance | path

Searched refs:curLen (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzmaDec.c458 unsigned curLen; in LzmaDec_DecodeReal() local
467 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()
/external/deqp/framework/common/
DtcuCommandLine.cpp319 int curLen = getCurrentComponentLen(curPath); in findNode() local
323 curNode = curNode->getChild(std::string(curPath, curPath+curLen)); in findNode()
328 curPath += curLen; in findNode()
336 curLen = getCurrentComponentLen(curPath); in findNode()