Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A DLzFindMt.c589 d[1] = p->hashNumAvail; in BtGetMatches()
611 p->hashNumAvail = avail; in BtGetMatches()
636 (kMtBtBlockSize - curPos >= p->hashNumAvail) */ in BtGetMatches()
637 p->hashNumAvail = 0; in BtGetMatches()
649 if (lenLimit >= p->hashNumAvail) in BtGetMatches()
650 lenLimit = p->hashNumAvail; in BtGetMatches()
652 UInt32 size2 = p->hashNumAvail - lenLimit + 1; in BtGetMatches()
719 p->hashNumAvail -= processed; in BtGetMatches()
888 p->hashNumAvail = 0; // 21.03 in MatchFinderMt_Init()
H A DLzFindMt.h72 UInt32 hashNumAvail; member

Completed in 3 milliseconds