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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h35 CC_RORc : Rotate Right 32 bits. Rotate count must be a constant.
213 #define CC_RORc(x,n) _lrotr(x,n) macro
245 #define CC_RORc(word, i) \ macro
268 #define CC_RORc(x, y) CC_ROR(x, y) macro

Completed in 7 milliseconds