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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h43 CC_BSWAP : byte swap a 32 bits variable.
335 static inline uint32_t CC_BSWAP(uint32_t x) function
346 #define CC_H2BE32(x) CC_BSWAP(x)
351 #define CC_H2LE32(x) CC_BSWAP(x)

Completed in 17 milliseconds