Searched defs:target_match_end (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash_test.cc70 const char* target_match_end,
73 target_match_end,
69 MatchingBytesToRight(const char* source_match_end, const char* target_match_end, int max_bytes) argument
H A Dblockhash.cc368 // 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,
371 MatchingBytesToRight(const char* source_match_end, const char* target_match_end, int max_bytes) argument

Completed in 121 milliseconds