Searched defs:_lrotl (Results 1 – 2 of 2) sorted by relevance
422 #define _lrotl(a,b) __rolq((a), (b)) macro425 #define _lrotl(a,b) __rold((a), (b)) macro
478 _lrotl(unsigned long _Value, int _Shift) { in _lrotl() function