Home
last modified time | relevance | path

Searched refs:first_matching_block (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dblockhash.cc178 const int first_matching_block = hash_table_[hash_table_index]; in AddBlock() local
179 if (first_matching_block < 0) { in AddBlock()
185 const int last_matching_block = last_block_table_[first_matching_block]; in AddBlock()
188 "first matching block = " << first_matching_block in AddBlock()
195 last_block_table_[first_matching_block] = block_number; in AddBlock()
/external/chromium/sdch/open-vcdiff/src/
Dblockhash.cc177 const int first_matching_block = hash_table_[hash_table_index]; in AddBlock() local
178 if (first_matching_block < 0) { in AddBlock()
184 const int last_matching_block = last_block_table_[first_matching_block]; in AddBlock()
187 "first matching block = " << first_matching_block in AddBlock()
194 last_block_table_[first_matching_block] = block_number; in AddBlock()
/external/open-vcdiff/src/
Dblockhash.cc178 const int first_matching_block = hash_table_[hash_table_index]; in AddBlock() local
179 if (first_matching_block < 0) { in AddBlock()
185 const int last_matching_block = last_block_table_[first_matching_block]; in AddBlock()
188 "first matching block = " << first_matching_block in AddBlock()
195 last_block_table_[first_matching_block] = block_number; in AddBlock()