Searched refs:rotlVariable (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcast.cpp18 t = rotlVariable(km + r, kr); \
22 t = rotlVariable(km ^ r, kr); \
26 t = rotlVariable(km - r, kr); \
H A Dmisc.h444 template <class T> inline T rotlVariable(T x, unsigned int y) function
482 template<> inline word32 rotlVariable<word32>(word32 x, unsigned int y)
521 template<> inline word64 rotlVariable<word64>(word64 x, unsigned int y)
560 template<> inline word16 rotlVariable<word16>(word16 x, unsigned int y)
594 template<> inline byte rotlVariable<byte>(byte x, unsigned int y)
632 template<> inline word32 rotlVariable<word32>(word32 x, unsigned int y)

Completed in 122 milliseconds