Home
last modified time | relevance | path

Searched refs:SkipNonMatchingBlocks (Results 1 – 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc297 inline int BlockHash::SkipNonMatchingBlocks(int block_number, in SkipNonMatchingBlocks() function in open_vcdiff::BlockHash
316 return SkipNonMatchingBlocks(hash_table_[GetHashTableIndex(hash_value)], in FirstMatchingBlockInline()
332 return SkipNonMatchingBlocks(next_block_table_[block_number], block_ptr); in NextMatchingBlock()
Dblockhash.h424 int SkipNonMatchingBlocks(int block_number, const char* block_ptr) const;