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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h40 CC_ROR64c : Rotate Right 64 bits. Rotate count must be a constant.
303 #define CC_ROR64c(word, i) \ macro
328 #define CC_ROR64c(x, y) CC_ROR64(x, y) macro

Completed in 16 milliseconds