Searched defs:le16toh (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | sparse-endian.h | 46 #undef le16toh macro 80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } function |
Completed in 10 milliseconds