Searched refs:DIV_ROUND_CLOSEST (Results 1 – 2 of 2) sorted by relevance
109 #define RED_ONE_PERCENT ((u32)DIV_ROUND_CLOSEST(1ULL<<32, 100))401 max_p_delta = DIV_ROUND_CLOSEST(p->max_P, p->qth_delta); in red_adaptative_algo()
83 #define DIV_ROUND_CLOSEST(x, divisor)( \ macro