xref: /third_party/python/Include/internal/pycore_pyhash.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/python/Include/internal/
17db96d56Sopenharmony_ci#ifndef Py_INTERNAL_HASH_H
27db96d56Sopenharmony_ci#define Py_INTERNAL_HASH_H
37db96d56Sopenharmony_ci
47db96d56Sopenharmony_ci#ifndef Py_BUILD_CORE
57db96d56Sopenharmony_ci#  error "this header requires Py_BUILD_CORE define"
67db96d56Sopenharmony_ci#endif
77db96d56Sopenharmony_ci
87db96d56Sopenharmony_ciuint64_t _Py_KeyedHash(uint64_t, const char *, Py_ssize_t);
97db96d56Sopenharmony_ci
107db96d56Sopenharmony_ci#endif
11

Indexes created Thu Nov 07 10:32:03 CST 2024