Searched refs:hashNumAvail (Results 1 – 2 of 2) sorted by relevance
230 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()355 distances[1] = p->hashNumAvail; in BtGetMatches()362 distances[1] = numProcessed + p->hashNumAvail; in BtGetMatches()363 if (p->hashNumAvail >= p->numHashBytes) in BtGetMatches()365 distances[0] = curPos + p->hashNumAvail; in BtGetMatches()367 for (; p->hashNumAvail != 0; p->hashNumAvail--) in BtGetMatches()376 if (lenLimit >= p->hashNumAvail) in BtGetMatches()377 lenLimit = p->hashNumAvail; in BtGetMatches()379 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()415 p->hashNumAvail -= pos - p->pos; in BtGetMatches()
72 UInt32 hashNumAvail; member