Home
last modified time | relevance | path

Searched refs:hashNumAvail (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c225 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()
DLzFindMt.h72 UInt32 hashNumAvail; member