Searched refs:ALIGN_1 (Results 1 – 1 of 1) sorted by relevance
48 #define ALIGN_1(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro49 #define ALIGN_DOWN(x, a) ALIGN_1((x) - ((a)-1), (a))61 type *name = (type *)ALIGN_1((rt_ubase_t)__##name, align)
Completed in 3 milliseconds