Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dfnv_hash.h14 typedef u_int64_t Fnv64_t; typedef
17 #define FNV1_64_INIT ((Fnv64_t) 0xcbf29ce484222325ULL)
20 #define FNV_64_PRIME ((Fnv64_t) 0x100000001b3ULL)
47 static __inline Fnv64_t
48 fnv_64_buf(const void *buf, size_t len, Fnv64_t hval) in fnv_64_buf()
59 static __inline Fnv64_t
60 fnv_64_str(const char *str, Fnv64_t hval) in fnv_64_str()