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

/systemd/src/basic/
H A Dsparse-endian.h46 #undef le16toh macro
80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } function

Completed in 245 milliseconds