Searched refs:Fnv64_t (Results 1 – 1 of 1) sorted by relevance
14 typedef u_int64_t Fnv64_t; typedef17 #define FNV1_64_INIT ((Fnv64_t) 0xcbf29ce484222325ULL)20 #define FNV_64_PRIME ((Fnv64_t) 0x100000001b3ULL)47 static __inline Fnv64_t48 fnv_64_buf(const void *buf, size_t len, Fnv64_t hval) in fnv_64_buf()59 static __inline Fnv64_t60 fnv_64_str(const char *str, Fnv64_t hval) in fnv_64_str()