Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dsetobject.c674 _shuffle_bits(Py_uhash_t h) in _shuffle_bits() function
706 hash ^= _shuffle_bits(entry->hash); in frozenset_hash()
710 hash ^= _shuffle_bits(0); in frozenset_hash()
714 hash ^= _shuffle_bits(-1); in frozenset_hash()