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

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s77 / uint16_t htobe16(uint16_t in)
81 ENTRY(htobe16) function
86 SET_SIZE(htobe16)
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.s96 * uint16_t htobe16(uint16_t in);
103 ENTRY(htobe16) function
108 SET_SIZE(htobe16)
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c109 htobe16(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c109 htobe16(uint16_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h68 #define htobe16(x) bswap16((x)) macro
82 #define htobe16(x) ((uint16_t)(x)) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile871 htobe16.3c \
1663 htobe16.3c := LINKSRC = endian.3c

Completed in 71 milliseconds