Searched refs:_Py_HashBytes (Results 1 – 9 of 9) sorted by relevance
12 PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void*, Py_ssize_t);
36 int base = _Py_HashBytes(data, size) % 37; in fuzz_builtin_int()
146 _Py_HashBytes(const void *src, Py_ssize_t len) in _Py_HashBytes() function
2512 hash2 = _Py_HashBytes(self->code, sizeof(self->code[0]) * self->codesize); in pattern_hash()
3197 return _Py_HashBytes(data, len); in generic_hash()
2869 self->hash = _Py_HashBytes(mem, view->len); in memory_hash()
1654 a->ob_shash = _Py_HashBytes(a->ob_sval, Py_SIZE(a)); in bytes_hash()
11659 x = _Py_HashBytes(PyUnicode_DATA(self), in unicode_hash()
1661 a->ob_shash = _Py_HashBytes(a->ob_sval, Py_SIZE(a)); in bytes_hash()