Lines Matching refs:distances

326     UInt32 *distances, UInt32 maxLen)  in Hc_GetMatchesSpec()  argument
333 return distances; in Hc_GetMatchesSpec()
345 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
346 *distances++ = delta - 1; in Hc_GetMatchesSpec()
348 return distances; in Hc_GetMatchesSpec()
357 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
368 return distances; in GetMatchesSpec1()
382 *distances++ = maxLen = len; in GetMatchesSpec1()
383 *distances++ = delta - 1; in GetMatchesSpec1()
388 return distances; in GetMatchesSpec1()
481 distances + offset, maxLen) - distances); MOVE_POS_RET;
486 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() argument
497 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() argument
508 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() argument
529 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches()
530 distances[1] = delta2 - 1; in Bt3_MatchFinder_GetMatches()
541 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() argument
560 distances[0] = maxLen = 2; in Bt4_MatchFinder_GetMatches()
561 distances[1] = delta2 - 1; in Bt4_MatchFinder_GetMatches()
567 distances[offset + 1] = delta3 - 1; in Bt4_MatchFinder_GetMatches()
576 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches()
588 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() argument
607 distances[0] = maxLen = 2; in Hc4_MatchFinder_GetMatches()
608 distances[1] = delta2 - 1; in Hc4_MatchFinder_GetMatches()
614 distances[offset + 1] = delta3 - 1; in Hc4_MatchFinder_GetMatches()
623 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches()
633 distances + offset, maxLen) - (distances)); in Hc4_MatchFinder_GetMatches()
637 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc3Zip_MatchFinder_GetMatches() argument
645 distances, 2) - (distances)); in Hc3Zip_MatchFinder_GetMatches()