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

/systemd/src/basic/
H A Dsparse-endian.h53 #undef be64toh macro
86 static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); } function

Completed in 31 milliseconds