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

  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 366 // Returns the number of bytes starting at source_match_end
370 int BlockHash::MatchingBytesToRight(const char* source_match_end,
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,
blockhash.h 434 // Returns the number of bytes starting at source_match_end
438 static int MatchingBytesToRight(const char* source_match_end,
blockhash_test.cc 69 static int MatchingBytesToRight(const char* source_match_end,
72 return BlockHash::MatchingBytesToRight(source_match_end,
    [all...]

Completed in 83 milliseconds