Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dshard_test.py16 from testrunner.testproc.shard import radix_hash namespace
22 self.assertEqual(97, radix_hash(capacity=2**32, key="a"))
25 self.assertEqual(6, radix_hash(capacity=7, key="a"))
28 self.assertEqual(6, radix_hash(capacity=7, key="ab"))
33 radix_hash(
51 self.assertTrue(0 <= radix_hash(capacity=7, key=case) < 7)
H A Dshard.py12 def radix_hash(capacity, key): function
38 return self._myid != radix_hash(self._shards_count, test.procid)

Completed in 1 milliseconds