Home
last modified time | relevance | path

Searched refs:source_match_end (Results 1 – 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc370 int BlockHash::MatchingBytesToRight(const char* source_match_end, in MatchingBytesToRight() argument
373 const char* source_ptr = source_match_end; in MatchingBytesToRight()
402 const int source_match_end = source_match_offset + kBlockSize; in FindBestMatch() local
423 const size_t source_bytes_to_right = source_size_ - source_match_end; in FindBestMatch()
428 MatchingBytesToRight(source_data_ + source_match_end, in FindBestMatch()
Dblockhash.h438 static int MatchingBytesToRight(const char* source_match_end,
Dblockhash_test.cc69 static int MatchingBytesToRight(const char* source_match_end, in MatchingBytesToRight() argument
72 return BlockHash::MatchingBytesToRight(source_match_end, in MatchingBytesToRight()