Home
last modified time | relevance | path

Searched defs:htole32 (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Delfh.c44 #define htole32 LE_32 macro
H A Dendian.h33 #define htole32 LE_32 macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dendian.c53 htole32(uint32_t in) in htole32() function
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dendian.c29 htole32(uint32_t in) in htole32() function
/illumos-gate/usr/src/boot/sys/sys/
H A Dendian.h72 #define htole32(x) ((uint32_t)(x)) macro
86 #define htole32(x) bswap32((x)) macro
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dendian.c29 htole32(uint32_t in) in htole32() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dendian.c29 htole32(uint32_t in) in htole32() function
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dendian.h128 #define htole32(x) ((uint32_t)(x)) macro
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwncompat.h154 #define htole32(x) LE_32(x) macro