Home
last modified time | relevance | path

Searched refs:xdiv (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-tegra/
Dclock.c445 int xdiv = 0; in clock_adjust_periph_pll_div() local
452 rate, &xdiv); in clock_adjust_periph_pll_div()
454 *extra_div = xdiv; in clock_adjust_periph_pll_div()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp420 float xdiv = rcCell.Width() / nCharArray * 1000.0f / rcBBox.Width(); in GetCharArrayAutoFontSize() local
423 return xdiv < ydiv ? xdiv : ydiv; in GetCharArrayAutoFontSize()