Searched refs:__ALIGN_MASK_IMX (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/
H A Dimx8mimage.c35 #define ALIGN_IMX(x, a) __ALIGN_MASK_IMX((x), (__typeof__(x))(a) - 1, a)
36 #define __ALIGN_MASK_IMX(x, mask, mask2) (((x) + (mask)) / (mask2) * (mask2)) macro

Completed in 81 milliseconds