Home
last modified time | relevance | path

Searched refs:hashBufPos (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/C/
H A DLzFindMt.c601 if (p->hashBufPos == p->hashBufPosLimit) in BtGetMatches()
612 p->hashBufPos = k + 2; in BtGetMatches()
627 // if (p->hashBufPos != p->hashBufPosLimit) exit(1); in BtGetMatches()
645 UInt32 size = p->hashBufPosLimit - p->hashBufPos; in BtGetMatches()
672 UInt32 num = (UInt32)(GetMatchesSpec1(lenLimit, pos - p->hashBuf[p->hashBufPos++], in BtGetMatches()
689 p->numHashBytes - 1, p->hashBuf + p->hashBufPos, in BtGetMatches()
690 d + limit, p->hashBuf + p->hashBufPos + size, in BtGetMatches()
709 p->hashBufPos += processed; in BtGetMatches()
886 p->hashBufPos = in MatchFinderMt_Init()
H A DLzFindMt.h70 UInt32 hashBufPos; member

Completed in 2 milliseconds