Searched refs:first_matching_block (Results 1 – 3 of 3) sorted by relevance
178 const int first_matching_block = hash_table_[hash_table_index]; in AddBlock() local179 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()
177 const int first_matching_block = hash_table_[hash_table_index]; in AddBlock() local178 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()