Searched refs:DIV_ROUND_CLOSEST_DOWN (Results 1 – 1 of 1) sorted by relevance
11 #define DIV_ROUND_CLOSEST_DOWN(a, b) (((a) + ((b) / 2) - 1) / (b)) macro12 #define roundclosest_down(a, b) (DIV_ROUND_CLOSEST_DOWN(a, b) * (b))