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

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s118 / uint32_t be32toh(uint32_t in)
123 ENTRY(be32toh) function
127 SET_SIZE(be32toh)
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s146 * uint32_t be32toh(uint32_t in)
156 ENTRY(be32toh) function
160 SET_SIZE(be32toh)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c145 be32toh(uint32_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c145 be32toh(uint32_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h76 #define be32toh(x) bswap32((x)) macro
90 #define be32toh(x) ((uint32_t)(x)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile703 be32toh.3c \
1658 be32toh.3c := LINKSRC = endian.3c

Completed in 182 milliseconds