Searched refs:_Py_KeyedHash (Results 1 – 3 of 3) sorted by relevance
8 uint64_t _Py_KeyedHash(uint64_t, const char *, Py_ssize_t);
424 _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz) in _Py_KeyedHash() function
2108 hash.x = _Py_KeyedHash((uint64_t)key, source->buf, source->len); in _imp_source_hash_impl()