Searched refs:djbx33a (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | pyhash.h | 71 } djbx33a; member |
/external/python/cpython3/Python/ | ||
D | pyhash.c | 181 hash ^= (Py_uhash_t) _Py_HashSecret.djbx33a.suffix; in _Py_HashBytes() |