HomeSort by relevance Sort by last modified time
    Searched refs:old_hash (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/sdch/open-vcdiff/src/
rolling_hash.h 138 uint32_t UpdateHash(uint32_t old_hash,
141 uint32_t partial_hash = RemoveFirstByteFromHash(old_hash, old_first_byte);
  /external/chromium_org/chrome/browser/prefs/tracked/
tracked_preferences_migration.cc 183 const base::Value* old_hash = NULL; local
185 old_hash_store_contents->Get(pref_name, &old_hash);
186 if (!old_hash && legacy_hash_store_contents) {
187 legacy_hash_store_contents->Get(pref_name, &old_hash);
188 if (old_hash)
191 if (old_hash) {
192 new_hash_store_transaction->ImportHash(pref_name, old_hash);
  /external/qemu/distrib/mini-glib/src/
glib-mini.c 574 guint old_hash = old_entry->hash; local
576 if (!HASH_IS_REAL(old_hash))
580 guint probe_n = old_hash & probe_mask;
625 guint old_hash = entry->hash; local
631 if (HASH_IS_REAL(old_hash)) {
637 if (old_hash == HASH_TOMBSTONE) {
  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 51 // |user_email| and then change from using |old_hash| to lock the
55 const std::string& old_hash,
mock_async_method_caller.h 34 const std::string& old_hash,
async_method_caller.cc 50 const std::string& old_hash,
54 AsyncMigrateKey(user_email, old_hash, new_hash, base::Bind(
  /external/elfutils/0.153/src/
unstrip.c 452 const Hash_Word *const old_hash = data->d_buf; \
453 const size_t nbucket = old_hash[0]; \
454 const size_t nchain = old_hash[1]; \
455 const Hash_Word *const old_bucket = &old_hash[2]; \
    [all...]

Completed in 847 milliseconds