Searched refs:last_matching_block (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc184 const int last_matching_block = last_block_table_[first_matching_block]; local
185 if (next_block_table_[last_matching_block] != -1) {
188 << ", last matching block = " << last_matching_block
190 << next_block_table_[last_matching_block] << LOG_ENDL;
193 next_block_table_[last_matching_block] = block_number;
/external/open-vcdiff/src/
H A Dblockhash.cc185 const int last_matching_block = last_block_table_[first_matching_block]; local
186 if (next_block_table_[last_matching_block] != -1) {
189 << ", last matching block = " << last_matching_block
191 << next_block_table_[last_matching_block] << VCD_ENDL;
194 next_block_table_[last_matching_block] = block_number;

Completed in 42 milliseconds