Searched refs:ROTATE_LEFT (Results 1 – 1 of 1) sorted by relevance
85 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro92 (a) = ROTATE_LEFT ((a), (s)); \97 (a) = ROTATE_LEFT ((a), (s)); \102 (a) = ROTATE_LEFT ((a), (s)); \107 (a) = ROTATE_LEFT ((a), (s)); \