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

/systemd/src/basic/
H A Dsparse-endian.h54 #undef le64toh macro
82 static inline uint64_t le64toh(le64_t value) { return bswap_64_on_be((uint64_t __force)value); } function

Completed in 43 milliseconds