Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h249 #define ROL(x,n) _rotl(x,n) macro
257 #define ROL(x,n) __builtin_rotateleft32(x,n) macro
264 static inline ulong32 ROL(ulong32 word, int i) in ROL() function
309 static inline ulong32 ROL(ulong32 word, int i) in ROL() function
354 #define ROL(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((3… macro