HomeSort by relevance Sort by last modified time
    Searched refs:best_match (Results 1 - 9 of 9) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc 88 // it will populate best_match with the size, source offset,
90 BlockHash::Match best_match; local
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 siz
    [all...]
blockhash.h 147 // 1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
225 // of best_match, this function populates *best_match with the
227 // best_match->source_offset() will contain the index of the start of the
230 // best_match->target_offset() will contain the offset of the match
232 // 0 <= best_match->target_offset()
234 // and best_match->size() will contain the size of the match.
235 // If no such match is found, this function leaves *best_match unmodified.
237 // On calling FindBestMatch(), best_match mus
    [all...]
blockhash.cc 395 Match* best_match) const {
433 // than any match already stored in *best_match.
434 best_match->ReplaceIfBetterMatch(match_size,
  /external/open-vcdiff/src/
vcdiffengine.cc 85 // it will populate best_match with the size, source offset,
87 BlockHash::Match best_match; local
94 &best_match);
102 &best_match);
104 if (!ShouldGenerateCopyInstructionForMatchOfSize(best_match.size())) {
107 if (best_match.target_offset() > 0) {
111 coder->Add(unencoded_target_start, best_match.target_offset());
113 coder->Copy(best_match.source_offset(), best_match.size());
114 return best_match.target_offset() // ADD siz
    [all...]
blockhash.h 147 // 1. The best_match->source_offset() returned from FindBestMatch()
151 // starting_offset_ to any best_match->source_offset() value it returns,
225 // of best_match, this function populates *best_match with the
227 // best_match->source_offset() will contain the index of the start of the
230 // best_match->target_offset() will contain the offset of the match
232 // 0 <= best_match->target_offset()
234 // and best_match->size() will contain the size of the match.
235 // If no such match is found, this function leaves *best_match unmodified.
237 // On calling FindBestMatch(), best_match mus
    [all...]
blockhash.cc 396 Match* best_match) const {
434 // than any match already stored in *best_match.
435 best_match->ReplaceIfBetterMatch(match_size,
  /external/chromium/net/http/
http_auth_cache.cc 88 HttpAuthCache::Entry* best_match = NULL; local
103 (!best_match || len > best_match_length)) {
105 best_match = &(*it);
108 return best_match;
  /external/chromium/chrome/browser/password_manager/
password_store_mac.cc 422 PasswordForm* best_match = BestKeychainFormForForm(*db_form, local
424 if (best_match) {
425 used_keychain_forms.insert(best_match);
426 db_form->password_value = best_match->password_value;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 99 milliseconds