Searched defs:ROTL64 (Results 1 – 1 of 1) sorted by relevance
67 #define ROTL64(x,y) _rotl64(x,y) macro73 #define ROTL64(x,r) (((uint64_t)x << r) | ((uint64_t)x >> (64 - r))) macro
Completed in 6 milliseconds