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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h39 CC_ROL64 : Rotate Left 64 bits. Rotate count can be a variable.
277 static inline uint64_t CC_ROL64(uint64_t word, int i) function
317 static inline uint64_t CC_ROL64(uint64_t word, int i) function
327 #define CC_ROL64c(x, y) CC_ROL64(x, y)

Completed in 56 milliseconds