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

/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dofa_solaris.h121 #define bswap_64(x) (((uint64_t)(x) << 56) | \ macro
130 #define bswap_64(x) htonll(x) macro
133 #define bswap_64(x) ((bswap_32(x) << 32) | bswap_32((x) >> 32)) macro

Completed in 40 milliseconds