Searched defs:_PyHASH_XXROTATE (Results 1 – 1 of 1) sorted by relevance
349 #define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33)) /* Rotate left 31 bits */ macro354 #define _PyHASH_XXROTATE(x) ((x << 13) | (x >> 19)) /* Rotate left 13 bits */ macro