Lines Matching refs:distances
324 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() argument
331 return distances; in Hc_GetMatchesSpec()
343 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
344 *distances++ = delta - 1; in Hc_GetMatchesSpec()
346 return distances; in Hc_GetMatchesSpec()
355 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
366 return distances; in GetMatchesSpec1()
380 *distances++ = maxLen = len; in GetMatchesSpec1()
381 *distances++ = delta - 1; in GetMatchesSpec1()
386 return distances; in GetMatchesSpec1()
479 distances + offset, maxLen) - distances); MOVE_POS_RET;
484 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() argument
495 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() argument
506 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() argument
527 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches()
528 distances[1] = delta2 - 1; in Bt3_MatchFinder_GetMatches()
539 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() argument
558 distances[0] = maxLen = 2; in Bt4_MatchFinder_GetMatches()
559 distances[1] = delta2 - 1; in Bt4_MatchFinder_GetMatches()
565 distances[offset + 1] = delta3 - 1; in Bt4_MatchFinder_GetMatches()
574 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches()
586 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() argument
605 distances[0] = maxLen = 2; in Hc4_MatchFinder_GetMatches()
606 distances[1] = delta2 - 1; in Hc4_MatchFinder_GetMatches()
612 distances[offset + 1] = delta3 - 1; in Hc4_MatchFinder_GetMatches()
621 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches()
631 distances + offset, maxLen) - (distances)); in Hc4_MatchFinder_GetMatches()
635 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc3Zip_MatchFinder_GetMatches() argument
643 distances, 2) - (distances)); in Hc3Zip_MatchFinder_GetMatches()