hashmap_get_from_hash   62 builtin/describe.c 	return hashmap_get_from_hash(&names, sha1hash(peeled), peeled);
hashmap_get_from_hash  284 diffcore-rename.c 	p = hashmap_get_from_hash(srcs, hash_filespec(target), NULL);
hashmap_get_from_hash  221 name-hash.c    	ce = hashmap_get_from_hash(&istate->name_hash,
hashmap_get_from_hash  118 test-hashmap.c 				hashmap_get_from_hash(&map, hashes[i],
hashmap_get_from_hash  202 test-hashmap.c 			entry = hashmap_get_from_hash(&map, hash, p1);