Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h248 #define ROR(x,n) _rotr(x,n) macro
256 #define ROR(x,n) __builtin_rotateright32(x,n) macro
272 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
317 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
355 #define ROR(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((3… macro