Searched refs:_rotwr (Results 1 – 4 of 4) sorted by relevance
107 return _rotwr(value, shift); in test_rotwr()145 char rotwr_0[_rotwr(0x3210, 4) == 0x0321 ? 1 : -1];
434 #define _rotwr(a,b) __rorw((a), (b)) macro
195 ``_rotwr`` and ``_lrotr`` may now be used within constant expressions.
3698 * ``_rotwr``