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

/freebsd-current/contrib/openbsm/compat/
H A Dendian.h134 #define be64toh(x) bswap64((x)) macro
148 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd-current/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
/freebsd-current/sys/sys/
H A D_endian.h115 #define be64toh(x) __bswap64((x)) macro
129 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd-current/contrib/unbound/cachedb/
H A Dcachedb.c76 # define be64toh(x) OSSwapBigToHostInt64(x) macro
81 # define be64toh(n) (n) macro
84 # define be64toh(n) (((uint64_t)htonl((n) & 0xFFFFFFFF) << 32) | htonl((n) >> 32)) macro

Completed in 179 milliseconds