Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c383 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local
386 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()
/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c382 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local
385 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()
/external/lzma/C/
DLzmaDec.c382 unsigned curLen = ((rem < len) ? (unsigned)rem : len); in LzmaDec_DecodeReal() local
385 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()
/external/deqp/framework/common/
DtcuCommandLine.cpp307 int curLen = getCurrentComponentLen(curPath); in findNode() local
311 curNode = curNode->getChild(std::string(curPath, curPath+curLen)); in findNode()
316 curPath += curLen; in findNode()
324 curLen = getCurrentComponentLen(curPath); in findNode()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1206 + 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);