Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_macros.h240 #define ROR(x,n) _lrotr(x,n) macro
255 static inline unsigned ROR(unsigned word, int i) in ROR() function
298 static inline unsigned ROR(unsigned word, int i) in ROR() function
336 #define ROR(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long… macro