Searched defs:ROL64 (Results 1 – 1 of 1) sorted by relevance
369 #define ROL64(x,n) _rotl64(x,n) macro376 #define ROL64(x,n) __builtin_rotateleft64(x,n) macro382 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function426 #define ROL64(x, y) \ macro