Searched defs:ALIGN_TO (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | macro.h | 104 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))) |
Completed in 25 milliseconds