Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/include/boost/asio/ip/
Daddress_v6.hpp365 const std::size_t bytes_hash = in combine_4_bytes() local
370 seed ^= bytes_hash + 0x9e3779b9 + (seed << 6) + (seed >> 2); in combine_4_bytes()
/third_party/boost/boost/asio/ip/
Daddress_v6.hpp365 const std::size_t bytes_hash = in combine_4_bytes() local
370 seed ^= bytes_hash + 0x9e3779b9 + (seed << 6) + (seed >> 2); in combine_4_bytes()
/third_party/python/Objects/
Dbytesobject.c1585 bytes_hash(PyBytesObject *a) in bytes_hash() function
2908 (hashfunc)bytes_hash, /* tp_hash */