Searched defs:PyHash_Func (Results 1 – 1 of 1) sorted by relevance
25 static PyHash_FuncDef PyHash_Func; variable281 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T, variable430 static PyHash_FuncDef PyHash_Func = {pysiphash, "siphash24", 64, 128}; variable