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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h38 CC_ROR64 : Rotate Right 64 bits. Rotate count can be a variable.
285 static inline uint64_t CC_ROR64(uint64_t word, int i) function
322 static inline uint64_t CC_ROR64(uint64_t word, int i) function
328 #define CC_ROR64c(x, y) CC_ROR64(x, y)

Completed in 13 milliseconds