Searched refs:ALIGN_TO (Results 1 - 7 of 7) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-gvariant.c47 sum = ALIGN_TO(sum, r);
112 return ALIGN_TO(sum, r);
H A Dbus-message.c169 start = ALIGN_TO(old_size, align);
1355 start_body = ALIGN_TO((size_t) m->body_size, align);
1375 (padding != ALIGN_TO(m->body_end->size, align) - m->body_end->size) ||
1403 start_part = ALIGN_TO(part->size, align);
3105 start = ALIGN_TO((size_t) *rindex, align);
3232 *rindex = ALIGN_TO(c->offsets[c->offset_index], alignment);
3273 *rindex = ALIGN_TO(c->offsets[c->offset_index], alignment);
3308 start = ALIGN_TO((size_t) *rindex, align);
3936 offset = (*n_offsets == 0 ? m->rindex : ALIGN_TO((*offsets)[*n_offsets-1], align)) + k;
5259 ri = ALIGN_TO(bus_gvariant_read_word_l
[all...]
H A Dbus-socket.c871 sum = (uint64_t) sizeof(struct bus_header) + (uint64_t) ALIGN_TO(b, 8) + (uint64_t) a;
/systemd/src/basic/
H A Dutil.h49 #define PAGE_ALIGN(l) ALIGN_TO((l), page_size())
H A Dmacro.h104 static inline size_t ALIGN_TO(size_t l, size_t ali) { function
108 #define ALIGN_TO_PTR(p, ali) ((void*) ALIGN_TO((unsigned long) (p), (ali)))
/systemd/src/journal/
H A Dcatalog.c415 header.header_size = htole64(ALIGN_TO(sizeof(CatalogHeader), 8));
H A Dcompress.c50 #define ALIGN_8(l) ALIGN_TO(l, sizeof(size_t))

Completed in 3052 milliseconds