Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h244 #define ROL(x,n) _rotl(x,n) macro
252 #define ROL(x,n) __builtin_rotateleft32(x,n) macro
259 static inline ulong32 ROL(ulong32 word, int i) in ROL() function
304 static inline ulong32 ROL(ulong32 word, int i) in ROL() function
349 #define ROL(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((3… macro

Completed in 4 milliseconds