Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtupleobject.c346 #define _PyHASH_XXPRIME_1 ((Py_uhash_t)11400714785074694791ULL) macro
351 #define _PyHASH_XXPRIME_1 ((Py_uhash_t)2654435761UL) macro
373 acc *= _PyHASH_XXPRIME_1; in tuplehash()