Searched defs:ROLc (Results 1 – 1 of 1) sorted by relevance
246 #define ROLc(x,n) ROL(x,n) macro253 #define ROLc(x,n) ROL(x,n) macro277 #define ROLc(word,i) ({ \ macro296 #define ROLc ROL macro322 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function340 #define ROLc ROL macro351 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro
Completed in 4 milliseconds