Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dmd5.c79 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
85 (a) = ROTATE_LEFT ((a), (s)); \
90 (a) = ROTATE_LEFT ((a), (s)); \
95 (a) = ROTATE_LEFT ((a), (s)); \
100 (a) = ROTATE_LEFT ((a), (s)); \