Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h369 #define ROL64(x,n) _rotl64(x,n) macro
376 #define ROL64(x,n) __builtin_rotateleft64(x,n) macro
382 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function
426 #define ROL64(x, y) \ macro