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