Searched refs:MAX_HASH (Results 1 – 3 of 3) sorted by relevance
27 public static final int MAX_HASH = (1 << 13); field in SmallHash42 return Math.floorMod(in, MAX_HASH); in hash()
26 public static final int MAX_HASH = (1 << 13); field in SmallHash40 return Math.abs(Math.floorMod(in, MAX_HASH)); in hash()
81 final int maxHash = SmallHash.MAX_HASH; in testSmallHash()98 assertEquals(SmallHash.MAX_HASH - 1, in testGetNotificationIdHash()