Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmath.h86 #define DIV_ROUND_CLOSEST(x, divisor)( \ macro
/openbmc/u-boot/include/linux/
H A Dkernel.h95 #define DIV_ROUND_CLOSEST(x, divisor)( \ macro