Home
last modified time | relevance | path

Searched defs:htobe64 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h56 #define htobe64(x) _byteswap_uint64(x) macro
79 #define htobe64(x) OSSwapHostToBigInt64(x) macro
179 #define htobe64(x) (x) macro
186 #define htobe64(x) bswap_64(x) macro
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dportable_endian.h31 # define htobe64(x) OSSwapHostToBigInt64(x) macro
75 # define htobe64(x) htonll(x) macro
93 # define htobe64(x) (x) macro
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h55 #define htobe64(x) OSSwapHostToBigInt64(x) macro
155 #define htobe64(x) (x) macro
162 #define htobe64(x) bswap_64(x) macro
/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c73 # define htobe64(x) OSSwapHostToBigInt64(x) macro
80 # define htobe64(n) (n) macro
83 # define htobe64(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro
/netbsd-src/sys/sys/
H A Dendian.h144 #define htobe64( global() macro
/netbsd-src/sys/arch/hpc/stand/include/machine/
H A Dendian.h164 #define htobe64(x) (x) macro
/netbsd-src/tools/compat/
H A Dcompat_defs.h1099 #define htobe64( global() macro
1118 #define htobe64( global() macro
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c49 #define htobe64(x) BE_64(x) macro
83 #define htobe64(x) __builtin_bswap64(x) macro
99 #define htobe64(x) (x) macro
/netbsd-src/external/bsd/tmux/dist/compat/
H A Dimsg-buffer.c40 #define htobe64 htonll macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsha2.c85 htobe64(uint64_t x) in htobe64() function