Searched refs:PyHash_FuncDef (Results 1 – 3 of 3) sorted by relevance
23 extern PyHash_FuncDef PyHash_Func;25 static PyHash_FuncDef PyHash_Func;220 PyHash_FuncDef *289 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T,438 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128};
1397 PyHash_FuncDef *hashfunc; in get_hash_info()
91 } PyHash_FuncDef; typedef93 PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);