Searched refs:source_match_end (Results 1 – 3 of 3) sorted by relevance
370 int BlockHash::MatchingBytesToRight(const char* source_match_end, in MatchingBytesToRight() argument373 const char* source_ptr = source_match_end; in MatchingBytesToRight()402 const int source_match_end = source_match_offset + kBlockSize; in FindBestMatch() local423 const size_t source_bytes_to_right = source_size_ - source_match_end; in FindBestMatch()428 MatchingBytesToRight(source_data_ + source_match_end, in FindBestMatch()
438 static int MatchingBytesToRight(const char* source_match_end,
69 static int MatchingBytesToRight(const char* source_match_end, in MatchingBytesToRight() argument72 return BlockHash::MatchingBytesToRight(source_match_end, in MatchingBytesToRight()