Searched defs:source_match_start (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash_test.cc61 static int MatchingBytesToLeft(const char* source_match_start, argument
64 return BlockHash::MatchingBytesToLeft(source_match_start,
H A Dblockhash.cc345 // Returns the number of bytes to the left of source_match_start
349 int BlockHash::MatchingBytesToLeft(const char* source_match_start, argument
352 const char* source_ptr = source_match_start;
/external/chromium_org/sdch/open-vcdiff/src/
H A Dblockhash_test.cc61 static int MatchingBytesToLeft(const char* source_match_start, argument
64 return BlockHash::MatchingBytesToLeft(source_match_start,
H A Dblockhash.cc346 // Returns the number of bytes to the left of source_match_start
350 int BlockHash::MatchingBytesToLeft(const char* source_match_start, argument
353 const char* source_ptr = source_match_start;
/external/open-vcdiff/src/
H A Dblockhash_test.cc61 static int MatchingBytesToLeft(const char* source_match_start, argument
64 return BlockHash::MatchingBytesToLeft(source_match_start,
H A Dblockhash.cc346 // Returns the number of bytes to the left of source_match_start
350 int BlockHash::MatchingBytesToLeft(const char* source_match_start, argument
353 const char* source_ptr = source_match_start;

Completed in 41 milliseconds