HomeSort by relevance Sort by last modified time
    Searched defs:target_hash (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc 66 // If target_hash is not NULL, this function will also look for a match
85 const BlockHash* target_hash,
101 target_hash->FindBestMatch(hash_value,
171 BlockHash* target_hash = NULL; local
175 target_hash = BlockHash::CreateTargetHash(target_data,
178 if (!target_hash) {
199 target_hash,
212 target_hash->AddAllBlocksThroughIndex(
222 target_hash->AddOneIndexHash(
234 delete target_hash;
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
vcdiffengine.cc 63 // If target_hash is not NULL, this function will also look for a match
82 const BlockHash* target_hash,
98 target_hash->FindBestMatch(hash_value,
168 BlockHash* target_hash = NULL; local
172 target_hash = BlockHash::CreateTargetHash(target_data,
175 if (!target_hash) {
196 target_hash,
209 target_hash->AddAllBlocksThroughIndex(
219 target_hash->AddOneIndexHash(
231 delete target_hash;
    [all...]
  /external/open-vcdiff/src/
vcdiffengine.cc 63 // If target_hash is not NULL, this function will also look for a match
82 const BlockHash* target_hash,
98 target_hash->FindBestMatch(hash_value,
168 BlockHash* target_hash = NULL; local
172 target_hash = BlockHash::CreateTargetHash(target_data,
175 if (!target_hash) {
196 target_hash,
209 target_hash->AddAllBlocksThroughIndex(
219 target_hash->AddOneIndexHash(
231 delete target_hash;
    [all...]

Completed in 26 milliseconds