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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h46 CC_H2LE32 : convert a 32 bits value between host and little endian order.
347 #define CC_H2LE32(x) (x) macro
351 #define CC_H2LE32(x) CC_BSWAP(x) macro

Completed in 9 milliseconds