Searched refs:fnv1a_hash (Results 1 – 1 of 1) sorted by relevance
157 fnv1a_hash(const void *buf, size_t len) in fnv1a_hash() function186 uint32_t hash = fnv1a_hash(entry->key, entry->len); in hashmap_rehash()213 hash = fnv1a_hash(key, len); in hashmap_insert()237 const uint32_t hash = fnv1a_hash(key, len); in hashmap_lookup()258 const uint32_t hash = fnv1a_hash(key, len); in hashmap_remove()