Searched defs:ROL64 (Results 1 – 1 of 1) sorted by relevance
364 #define ROL64(x,n) _rotl64(x,n) macro371 #define ROL64(x,n) __builtin_rotateleft64(x,n) macro377 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function421 #define ROL64(x, y) \ macro
Completed in 4 milliseconds