• Home
  • Raw
  • Download

Lines Matching refs:distances

240   UInt32 *distances = _distances + 1;  in GetMatchesSpecN()  local
268 *distances++ = maxLen = len; in GetMatchesSpecN()
269 *distances++ = delta - 1; in GetMatchesSpecN()
298 UInt32 num = (UInt32)(distances - _distances); in GetMatchesSpecN()
311 void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches() argument
316 distances[1] = p->hashNumAvail; in BtGetMatches()
322 distances[1] = numProcessed + p->hashNumAvail; in BtGetMatches()
326 distances[curPos++] = 0; in BtGetMatches()
347 UInt32 *startDistances = distances + curPos; in BtGetMatches()
361distances + curPos, p->numHashBytes - 1, p->hashBuf + p->hashBufPos, (Int32)(limit - curPos) , siz… in BtGetMatches()
377 distances[0] = curPos; in BtGetMatches()
557 UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches2() argument
571 *distances++ = 2; in MixMatches2()
572 *distances++ = lzPos - curMatch2 - 1; in MixMatches2()
574 return distances; in MixMatches2()
577 UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches3() argument
594 distances[1] = lzPos - curMatch2 - 1; in MixMatches3()
597 distances[0] = 3; in MixMatches3()
598 return distances + 2; in MixMatches3()
600 distances[0] = 2; in MixMatches3()
601 distances += 2; in MixMatches3()
605 *distances++ = 3; in MixMatches3()
606 *distances++ = lzPos - curMatch3 - 1; in MixMatches3()
608 return distances; in MixMatches3()
667 UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt2_GetMatches() argument
677 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
678 *distances++ = *btBuf++; in MatchFinderMt2_GetMatches()
685 UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt_GetMatches() argument
694 len = (UInt32)(p->MixMatchesFunc(p, p->lzPos - p->historySize, distances) - (distances)); in MatchFinderMt_GetMatches()
701 distances2 = p->MixMatchesFunc(p, p->lzPos - btBuf[1], distances); in MatchFinderMt_GetMatches()
708 len = (UInt32)(distances2 - (distances)); in MatchFinderMt_GetMatches()