Searched defs:le16toh (Results 1 – 4 of 4) sorted by relevance
135 #define le16toh(x) ((uint16_t)(x)) macro149 #define le16toh(x) bswap16((x)) macro
116 #define le16toh(x) ((uint16_t)(x)) macro130 #define le16toh(x) __bswap16((x)) macro
67 #define le16toh(x) ((uint16_t)(x)) macro81 #define le16toh(x) bswap16((x)) macro
557 #define le16toh( global() macro