Searched defs:DOFF_ALIGN (Results 1 – 2 of 2) sorted by relevance
312 #define DOFF_ALIGN(addr) (((addr) + 3) & ~3UL) macro
42 #define DOFF_ALIGN(x) (((x) + 3) & ~3UL) macro