Home
last modified time | relevance | path

Searched defs:binhash_hash (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dbinhash.c149 #define binhash_hash(key, len, size) (hash_fnv((key), (len)) % (size)) macro
153 static size_t binhash_hash(const void *key, ssize_t len, size_t size) in binhash_hash() function