HomeSort by relevance Sort by last modified time
    Searched defs:target_match_end (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 367 // that match the corresponding bytes starting at target_match_end.
371 const char* target_match_end,
374 const char* target_ptr = target_match_end;
406 const int target_match_end = target_match_offset + kBlockSize; local
424 const size_t target_bytes_to_right = target_size - target_match_end;
429 target_start + target_match_end,
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 368 // that match the corresponding bytes starting at target_match_end.
372 const char* target_match_end,
375 const char* target_ptr = target_match_end;
407 const int target_match_end = target_match_offset + kBlockSize; local
425 const size_t target_bytes_to_right = target_size - target_match_end;
430 target_start + target_match_end,
  /external/open-vcdiff/src/
blockhash.cc 368 // that match the corresponding bytes starting at target_match_end.
372 const char* target_match_end,
375 const char* target_ptr = target_match_end;
407 const int target_match_end = target_match_offset + kBlockSize; local
425 const size_t target_bytes_to_right = target_size - target_match_end;
430 target_start + target_match_end,

Completed in 2099 milliseconds