Searched refs:_PyHASH_XXROTATE (Results 1 – 1 of 1) sorted by relevance
395 #define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33)) /* Rotate left 31 bits */ macro400 #define _PyHASH_XXROTATE(x) ((x << 13) | (x >> 19)) /* Rotate left 13 bits */ macro418 acc = _PyHASH_XXROTATE(acc); in tuplehash()