Searched refs:mh3_fmix64 (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dflowhash.c55 static inline u_int64_t mh3_fmix64(u_int64_t);
166 mh3_fmix64(u_int64_t k) function
345 h1 = mh3_fmix64(h1);
346 h2 = mh3_fmix64(h2);

Completed in 19 milliseconds