Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/openbsm/compat/
HDendian.h134 #define be64toh(x) bswap64((x)) macro
148 #define be64toh(x) ((uint64_t)(x)) macro
/freebsd-11-stable/contrib/unbound/cachedb/
HDcachedb.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-11-stable/sys/sys/
HDendian.h77 #define be64toh(x) bswap64((x)) macro
91 #define be64toh(x) ((uint64_t)(x)) macro