Lines Matching defs:bestdiv
180 int i, bestdiv = 0;191 bestdiv = _div_round(divider->table, parent_rate, rate);192 bestdiv = bestdiv == 0 ? 1 : bestdiv;193 bestdiv = bestdiv > maxdiv ? maxdiv : bestdiv;194 return bestdiv;219 bestdiv = i;225 if (!bestdiv) {226 bestdiv = divider->max;231 return bestdiv;