Lines Matching refs:distances

319     UInt32 *distances, UInt32 maxLen)  in Hc_GetMatchesSpec()  argument
326 return distances; in Hc_GetMatchesSpec()
338 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
339 *distances++ = delta - 1; in Hc_GetMatchesSpec()
341 return distances; in Hc_GetMatchesSpec()
350 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
361 return distances; in GetMatchesSpec1()
375 *distances++ = maxLen = len; in GetMatchesSpec1()
376 *distances++ = delta - 1; in GetMatchesSpec1()
381 return distances; in GetMatchesSpec1()
474 distances + offset, maxLen) - distances); MOVE_POS_RET;
479 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() argument
490 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() argument
501 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() argument
522 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches()
523 distances[1] = delta2 - 1; in Bt3_MatchFinder_GetMatches()
534 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() argument
553 distances[0] = maxLen = 2; in Bt4_MatchFinder_GetMatches()
554 distances[1] = delta2 - 1; in Bt4_MatchFinder_GetMatches()
560 distances[offset + 1] = delta3 - 1; in Bt4_MatchFinder_GetMatches()
569 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches()
581 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() argument
600 distances[0] = maxLen = 2; in Hc4_MatchFinder_GetMatches()
601 distances[1] = delta2 - 1; in Hc4_MatchFinder_GetMatches()
607 distances[offset + 1] = delta3 - 1; in Hc4_MatchFinder_GetMatches()
616 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches()
626 distances + offset, maxLen) - (distances)); in Hc4_MatchFinder_GetMatches()
630 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc3Zip_MatchFinder_GetMatches() argument
638 distances, 2) - (distances)); in Hc3Zip_MatchFinder_GetMatches()