Searched refs:ROTATE_LEFT (Results 1 – 1 of 1) sorted by relevance
72 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro79 (a) = ROTATE_LEFT ((a), (s)); \84 (a) = ROTATE_LEFT ((a), (s)); \89 (a) = ROTATE_LEFT ((a), (s)); \94 (a) = ROTATE_LEFT ((a), (s)); \