Home
last modified time | relevance | path

Searched refs:__ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance

/u-boot/tools/
A Dimagetool.h28 #define __ALIGN_MASK(x, mask) (((x) + (mask)) & ~(mask)) macro
29 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a) - 1)
/u-boot/include/linux/
A Dkernel.h49 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1)
51 #define __ALIGN_MASK(x,mask) (((x)+(mask))&~(mask)) macro

Completed in 6 milliseconds