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