Home
last modified time | relevance | path

Searched refs:maxHash (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java64 final int maxHash = SmallHash.MAX_HASH; in testSmallHash() local
66 SmallHash.hash(maxHash)); in testSmallHash()
68 SmallHash.hash(17 * maxHash)); in testSmallHash()
69 assertEquals(maxHash - 1, in testSmallHash()
70 SmallHash.hash(maxHash - 1)); in testSmallHash()
71 assertEquals(maxHash - 1, in testSmallHash()
/aosp12/system/extras/simpleperf/scripts/purgatorio/templates/
H A Dmain.js25 var maxHash = 0
33 maxHash += weight * (mod - 1)
36 if (maxHash > 0) { hash = hash / maxHash }