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

/netgear-R7800-V1.0.2.28/tools/wrt350nv2-builder/src/
H A Dmd5.c197 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) macro
205 a = ROTATE_LEFT(t, s) + b
231 a = ROTATE_LEFT(t, s) + b
257 a = ROTATE_LEFT(t, s) + b
283 a = ROTATE_LEFT(t, s) + b
/netgear-R7800-V1.0.2.28/package/mtd/src/
H A Dmd5.c70 /* ROTATE_LEFT rotates x left n bits */
71 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
77 (a) = ROTATE_LEFT ((a), (s)); \
82 (a) = ROTATE_LEFT ((a), (s)); \
87 (a) = ROTATE_LEFT ((a), (s)); \
92 (a) = ROTATE_LEFT ((a), (s)); \
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dmd5.c70 /* ROTATE_LEFT rotates x left n bits */
71 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
77 (a) = ROTATE_LEFT ((a), (s)); \
82 (a) = ROTATE_LEFT ((a), (s)); \
87 (a) = ROTATE_LEFT ((a), (s)); \
92 (a) = ROTATE_LEFT ((a), (s)); \

Completed in 37 milliseconds