Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Dmksunxiboot.c48 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) macro
H A Dfit_image.c27 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h72 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) macro
/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h40 #define ALIGN(x,a) __ALIGN_MASK((x),(typeof(x))(a)-1) macro
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c104 #define ALIGN(x, y) (((x) + (y) - 1) & ~((y) - 1)) macro