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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h36 CC_ROLc : Rotate Left 32 bits. Rotate count must be a constant.
214 #define CC_ROLc(x,n) _lrotl(x,n) macro
236 #define CC_ROLc(word, i) \ macro
267 #define CC_ROLc(x, y) CC_ROL(x, y) macro

Completed in 9 milliseconds