Searched refs:le32toh (Results 1 - 8 of 8) sorted by relevance

/systemd/src/basic/
H A Dsparse-endian.h50 #undef le32toh macro
81 static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); } function
H A Dbtrfs-util.c533 (usec_t) le32toh(ri->otime.nsec) / NSEC_PER_USEC;
/systemd/src/journal/
H A Djournal-file.h182 (!!(le32toh((h)->compatible_flags) & HEADER_COMPATIBLE_SEALED))
185 (!!(le32toh((h)->incompatible_flags) & HEADER_INCOMPATIBLE_COMPRESSED_XZ))
188 (!!(le32toh((h)->incompatible_flags) & HEADER_INCOMPATIBLE_COMPRESSED_LZ4))
H A Djournal-file.c282 flags = le32toh(f->header->incompatible_flags);
296 flags = le32toh(f->header->compatible_flags);
2630 (le32toh(f->header->compatible_flags) & ~HEADER_COMPATIBLE_ANY) ? " ???" : "",
2633 (le32toh(f->header->incompatible_flags) & ~HEADER_INCOMPATIBLE_ANY) ? " ???" : "",
H A Djournal-verify.c860 if (le32toh(f->header->compatible_flags) & ~HEADER_COMPATIBLE_SUPPORTED) {
/systemd/src/libsystemd/sd-bus/
H A Dbus-gvariant.c281 return le32toh(x.u32);
H A Dbus-socket.c863 a = le32toh(a);
864 b = le32toh(b);
/systemd/src/tty-ask-password-agent/
H A Dtty-ask-password-agent.c209 size = le32toh(size);

Completed in 1510 milliseconds