Searched defs:le32toh (Results 1 - 4 of 4) sorted by last modified time

/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.h17 #define le32toh(x) B_LENDIAN_TO_HOST_INT32(x) macro
/haiku/headers/compatibility/bsd/
H A Dendian.h46 #define le32toh(x) ((uint32_t)(x)) macro
60 #define le32toh(x) bswap32((x)) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h71 #define le32toh(x) ((uint32_t)(x)) macro
85 #define le32toh(x) bswap32((x)) macro
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohcireg.h98 #define le32toh(x) ((uint32_t)__swap_int32(x)) macro

Completed in 49 milliseconds