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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dofa_solaris.h106 #define bswap_8(x) ((x) & 0xff) macro
109 #define bswap_16(x) ((bswap_8(x) << 8) | bswap_8((x) >> 8))

Completed in 21 milliseconds