Searched refs:ROTATE_LEFT (Results 1 – 1 of 1) sorted by relevance
79 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro85 (a) = ROTATE_LEFT ((a), (s)); \90 (a) = ROTATE_LEFT ((a), (s)); \95 (a) = ROTATE_LEFT ((a), (s)); \100 (a) = ROTATE_LEFT ((a), (s)); \