Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h243 #define ROR(x,n) _rotr(x,n) macro
251 #define ROR(x,n) __builtin_rotateright32(x,n) macro
267 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
312 static inline ulong32 ROR(ulong32 word, int i) in ROR() function
350 #define ROR(x, y) ( ((((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((y)&31)) | ((ulong32)(x)<<(ulong32)((3… macro

Completed in 4 milliseconds