Searched refs:source_match_end (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc366 // Returns the number of bytes starting at source_match_end
370 int BlockHash::MatchingBytesToRight(const char* source_match_end, argument
373 const char* source_ptr = source_match_end;
402 const int source_match_end = source_match_offset + kBlockSize; local
423 const size_t source_bytes_to_right = source_size_ - source_match_end;
428 MatchingBytesToRight(source_data_ + source_match_end,
H A Dblockhash.h434 // Returns the number of bytes starting at source_match_end
438 static int MatchingBytesToRight(const char* source_match_end,
H A Dblockhash_test.cc69 static int MatchingBytesToRight(const char* source_match_end, argument
72 return BlockHash::MatchingBytesToRight(source_match_end,
/external/open-vcdiff/src/
H A Dblockhash.cc367 // Returns the number of bytes starting at source_match_end
371 int BlockHash::MatchingBytesToRight(const char* source_match_end, argument
374 const char* source_ptr = source_match_end;
403 const int source_match_end = source_match_offset + kBlockSize; local
424 const size_t source_bytes_to_right = source_size_ - source_match_end;
429 MatchingBytesToRight(source_data_ + source_match_end,
H A Dblockhash.h434 // Returns the number of bytes starting at source_match_end
438 static int MatchingBytesToRight(const char* source_match_end,
H A Dblockhash_test.cc69 static int MatchingBytesToRight(const char* source_match_end, argument
72 return BlockHash::MatchingBytesToRight(source_match_end,

Completed in 88 milliseconds