Searched defs:htobe64 (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/compatibility/bsd/
H A Dendian.h37 #define htobe64(x) bswap64((x)) macro
51 #define htobe64(x) ((uint64_t)(x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h62 #define htobe64(x) bswap64((x)) macro
76 #define htobe64(x) ((uint64_t)(x)) macro

Completed in 36 milliseconds