Searched refs:_PyHASH_MULTIPLIER (Results 1 – 3 of 3) sorted by relevance
18 #define _PyHASH_MULTIPLIER 1000003UL /* 0xf4243 */ macro32 #define _PyHASH_IMAG _PyHASH_MULTIPLIER
275 x = (_PyHASH_MULTIPLIER * x) ^ block.value; in fnv()280 x = (_PyHASH_MULTIPLIER * x) ^ (Py_uhash_t) *p++; in fnv()
367 Py_uhash_t mult = _PyHASH_MULTIPLIER; in traceback_hash()