Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-endian.h30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-endian.h30 # define le64toh(x) (x) macro
33 # define le64toh(x) bswap_64 ((x)) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h34 # define le64toh(x) OSSwapLittleToHostInt64(x) macro
56 # define le64toh(x) letoh64(x) macro
78 # define le64toh(x) (x) macro
96 # define le64toh(x) __builtin_bswap64(x) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h34 #define le64toh(x) letoh64(x) macro
59 #define le64toh(x) (x) macro
82 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
182 #define le64toh(x) bswap_64(x) macro
189 #define le64toh(x) (x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h34 #define le64toh(x) letoh64(x) macro
58 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
158 #define le64toh(x) bswap_64(x) macro
165 #define le64toh(x) (x) macro
/netbsd-src/sys/sys/
H A Dendian.h179 #define le64toh( global() macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c48 #define le64toh(x) LE_64(x) macro
65 #define le64toh(x) letoh64(x) macro
82 #define le64toh(x) (x) macro
98 #define le64toh(x) __builtin_bswap64(x) macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h199 #define le64toh(x) htole64(x) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1146 #define le64toh( global() macro