Searched refs:Fnv64_t (Results 1 – 1 of 1) sorted by relevance
12 typedef u_int64_t Fnv64_t; typedef15 #define FNV1_64_INIT ((Fnv64_t) 0xcbf29ce484222325ULL)18 #define FNV_64_PRIME ((Fnv64_t) 0x100000001b3ULL)45 static __inline Fnv64_t46 fnv_64_buf(const void *buf, size_t len, Fnv64_t hval) in fnv_64_buf()57 static __inline Fnv64_t58 fnv_64_str(const char *str, Fnv64_t hval) in fnv_64_str()