memhash           117 builtin/fast-export.c 	hashmap_entry_init(&key, memhash(orig, *len));
memhash           254 hashmap.c      	hashmap_entry_init(&key, memhash(data, len));
memhash            13 hashmap.h      extern unsigned int memhash(const void *buf, size_t len);
memhash           168 remote.c       	hashmap_entry_init(&lookup_entry, memhash(name, len));
memhash           763 remote.c       	hashmap_entry_init(&lookup_entry, memhash(name, lookup.len));
memhash            86 submodule-config.c 	return memhash(sha1, 20) + strhash(string);
memhash           176 test-hashmap.c 			printf("%u %u %u %u\n", strhash(p1), memhash(p1, l1),