Searched defs:ROLc (Results 1 – 1 of 1) sorted by relevance
251 #define ROLc(x,n) ROL(x,n) macro258 #define ROLc(x,n) ROL(x,n) macro282 #define ROLc(word,i) ({ \ macro301 #define ROLc ROL macro327 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function345 #define ROLc ROL macro356 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro