Searched defs:le16toh (Results 1 - 3 of 3) sorted by path

/haiku/headers/compatibility/bsd/
H A Dendian.h45 #define le16toh(x) ((uint16_t)(x)) macro
59 #define le16toh(x) bswap16((x)) macro
/haiku/headers/private/bluetooth/
H A Dl2cap.h35 #define le16toh(x) (x) macro
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dendian.h70 #define le16toh(x) ((uint16_t)(x)) macro
84 #define le16toh(x) bswap16((x)) macro

Completed in 111 milliseconds