Searched defs:ROL (Results 1 – 1 of 1) sorted by relevance
244 #define ROL(x,n) _rotl(x,n) macro252 #define ROL(x,n) __builtin_rotateleft32(x,n) macro259 static inline ulong32 ROL(ulong32 word, int i) in ROL() function304 static inline ulong32 ROL(ulong32 word, int i) in ROL() function349 #define ROL(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((3… macro
Completed in 4 milliseconds