Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_pyhash.h105 extern uint64_t _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz);
/external/python/cpython3/Python/
Dpyhash.c469 _Py_KeyedHash(uint64_t key, const void *src, Py_ssize_t src_sz) in _Py_KeyedHash() function
Dimport.c4793 hash.x = _Py_KeyedHash((uint64_t)key, source->buf, source->len); in _imp_source_hash_impl()
/external/python/cpython3/Doc/data/
Dpython3.13.abi26470 …<function-decl name='_Py_KeyedHash' filepath='./Include/internal/pycore_pyhash.h' line='105' colum…