Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFindMt.c223 …p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask)… in MatchFinderMt_GetNextBlock_Hash()
224 p->hashBufPosLimit += p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()
321 if (p->hashBufPos == p->hashBufPosLimit) in BtGetMatches()
332 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches()
495 p->hashBufPos = p->hashBufPosLimit = 0; in MatchFinderMt_Init()
DLzFindMt.h71 UInt32 hashBufPosLimit; member