Searched refs:_PyHASH_MULTIPLIER (Results 1 – 4 of 4) sorted by relevance
16 #define _PyHASH_MULTIPLIER 1000003UL /* 0xf4243 */ macro31 #define _PyHASH_IMAG _PyHASH_MULTIPLIER
267 x = (_PyHASH_MULTIPLIER * x) ^ block.value; in fnv()272 x = (_PyHASH_MULTIPLIER * x) ^ (Py_uhash_t) *p++; in fnv()
354 Py_uhash_t mult = _PyHASH_MULTIPLIER; in tuplehash()
425 Py_uhash_t mult = _PyHASH_MULTIPLIER; in traceback_hash()