Searched refs:hashBufPos (Results 1 – 2 of 2) sorted by relevance
228 …p->hashBufPosLimit = p->hashBufPos = ((p->hashSync.numProcessedBlocks - 1) & kMtHashNumBlocksMask)… in MatchFinderMt_GetNextBlock_Hash()229 p->hashBufPosLimit += p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()230 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()359 if (p->hashBufPos == p->hashBufPosLimit) in BtGetMatches()372 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches()391 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()404 distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, in BtGetMatches()407 p->hashBufPos += posRes - pos; in BtGetMatches()543 p->hashBufPos = in MatchFinderMt_Init()
70 UInt32 hashBufPos; member