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

/systemd/src/test/
H A Dtest-utf8.c98 const uint16_t utf16[] = { htole16('a'), htole16(0xd800), htole16('b'), htole16(0xdc00), htole16('c'), htole16(0xd801), htole16(0xdc37) };
/systemd/src/basic/
H A Dsparse-endian.h44 #undef htole16 macro
72 static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); } function
/systemd/src/libsystemd/sd-bus/
H A Dbus-gvariant.c302 x.u16 = htole16((uint16_t) value);
/systemd/src/journal/
H A Djournalctl.c1601 h.fsprg_secpar = htole16(FSPRG_RECOMMENDED_SECPAR);

Completed in 2284 milliseconds