Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/octeon/dev/
H A Doctmmc.c68 #define divround(n, d) (((n) + (d) / 2) / (d)) macro
/openbsd-src/sys/dev/ic/
H A Dathn.c1939 #define divround(a, b) (((a) + (b) - 1) / (b)) in athn_txtime() macro