Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h54 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c39 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro