Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h29 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
53 # define le32toh(x) letoh32(x) macro
73 # define le32toh(x) (x) macro
91 # define le32toh(x) __builtin_bswap32(x) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h32 #define le32toh(x) letoh32(x) macro
54 #define le32toh(x) (x) macro
77 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
164 #define le32toh(x) bswap_32(x) macro
171 #define le32toh(x) (x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h32 #define le32toh(x) letoh32(x) macro
53 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
140 #define le32toh(x) bswap_32(x) macro
147 #define le32toh(x) (x) macro
/netbsd-src/sys/sys/
H A Dendian.h178 #define le32toh( global() macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c43 #define le32toh(x) LE_32(x) macro
62 #define le32toh(x) letoh32(x) macro
77 #define le32toh(x) (x) macro
93 #define le32toh(x) __builtin_bswap32(x) macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h198 #define le32toh(x) htole32(x) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1143 #define le32toh( global() macro