Searched refs:_wymum (Results 1 – 1 of 1) sorted by relevance
28 static inline void _wymum(uint64_t *A, uint64_t *B){ in _wymum() function62 static inline uint64_t _wymix(uint64_t A, uint64_t B){ _wymum(&A,&B); return A^B; } in _wymix()120 static inline uint64_t wyhash64(uint64_t A, uint64_t B){ A^=_wyp[0]; B^=_wyp[1]; _wymum(&A,&B); … in wyhash64()124 static inline uint64_t wy2u0k(uint64_t r, uint64_t k){ _wymum(&r,&k); return k; } in wy2u0k()