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

/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h70 (((__uint64_t)__bswap32((x) & 0xffffffff) << 32) | __bswap32((x) >> 32))
76 #define __bswap32(x) \ macro
85 #define __bswap32(x) __bswap32_var(x) macro
126 #define __htonl(x) __bswap32(x)
128 #define __ntohl(x) __bswap32(x)

Completed in 57 milliseconds