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

/illumos-gate/usr/src/tools/btxld/
H A Delfh.c40 #ifndef htole16
41 #define htole16 LE_16 macro
57 htole16(ET_EXEC), /* e_type */
58 htole16(EM_386), /* e_machine */
64 htole16(sizeof(elfhdr.e)), /* e_ehsize */
65 htole16(sizeof(elfhdr.p[0])), /* e_phentsize */
66 htole16(sizeof(elfhdr.p) / sizeof(elfhdr.p[0])), /* e_phnum */
67 htole16(sizeof(elfhdr.sh[0])), /* e_shentsize */
68 htole16(sizeof(elfhdr.sh) / sizeof(elfhdr.sh[0])), /* e_shnum */
69 htole16(
[all...]
H A Dendian.h29 #ifndef htole16
30 #define htole16 LE_16 macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dendian.c47 htole16(uint16_t in) function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c23 htole16(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c23 htole16(uint16_t in) function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c23 htole16(uint16_t in) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h71 #define htole16(x) ((uint16_t)(x)) macro
85 #define htole16(x) bswap16((x)) macro
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h153 #define htole16(x) LE_16(x) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile874 htole16.3c \
1666 htole16.3c := LINKSRC = endian.3c

Completed in 95 milliseconds