Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c66 if (curSize > p->directInputRem) in MatchFinder_ReadBlock()
67 curSize = (UInt32)p->directInputRem; in MatchFinder_ReadBlock()
68 p->directInputRem -= curSize; in MatchFinder_ReadBlock()
70 if (p->directInputRem == 0) in MatchFinder_ReadBlock()
DLzFind.h40 size_t directInputRem; member
DLzmaEnc.c2072 p->matchFinderBase.directInputRem = srcLen; in LzmaEnc_SetInputBuf()