Searched defs:divround (Results 1 – 2 of 2) sorted by relevance
68 #define divround(n, d) (((n) + (d) / 2) / (d)) macro
1939 #define divround(a, b) (((a) + (b) - 1) / (b)) in athn_txtime() macro