Lines Matching defs:bestdiv
295 int i, bestdiv = 0;306 bestdiv = _div_round(table, parent_rate, rate, flags);307 bestdiv = bestdiv == 0 ? 1 : bestdiv;308 bestdiv = bestdiv > maxdiv ? maxdiv : bestdiv;309 return bestdiv;332 bestdiv = i;338 if (!bestdiv) {339 bestdiv = _get_maxdiv(table, width, flags);343 return bestdiv;