Searched refs:hashNumAvail (Results 1 – 2 of 2) sorted by relevance
225 p->hashNumAvail = p->hashBuf[p->hashBufPos++]; in MatchFinderMt_GetNextBlock_Hash()318 distances[1] = p->hashNumAvail; in BtGetMatches()324 distances[1] = numProcessed + p->hashNumAvail; in BtGetMatches()325 if (p->hashNumAvail >= p->numHashBytes) in BtGetMatches()327 for (; p->hashNumAvail != 0; p->hashNumAvail--) in BtGetMatches()336 if (lenLimit >= p->hashNumAvail) in BtGetMatches()337 lenLimit = p->hashNumAvail; in BtGetMatches()339 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()372 p->hashNumAvail -= pos - p->pos; in BtGetMatches()
72 UInt32 hashNumAvail; member