HomeSort by relevance Sort by last modified time
    Searched full:target_match_offset (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 404 int target_match_offset = local
406 const int target_match_end = target_match_offset + kBlockSize;
412 target_match_offset);
415 target_start + target_match_offset,
418 target_match_offset -= matching_bytes_to_left;
436 target_match_offset);
  /external/open-vcdiff/src/
blockhash.cc 405 int target_match_offset = local
407 const int target_match_end = target_match_offset + kBlockSize;
413 target_match_offset);
416 target_start + target_match_offset,
419 target_match_offset -= matching_bytes_to_left;
437 target_match_offset);

Completed in 188 milliseconds