Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h253 #define ROLc(x,n) _lrotl(x,n) macro
276 #define ROLc(word,i) ({ \ macro
295 #define ROLc ROL macro
321 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function
339 #define ROLc ROL macro
350 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro

Completed in 5 milliseconds