Searched defs:ROLc (Results 1 – 1 of 1) sorted by relevance
253 #define ROLc(x,n) _lrotl(x,n) macro276 #define ROLc(word,i) ({ \ macro295 #define ROLc ROL macro321 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function339 #define ROLc ROL macro350 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro
Completed in 5 milliseconds