Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c414 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local
417 processedPos += curLen; in LzmaDec_DecodeReal()
419 len -= curLen; in LzmaDec_DecodeReal()
420 if (pos + curLen <= dicBufSize) in LzmaDec_DecodeReal()
424 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal()
425 dicPos += curLen; in LzmaDec_DecodeReal()
438 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()
/external/robolectric/v3/runtime/
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...