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

/systemd/src/basic/
H A Dsparse-endian.h49 #undef be32toh macro
85 static inline uint32_t be32toh(be32_t value) { return bswap_32_on_le((uint32_t __force)value); } function

Completed in 30 milliseconds