Searched refs:x_best (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | clock.c | 315 uint32_t fp, x, k_rest, k_best, x_best, tk; in mxs_set_lcdclk() local 361 x_best = x_best_l; in mxs_set_lcdclk() 364 x_best = x_best_t; in mxs_set_lcdclk() 372 writeb(CLKCTRL_FRAC_CLKGATE | (x_best & CLKCTRL_FRAC_FRAC_MASK), in mxs_set_lcdclk() 388 writeb(CLKCTRL_FRAC_CLKGATE | (x_best & CLKCTRL_FRAC_FRAC_MASK), in mxs_set_lcdclk()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-tight.c | 1587 int x_best, y_best, w_best, h_best; in find_large_solid_color_rect() local 1610 x_best = dx; y_best = dy; in find_large_solid_color_rect() 1612 &x_best, &y_best, &w_best, &h_best); in find_large_solid_color_rect() 1619 if (x_best != x) { in find_large_solid_color_rect() 1621 x_best-x, h_best); in find_large_solid_color_rect() 1625 n += send_sub_rect_solid(vs, x_best, y_best, w_best, h_best); in find_large_solid_color_rect() 1629 if (x_best + w_best != x + w) { in find_large_solid_color_rect() 1630 n += tight_send_framebuffer_update(vs, x_best+w_best, in find_large_solid_color_rect() 1632 w-(x_best-x)-w_best, in find_large_solid_color_rect()
|