Searched defs:bswap_32 (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/open-fabrics/libibverbs/
H A Dofa_solaris.h110 #define bswap_32(x) (((uint32_t)(x) << 24) | \ macro
116 #define bswap_32(x) htonl(x) macro
133 #define bswap_64(x) ((bswap_32(x) << 32) | bswap_32((x) >> 32))

Completed in 19 milliseconds