le32toh           610 src/journal/compress.c                 m = le32toh(header);
le32toh           237 src/journal/journal-file.c         flags = le32toh(f->header->incompatible_flags);
le32toh           251 src/journal/journal-file.c         flags = le32toh(f->header->compatible_flags);
le32toh          2435 src/journal/journal-file.c                (le32toh(f->header->compatible_flags) & ~HEADER_COMPATIBLE_ANY) ? " ???" : "",
le32toh          2438 src/journal/journal-file.c                (le32toh(f->header->incompatible_flags) & ~HEADER_INCOMPATIBLE_ANY) ? " ???" : "",
le32toh           156 src/journal/journal-file.h         (!!(le32toh((h)->compatible_flags) & HEADER_COMPATIBLE_SEALED))
le32toh           159 src/journal/journal-file.h         (!!(le32toh((h)->incompatible_flags) & HEADER_INCOMPATIBLE_COMPRESSED_XZ))
le32toh           162 src/journal/journal-file.h         (!!(le32toh((h)->incompatible_flags) & HEADER_INCOMPATIBLE_COMPRESSED_LZ4))
le32toh           847 src/journal/journal-verify.c         if (le32toh(f->header->compatible_flags) & ~HEADER_COMPATIBLE_SUPPORTED) {
le32toh          1977 src/libsystemd/sd-bus/bus-message.c                 return le32toh(x.u32);
le32toh           882 src/libsystemd/sd-bus/bus-socket.c                 a = le32toh(a);
le32toh           883 src/libsystemd/sd-bus/bus-socket.c                 b = le32toh(b);
le32toh           191 src/tty-ask-password-agent/tty-ask-password-agent.c                         size = le32toh(size);