Home
last modified time | relevance | path

Searched defs:le16toh (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h24 # define le16toh(x) OSSwapLittleToHostInt16(x) macro
50 # define le16toh(x) letoh16(x) macro
68 # define le16toh(x) (x) macro
86 # define le16toh(x) __builtin_bswap16(x) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h30 #define le16toh(x) letoh16(x) macro
49 #define le16toh(x) (x) macro
72 #define le16toh(x) OSSwapLittleToHostInt16(x) macro
146 #define le16toh(x) bswap_16(x) macro
153 #define le16toh(x) (x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h30 #define le16toh(x) letoh16(x) macro
48 #define le16toh(x) OSSwapLittleToHostInt16(x) macro
122 #define le16toh(x) bswap_16(x) macro
129 #define le16toh(x) (x) macro
/netbsd-src/sys/sys/
H A Dendian.h177 #define le16toh( global() macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c38 #define le16toh(x) LE_16(x) macro
59 #define le16toh(x) letoh16(x) macro
72 #define le16toh(x) (x) macro
88 #define le16toh(x) __builtin_bswap16(x) macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h197 #define le16toh(x) htole16(x) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1140 #define le16toh( global() macro