Home
last modified time | relevance | path

Searched defs:ROL64 (Results 1 – 1 of 1) sorted by relevance

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h346 static inline unsigned long ROL64(unsigned long word, int i) in ROL64() function
389 #define ROL64(x, y) \ macro