Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_macros.h251 #define ROLc(x,n) ROL(x,n) macro
258 #define ROLc(x,n) ROL(x,n) macro
282 #define ROLc(word,i) ({ \ macro
301 #define ROLc ROL macro
327 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function
345 #define ROLc ROL macro
356 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro