Home
last modified time | relevance | path

Searched refs:hashBufPos (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()
225 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()
323 if (p->hashBufPos == p->hashBufPosLimit) in BtGetMatches()
336 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches()
355 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()
368 …distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos), size… in BtGetMatches()
369 p->hashBufPos += posRes - pos; in BtGetMatches()
503 p->hashBufPos = p->hashBufPosLimit = 0; in MatchFinderMt_Init()
DLzFindMt.h70 UInt32 hashBufPos; member