Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/compat/
H A Dendian.h134 #define be64toh(x) bswap64((x)) macro
148 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd/sys/sys/
H A D_endian.h113 #define be64toh(x) __bswap64((x)) macro
127 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd/contrib/unbound/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
/freebsd/tools/build/cross-build/include/mac/sys/
H A Dendian.h66 #define be64toh(x) bswap64((x)) macro
80 #define be64toh(x) ((uint64_t)(x)) macro