Lines Matching refs:distances

391     UInt32 *distances, unsigned maxLen)  in Hc_GetMatchesSpec()  argument
440 distances[0] = (UInt32)(lim - cur); in Hc_GetMatchesSpec()
441 distances[1] = delta - 1; in Hc_GetMatchesSpec()
442 return distances + 2; in Hc_GetMatchesSpec()
450 distances[0] = (UInt32)len; in Hc_GetMatchesSpec()
451 distances[1] = delta - 1; in Hc_GetMatchesSpec()
452 distances += 2; in Hc_GetMatchesSpec()
460 return distances; in Hc_GetMatchesSpec()
467 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
478 return distances; in GetMatchesSpec1()
494 *distances++ = (UInt32)len; in GetMatchesSpec1()
495 *distances++ = delta - 1; in GetMatchesSpec1()
500 return distances; in GetMatchesSpec1()
593 distances + offset, (UInt32)maxLen) - distances); MOVE_POS_RET;
605 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() argument
616 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() argument
627 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() argument
652 distances[0] = (UInt32)maxLen; in Bt3_MatchFinder_GetMatches() local
653 distances[1] = d2 - 1; in Bt3_MatchFinder_GetMatches()
665 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() argument
692 distances[0] = 2; in Bt4_MatchFinder_GetMatches()
693 distances[1] = d2 - 1; in Bt4_MatchFinder_GetMatches()
700 distances[(size_t)offset + 1] = d3 - 1; in Bt4_MatchFinder_GetMatches()
708 distances[(size_t)offset - 2] = (UInt32)maxLen; in Bt4_MatchFinder_GetMatches() local
799 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() argument
825 distances[0] = 2; in Hc4_MatchFinder_GetMatches()
826 distances[1] = d2 - 1; in Hc4_MatchFinder_GetMatches()
833 distances[(size_t)offset + 1] = d3 - 1; in Hc4_MatchFinder_GetMatches()
841 distances[(size_t)offset - 2] = (UInt32)maxLen; in Hc4_MatchFinder_GetMatches() local
853 distances + offset, maxLen) - (distances)); in Hc4_MatchFinder_GetMatches()
936 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc3Zip_MatchFinder_GetMatches() argument
944 distances, 2) - (distances)); in Hc3Zip_MatchFinder_GetMatches()