Searched defs:ROLc (Results 1 – 4 of 4) sorted by relevance
243 #define ROLc(x,n) _lrotl(x,n) macro265 static inline unsigned ROLc(unsigned word, const int i) in ROLc() function283 #define ROLc ROL macro308 static inline unsigned ROLc(unsigned word, const int i) in ROLc() function326 #define ROLc ROL macro337 #define ROLc(x, y) ( (((unsigned long)(x)<<(unsigned long)((y)&31)) | (((unsigned long)(x)&0xFFFFFF… macro
46 #define ROLc(x, y) \ macro
44 #define ROLc(x, y) \ macro