Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtupleobject.c394 #define _PyHASH_XXPRIME_5 ((Py_uhash_t)2870177450012600261ULL) macro
399 #define _PyHASH_XXPRIME_5 ((Py_uhash_t)374761393UL) macro
411 Py_uhash_t acc = _PyHASH_XXPRIME_5; in tuplehash()
423 acc += len ^ (_PyHASH_XXPRIME_5 ^ 3527539UL); in tuplehash()