Home
last modified time | relevance | path

Searched defs:be64toh (Results 1 – 8 of 8) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h33 # define be64toh(x) OSSwapBigToHostInt64(x) macro
55 # define be64toh(x) betoh64(x) macro
77 # define be64toh(x) ntohll(x) macro
95 # define be64toh(x) (x) macro
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h33 #define be64toh(x) betoh64(x) macro
58 #define be64toh(x) _byteswap_uint64(x) macro
81 #define be64toh(x) OSSwapBigToHostInt64(x) macro
181 #define be64toh(x) (x) macro
188 #define be64toh(x) bswap_64(x) macro
/netbsd/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c74 # define be64toh(x) OSSwapBigToHostInt64(x) macro
79 # define be64toh(n) (n) macro
82 # define be64toh(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
/netbsd/sys/sys/
H A Dendian.h176 #define be64toh(x) htobe64(x) macro
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c47 #define be64toh(x) BE_64(x) macro
64 #define be64toh(x) betoh64(x) macro
81 #define be64toh(x) __builtin_bswap64(x) macro
97 #define be64toh(x) (x) macro
/netbsd/sys/arch/hpc/stand/include/machine/
H A Dendian.h196 #define be64toh(x) htobe64(x) macro
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c104 be64toh(uint64_t x) in be64toh() function
/netbsd/tools/compat/
H A Dcompat_defs.h1137 #define be64toh(x) htobe64(x) macro