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()
319 distances[1] = p->hashNumAvail; in BtGetMatches()
326 distances[1] = numProcessed + p->hashNumAvail; in BtGetMatches()
327 if (p->hashNumAvail >= p->numHashBytes) in BtGetMatches()
329 distances[0] = curPos + p->hashNumAvail; in BtGetMatches()
331 for (; p->hashNumAvail != 0; p->hashNumAvail--) in BtGetMatches()
340 if (lenLimit >= p->hashNumAvail) in BtGetMatches()
341 lenLimit = p->hashNumAvail; in BtGetMatches()
343 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()
377 p->hashNumAvail -= pos - p->pos; in BtGetMatches()
DLzFindMt.h72 UInt32 hashNumAvail; member