Searched refs:be64toh (Results 1 - 7 of 7) sorted by relevance

/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dendian.h15 #define betoh64(x) be64toh(x)
/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
/haiku/src/tools/
H A Delf2aout.c49 #define xe64toh(x) ((data == ELFDATA2MSB) ? be64toh(x) : le64toh(x))
/haiku/src/libs/compat/freebsd_iflib/
H A Dnvlist.c1047 nvlhdrp->nvlh_size = be64toh(nvlhdrp->nvlh_size);
1048 nvlhdrp->nvlh_descriptors = be64toh(nvlhdrp->nvlh_descriptors);
/haiku/src/add-ons/kernel/drivers/network/ether/broadcom570x/dev/bce/
H A Dif_bcereg.h590 #define bce_be64toh(x) be64toh(x)
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c1261 if (bytes != be64toh(0xffffff0210280210ULL)) {

Completed in 555 milliseconds