Home | History | Annotate | Download | only in src

Lines Matching refs:best_match

88   // it will populate best_match with the size, source offset,
90 BlockHash::Match best_match;
97 &best_match);
105 &best_match);
107 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
110 if (best_match.target_offset() > 0) {
114 coder->Add(unencoded_target_start, best_match.target_offset());
116 coder->Copy(best_match.source_offset(), best_match.size());
117 return best_match.target_offset() // ADD size
118 + best_match.size(); // + COPY size