Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtupleobject.c348 #define _PyHASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL) macro
353 #define _PyHASH_XXPRIME_5 ((Py_uhash_t)374761393UL) macro
365 Py_uhash_t acc = _PyHASH_XXPRIME_5; in tuplehash()
377 acc += len ^ (_PyHASH_XXPRIME_5 ^ 3527539UL); in tuplehash()