Searched defs:htobe64 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/openbsm/compat/
H A Dendian.h127 #define htobe64(x) bswap64((x)) macro
141 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11-stable/sys/sys/
H A Dendian.h70 #define htobe64(x) bswap64((x)) macro
84 #define htobe64(x) ((uint64_t)(x)) macro
/freebsd-11-stable/contrib/unbound/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

Completed in 69 milliseconds