Searched refs:fmix (Results 1 – 1 of 1) sorted by relevance
88 return fmix(h1, Ints.BYTES); in hashInt()101 return fmix(h1, Longs.BYTES); in hashLong()122 return fmix(h1, Chars.BYTES * input.length()); in hashString()140 private static HashCode fmix(int h1, int length) { in fmix() method in Murmur3_32HashFunction177 return Murmur3_32HashFunction.fmix(h1, length); in makeHash()