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

/haiku/headers/compatibility/bsd/
H A Dendian.h44 #define be64toh(x) bswap64((x)) macro
58 #define be64toh(x) ((uint64_t)(x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h69 #define be64toh(x) bswap64((x)) macro
83 #define be64toh(x) ((uint64_t)(x)) macro

Completed in 166 milliseconds