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

/systemd/src/basic/
H A Dsparse-endian.h45 #undef be16toh macro
84 static inline uint16_t be16toh(be16_t value) { return bswap_16_on_le((uint16_t __force)value); } function

Completed in 549 milliseconds