Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h372 static inline unsigned long ROR64c(unsigned long word, const int i) in ROR64c() function
383 #define ROR64c ROR64 macro
401 #define ROR64c(x, y) \ macro