Home
last modified time | relevance | path

Searched defs:PyHash_Func (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Python/
Dpyhash.c25 static PyHash_FuncDef PyHash_Func; variable
281 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T, variable
430 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128}; variable