Home
last modified time | relevance | path

Searched refs:ROTATION_LEFT (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c175 #define ROTATION_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
184 (a) = ROTATION_LEFT ((a), (s)); (a) += (b); \
188 (a) = ROTATION_LEFT ((a), (s)); (a) += (b); \
192 (a) = ROTATION_LEFT ((a), (s)); (a) += (b); \
196 (a) = ROTATION_LEFT ((a), (s)); (a) += (b); \