Home
last modified time | relevance | path

Searched defs:_PyHASH_XXROTATE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dtupleobject.c349 #define _PyHASH_XXROTATE(x) ((x << 31) | (x >> 33)) /* Rotate left 31 bits */ macro
354 #define _PyHASH_XXROTATE(x) ((x << 13) | (x >> 19)) /* Rotate left 13 bits */ macro