Home
last modified time | relevance | path

Searched refs:old_hash (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.c1423 unsigned old_hash, new_hash, idx; in hashmap_remove_and_put() local
1428 old_hash = bucket_hash(h, old_key); in hashmap_remove_and_put()
1429 idx = bucket_scan(h, old_hash, old_key); in hashmap_remove_and_put()
1450 unsigned old_hash, new_hash, idx; in set_remove_and_put() local
1455 old_hash = bucket_hash(s, old_key); in set_remove_and_put()
1456 idx = bucket_scan(s, old_hash, old_key); in set_remove_and_put()
1476 unsigned old_hash, new_hash, idx_old, idx_new; in hashmap_remove_and_replace() local
1481 old_hash = bucket_hash(h, old_key); in hashmap_remove_and_replace()
1482 idx_old = bucket_scan(h, old_hash, old_key); in hashmap_remove_and_replace()
/third_party/glib/glib/
Dghash.c1274 guint old_hash; in g_hash_table_insert_node() local
1279 old_hash = hash_table->hashes[node_index]; in g_hash_table_insert_node()
1280 already_exists = HASH_IS_REAL (old_hash); in g_hash_table_insert_node()
1337 if (HASH_IS_UNUSED (old_hash)) in g_hash_table_insert_node()