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

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h33 CC_ROR : Rotate Right 32 bits. Rotate count can be a variable.
211 #define CC_ROR(x,n) _lrotr(x,n) macro
227 static inline uint32_t CC_ROR(uint32_t word, int i) function
262 static inline uint32_t CC_ROR(uint32_t word, int i) function
268 #define CC_RORc(x, y) CC_ROR(x, y)

Completed in 55 milliseconds