Searched defs:old_hash (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Drolling_hash.h138 uint32_t UpdateHash(uint32_t old_hash, argument
141 uint32_t partial_hash = RemoveFirstByteFromHash(old_hash, old_first_byte);
/external/chromium_org/chrome/browser/prefs/tracked/
H A Dtracked_preferences_migration.cc183 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/
H A Dglib-mini.c574 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) {

Completed in 308 milliseconds