Searched refs:old_hash (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/tools/ |
H A D | find-commit-for-patch.py | 46 old_hash = hashes.split("..")[0] 47 if old_hash.startswith("0000000"): continue # Ignore new files. 48 files[next_file] = old_hash
|
/third_party/eudev/src/shared/ |
H A D | hashmap.c | 1423 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/elfutils/src/ |
H A D | unstrip.c | 514 const Hash_Word *const old_hash = data->d_buf; \ in adjust_relocs() 515 const size_t nbucket = old_hash[0]; \ in adjust_relocs() 516 const size_t nchain = old_hash[1]; \ in adjust_relocs() 517 const Hash_Word *const old_bucket = &old_hash[2]; \ in adjust_relocs()
|
Completed in 7 milliseconds