Home
last modified time | relevance | path

Searched refs:directInputRem (Results 1 – 10 of 10) sorted by relevance

/external/lzma/C/
DLzFind.h42 size_t directInputRem; member
DLzFind.c64 if (curSize > p->directInputRem) in MatchFinder_ReadBlock()
65 curSize = (UInt32)p->directInputRem; in MatchFinder_ReadBlock()
66 p->directInputRem -= curSize; in MatchFinder_ReadBlock()
68 if (p->directInputRem == 0) in MatchFinder_ReadBlock()
DLzmaEnc.c2061 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzFind.h43 size_t directInputRem; member
DLzFind.c65 if (curSize > p->directInputRem) in MatchFinder_ReadBlock()
66 curSize = (UInt32)p->directInputRem; in MatchFinder_ReadBlock()
67 p->directInputRem -= curSize; in MatchFinder_ReadBlock()
69 if (p->directInputRem == 0) in MatchFinder_ReadBlock()
DLzmaEnc.c2062 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()
/external/chromium_org/third_party/lzma_sdk/
DLzFind.h42 size_t directInputRem; member
DLzFind.c64 if (curSize > p->directInputRem) in MatchFinder_ReadBlock()
65 curSize = (UInt32)p->directInputRem; in MatchFinder_ReadBlock()
66 p->directInputRem -= curSize; in MatchFinder_ReadBlock()
68 if (p->directInputRem == 0) in MatchFinder_ReadBlock()
DLzmaEnc.c2061 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch2197 + if (curSize > p->directInputRem)
2198 + curSize = (UInt32)p->directInputRem;
2199 + p->directInputRem -= curSize;
2201 + if (p->directInputRem == 0)
4966 + p->matchFinderBase.directInputRem = srcLen;
5421 + size_t directInputRem;