Home
last modified time | relevance | path

Searched defs:ALIGN (Results 1 – 4 of 4) sorted by relevance

/u-boot/include/linux/
A Dlinkage.h46 #define ALIGN __ALIGN macro
A Dkernel.h49 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro
/u-boot/scripts/dtc/
A Ddtc.h73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/u-boot/tools/
A Dimagetool.h29 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a) - 1) macro

Completed in 8 milliseconds