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

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s88 / uint32_t htobe32(uint32_t in)
92 ENTRY(htobe32) function
96 SET_SIZE(htobe32)
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s97 * uint32_t htobe32(uint32_t in);
110 ENTRY(htobe32) function
114 SET_SIZE(htobe32)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c115 htobe32(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c115 htobe32(uint32_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h69 #define htobe32(x) bswap32((x)) macro
83 #define htobe32(x) ((uint32_t)(x)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile872 htobe32.3c \
1664 htobe32.3c := LINKSRC = endian.3c

Completed in 89 milliseconds