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

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s99 / uint16_t be16toh(uint16_t in)
110 ENTRY(be16toh) function
115 SET_SIZE(be16toh)
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s125 * uint16_t be16toh(uint16_t in)
136 ENTRY(be16toh) function
141 SET_SIZE(be16toh)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c133 be16toh(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c133 be16toh(uint16_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h75 #define be16toh(x) bswap16((x)) macro
89 #define be16toh(x) ((uint16_t)(x)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile702 be16toh.3c \
1657 be16toh.3c := LINKSRC = endian.3c

Completed in 93 milliseconds