Home | History | Annotate | Download | only in C

Lines Matching refs:distances

324     UInt32 *distances, UInt32 maxLen)

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