Searched defs:FDT_ALIGN (Results 1 – 2 of 2) sorted by relevance
55 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro