Searched defs:ALIGN (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | macro.h | 93 #define ALIGN(l) ALIGN8(l) macro 95 #define ALIGN(l) ALIGN4(l) macro 100 #define ALIGN_PTR(p) ((void*) ALIGN((unsigned long) (p))) |
Completed in 11 milliseconds