Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpyhash.c281 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T,
282 16 * SIZEOF_PY_HASH_T};
Dhamt.c401 #if SIZEOF_PY_HASH_T <= 4 in hamt_hash()
/external/python/cpython3/Include/
Dpyport.h92 #define SIZEOF_PY_HASH_T SIZEOF_SIZE_T macro