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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcast_lcl.h156 #define ROTL(a,n) (_lrotl(a,n)) macro
158 #define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcast_lcl.h161 #define ROTL(a,n) (_lrotl(a,n)) macro
163 #define ROTL(a,n) ((((a)<<(n))&0xffffffffL)|((a)>>(32-(n)))) macro

Completed in 49 milliseconds