Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Ddebug_ll.S20 #define DIV_ROUND(x, d) (((x) + ((d) / 2)) / (d)) macro
/openbmc/linux/arch/um/drivers/
H A Dcow_user.c122 #define DIV_ROUND(x, len) (((x) + (len) - 1) / (len)) macro