Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpyhash.c23 extern PyHash_FuncDef PyHash_Func;
25 static PyHash_FuncDef PyHash_Func;
212 PyHash_FuncDef *
281 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T,
430 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128};
Dsysmodule.c974 PyHash_FuncDef *hashfunc; in get_hash_info()
/external/python/cpython3/Include/
Dpyhash.h92 } PyHash_FuncDef; typedef
94 PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);