Searched defs:ROTATE_LEFT (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmd5.c71 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmd5.c71 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd4.c73 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
H A Dmd5.c240 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bpalogin/
H A Dgen_md5.c85 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DMD5Sum.cpp126 #define ROTATE_LEFT(x, n) _rotl((x), (n)) macro
128 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/
H A DmkFileSum.c166 #define ROTATE_LEFT(x, n) _rotl((x), (n)) macro
168 #define ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32-(n)))) macro

Completed in 183 milliseconds