Searched defs:round_div (Results 1 – 4 of 4) sorted by relevance
439 static inline int round_div(int num, int den) in round_div() function
462 #define round_div(n, d) ((n+(d/2))/d) macro