Home
last modified time | relevance | path

Searched refs:seed_bits (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dpyhash.h90 const int seed_bits; member
/third_party/python/Lib/test/
Dtest_sys.py511 self.assertIn(sys.hash_info.seed_bits, {32, 64, 128})
/third_party/python/Python/
Dsysmodule.c1417 PyLong_FromLong(hashfunc->seed_bits)); in get_hash_info()
/third_party/python/Doc/library/
Dsys.rst873 | :const:`seed_bits` | size of the seed key of the hash algorithm |
880 Added *algorithm*, *hash_bits* and *seed_bits*