Searched defs:ROR64 (Results 1 – 1 of 1) sorted by relevance
368 #define ROR64(x,n) _rotr64(x,n) macro375 #define ROR64(x,n) __builtin_rotateright64(x,n) macro390 static inline ulong64 ROR64(ulong64 word, int i) in ROR64() function430 #define ROR64(x, y) \ macro