Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dkernel.h55 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
/rk3399_rockchip-uboot/tools/
H A Dmxsboot.c19 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro