Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pyhash.h8 uint64_t _Py_KeyedHash(uint64_t, const char *, Py_ssize_t);
/third_party/python/Python/
Dpyhash.c424 _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz) in _Py_KeyedHash() function
Dimport.c2108 hash.x = _Py_KeyedHash((uint64_t)key, source->buf, source->len); in _imp_source_hash_impl()