Lines Matching defs:bestdiv
294 int i, bestdiv = 0;305 bestdiv = _div_round(table, parent_rate, rate, flags);306 bestdiv = bestdiv == 0 ? 1 : bestdiv;307 bestdiv = bestdiv > maxdiv ? maxdiv : bestdiv;308 return bestdiv;331 bestdiv = i;337 if (!bestdiv) {338 bestdiv = _get_maxdiv(table, width, flags);342 return bestdiv;