Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h250 #define ROR(x,n) _lrotr(x,n) macro
266 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
311 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
349 #define ROR(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((3… macro

Completed in 4 milliseconds