Home
last modified time | relevance | path

Searched refs:Fnv64_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dfnv_hash.h12 typedef u_int64_t Fnv64_t; typedef
15 #define FNV1_64_INIT ((Fnv64_t) 0xcbf29ce484222325ULL)
18 #define FNV_64_PRIME ((Fnv64_t) 0x100000001b3ULL)
45 static __inline Fnv64_t
46 fnv_64_buf(const void *buf, size_t len, Fnv64_t hval) in fnv_64_buf()
57 static __inline Fnv64_t
58 fnv_64_str(const char *str, Fnv64_t hval) in fnv_64_str()