Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyhash.h91 const int seed_bits; member
/external/python/cpython3/Lib/test/
Dtest_sys.py448 self.assertIn(sys.hash_info.seed_bits, {32, 64, 128})
/external/python/cpython3/Python/
Dsysmodule.c994 PyLong_FromLong(hashfunc->seed_bits)); in get_hash_info()
/external/python/cpython3/Doc/library/
Dsys.rst736 | :const:`seed_bits` | size of the seed key of the hash algorithm |
743 Added *algorithm*, *hash_bits* and *seed_bits*