OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_matching_block
(Results
1 - 3
of
3
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash.cc
184
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/chromium_org/sdch/open-vcdiff/src/
blockhash.cc
185
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;
/external/open-vcdiff/src/
blockhash.cc
185
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 29 milliseconds