Searched defs:be64toh (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | sparse-endian.h | 53 #undef be64toh macro 86 static inline uint64_t be64toh(be64_t value) { return bswap_64_on_le((uint64_t __force)value); } function |
Completed in 9 milliseconds