Home
last modified time | relevance | path

Searched refs:ALIGN4 (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dmacro.h133 #define ALIGN4(l) (((l) + 3) & ~3) macro
139 #define ALIGN(l) ALIGN4(l)
145 #define ALIGN4_PTR(p) ((void*) ALIGN4((unsigned long) (p)))
/systemd-251/src/libsystemd/sd-bus/
Dbus-dump.c503 return ALIGN4(len + sizeof(struct pcapng_option)); in pcapng_optlen()
518 size_t pad = ALIGN4(len) - len; in pcapng_putopt()
608 pad = ALIGN4(caplen) - caplen; in bus_message_pcap_frame()