Searched defs:best_diff (Results 1 – 9 of 9) sorted by relevance
/external/u-boot/drivers/clk/at91/ |
D | clk-usb.c | 51 int tmp_diff, best_diff = -1; in at91_usb_clk_set_rate() local
|
D | clk-generated.c | 83 int tmp_diff, best_diff = -1; in generic_clk_set_rate() local
|
/external/u-boot/drivers/video/sunxi/ |
D | lcdc.c | 215 int best_n = 0, best_m = 0, best_diff = 0x0FFFFFFF; in lcdc_pll_set() local
|
D | sunxi_dw_hdmi.c | 213 int best_n = 0, best_m = 0, best_diff = 0x0FFFFFFF; in sunxi_dw_hdmi_pll_set() local
|
/external/u-boot/arch/arm/mach-sunxi/ |
D | clock_sun6i.c | 218 unsigned best_k = 0, best_m = 0, best_n = 0, best_diff = 0xffffffff; in clock_set_mipi_pll() local
|
/external/webp/src/enc/ |
D | predictor_enc.c | 332 float best_diff = MAX_DIFF_COST; in GetBestPredictorForTile() local 570 float best_diff = GetPredictionCostCrossColorRed( in GetBestGreenToRed() local 641 float best_diff = GetPredictionCostCrossColorBlue( in GetBestGreenRedToBlue() local
|
/external/u-boot/drivers/clk/ |
D | clk_stm32f.c | 502 u32 best_div, best_diff, diff; in stm32_set_rate() local
|
/external/u-boot/drivers/usb/musb-new/ |
D | musb_host.c | 1788 int best_diff; in musb_schedule() local
|
/external/u-boot/arch/arm/mach-tegra/tegra124/ |
D | clock.c | 1068 u32 diff, best_diff, best_m = 0, best_n = 0, best_p; in clock_set_display_rate() local
|