Searched refs:CC_ROL (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h34 CC_ROL : Rotate Left 32 bits. Rotate count can be a variable.
212 #define CC_ROL(x,n) _lrotl(x,n) macro
219 static inline uint32_t CC_ROL(uint32_t word, int i) function
257 static inline uint32_t CC_ROL(uint32_t word, int i) function
267 #define CC_ROLc(x, y) CC_ROL(x, y)

Completed in 57 milliseconds