Searched refs:bytes_hash (Results 1 – 3 of 3) sorted by relevance
365 const std::size_t bytes_hash = in combine_4_bytes() local370 seed ^= bytes_hash + 0x9e3779b9 + (seed << 6) + (seed >> 2); in combine_4_bytes()
1585 bytes_hash(PyBytesObject *a) in bytes_hash() function2908 (hashfunc)bytes_hash, /* tp_hash */