Home
last modified time | relevance | path

Searched defs:_PyHASH_MODULUS (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/_decimal/tests/
Dbignum.py12 _PyHASH_MODULUS = sys.hash_info.modulus variable
/third_party/python/Lib/test/
Dtest_numeric_tower.py14 _PyHASH_MODULUS = sys.hash_info.modulus variable
/third_party/python/Include/
Dpyhash.h30 #define _PyHASH_MODULUS (((size_t)1 << _PyHASH_BITS) - 1) macro
/third_party/python/Lib/
Dfractions.py18 _PyHASH_MODULUS = sys.hash_info.modulus variable
D_pydecimal.py6403 _PyHASH_MODULUS = sys.hash_info.modulus variable