Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h364 #define ROL64(x,n) _rotl64(x,n) macro
371 #define ROL64(x,n) __builtin_rotateleft64(x,n) macro
377 static inline ulong64 ROL64(ulong64 word, int i) in ROL64() function
421 #define ROL64(x, y) \ macro

Completed in 4 milliseconds