Searched refs:ALIGN4 (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ | ||
H A D | macro.h | 89 #define ALIGN4(l) (((l) + 3) & ~3) macro 95 #define ALIGN(l) ALIGN4(l) 101 #define ALIGN4_PTR(p) ((void*) ALIGN4((unsigned long) (p))) |
Completed in 2410 milliseconds