Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpyhash.c23 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};
Dsysmodule.c1397 PyHash_FuncDef *hashfunc; in get_hash_info()
/third_party/python/Include/
Dpyhash.h91 } PyHash_FuncDef; typedef
93 PyAPI_FUNC(PyHash_FuncDef*) PyHash_GetFuncDef(void);