Lines Matching refs:bestdiv
172 int i, bestdiv = 0;183 bestdiv = _div_round(divider->table, parent_rate, rate);184 bestdiv = bestdiv == 0 ? 1 : bestdiv;185 bestdiv = bestdiv > maxdiv ? maxdiv : bestdiv;186 return bestdiv;211 bestdiv = i;217 if (!bestdiv) {218 bestdiv = divider->max;223 return bestdiv;