Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_macros.h246 #define ROLc(x,n) ROL(x,n) macro
253 #define ROLc(x,n) ROL(x,n) macro
277 #define ROLc(word,i) ({ \ macro
296 #define ROLc ROL macro
322 static inline ulong32 ROLc(ulong32 word, const int i) in ROLc() function
340 #define ROLc ROL macro
351 #define ROLc(x, y) ( (((ulong32)(x)<<(ulong32)((y)&31)) | (((ulong32)(x)&0xFFFFFFFFUL)>>(ulong32)((… macro

Completed in 5 milliseconds