Searched refs:htole32 (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dsparse-endian.h48 #undef htole32 macro
73 static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); } function
/systemd/src/libsystemd/sd-bus/
H A Dbus-gvariant.c304 x.u32 = htole32((uint32_t) value);
/systemd/src/journal/
H A Djournal-file.c216 h.incompatible_flags |= htole32(
220 h.compatible_flags = htole32(

Completed in 1510 milliseconds