Searched refs:le16toh (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dsparse-endian.h46 #undef le16toh macro
80 static inline uint16_t le16toh(le16_t value) { return bswap_16_on_be((uint16_t __force)value); } function
/systemd/src/libsystemd/sd-bus/
H A Dbus-gvariant.c279 return le16toh(x.u16);
/systemd/src/journal/
H A Djournal-authenticate.c380 if (le64toh(m->fsprg_state_size) != FSPRG_stateinbytes(le16toh(m->fsprg_secpar))) {
/systemd/src/udev/ata_id/
H A Data_id.c306 p[offset_words] = le16toh (p[offset_words]);

Completed in 2219 milliseconds