Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dhash.h4 uint64_t _Py_KeyedHash(uint64_t, const char *, Py_ssize_t);
/external/python/cpython3/Python/
Dpyhash.c423 _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz) in _Py_KeyedHash() function
Dimport.c2217 hash.x = _Py_KeyedHash((uint64_t)key, source->buf, source->len); in _imp_source_hash_impl()