Searched defs:ROR64 (Results 1 – 1 of 1) sorted by relevance
363 #define ROR64(x,n) _rotr64(x,n) macro370 #define ROR64(x,n) __builtin_rotateright64(x,n) macro385 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function425 #define ROR64(x, y) \ macro
Completed in 3 milliseconds