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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmisc.h21 #define CRYPTOPP_FAST_ROTATE(x) 1 macro
23 #define CRYPTOPP_FAST_ROTATE(x) ((x) == 32 | (x) == 64) macro
25 #define CRYPTOPP_FAST_ROTATE(x) ((x) == 32) macro
29 #define CRYPTOPP_FAST_ROTATE(x) ((x) == 32) macro
31 #define CRYPTOPP_FAST_ROTATE(x) 1 macro
33 #define CRYPTOPP_FAST_ROTATE(x) 0 macro

Completed in 40 milliseconds