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

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiffengine.cc188 // candidate_pos points to the start of the kBlockSize-byte block that may
190 const char* candidate_pos = target_data; local
191 uint32_t hash_value = hasher.Hash(candidate_pos);
196 candidate_pos,
203 candidate_pos = next_encode;
204 if (candidate_pos > start_of_last_block) {
207 // candidate_pos has jumped ahead by bytes_encoded bytes, so UpdateHash
209 hash_value = hasher.Hash(candidate_pos);
218 if ((candidate_pos + 1) > start_of_last_block) {
223 static_cast<int>(candidate_pos
[all...]

Completed in 113 milliseconds