Searched defs:le64toh (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | sparse-endian.h | 54 #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