/openbmc/qemu/hw/display/ |
H A D | g364fb.c | 86 int ymin, ymax; in g364fb_draw_graphic8() local 119 ymax = 0; in g364fb_draw_graphic8() 136 ymin = ymax = y; in g364fb_draw_graphic8() 179 ymax = s->height - 1; in g364fb_draw_graphic8() 189 if (y > ymax) in g364fb_draw_graphic8() 190 ymax = y; in g364fb_draw_graphic8() 193 if (xmax || ymax) { in g364fb_draw_graphic8() 195 xmax - xmin + 1, ymax - ymin + 1); in g364fb_draw_graphic8() 199 ymax = 0; in g364fb_draw_graphic8() 213 if (xmax || ymax) { in g364fb_draw_graphic8() [all …]
|
H A D | tcx.c | 663 int ymin, ymax, start, end; in tcx_invalidate_cursor_position() local 670 ymax = MIN(s->height, ymin + 32); in tcx_invalidate_cursor_position() 672 end = ymax * 1024; in tcx_invalidate_cursor_position()
|
/openbmc/linux/arch/m68k/atari/ |
H A D | atakeyb.c | 365 void ikbd_mouse_abs_pos(int xmax, int ymax) in ikbd_mouse_abs_pos() argument 367 char cmd[5] = { 0x09, xmax>>8, xmax&0xFF, ymax>>8, ymax&0xFF }; in ikbd_mouse_abs_pos()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 73 unsigned int xmin, ymin, xmax, ymax; in convert_coords_to_ispparams() local 136 ymax = max(y10, y11); in convert_coords_to_ispparams() 153 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | atarikb.h | 21 void ikbd_mouse_abs_pos(int xmax, int ymax);
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.c | 249 u32 ymin, ymax; in hdmi_active_area() local 254 ymax = sti_vtg_get_line_number(hdmi->mode, hdmi->mode.vdisplay - 1); in hdmi_active_area() 259 hdmi_write(hdmi, ymax, HDMI_ACTIVE_VID_YMAX); in hdmi_active_area()
|
/openbmc/openbmc-tools/dbus-vis/ |
H A D | timeline_view.js | 199 let ymax = 0; 226 ymax = Math.max(y, ymax); 231 this.Heights.push(ymax+1);
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/ |
H A D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 171 double ymin, ymax; 228 - rrd_graph(items+1,argv,&calcpr,&xsize,&ysize,NULL,&ymin,&ymax); 229 + rrd_graph(items+1,(const char **)argv,&calcpr,&xsize,&ysize,NULL,&ymin,&ymax); 747 double ymin, ymax; 1037 &ymax) != -1) {
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 378 ymax = max (clip[1], rect[1]) 381 return (xmin > xmax and ymin > ymax)
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-video.c | 248 u8 ymin, u8 ymax) in em28xx_accumulator_set() argument 251 xmin, ymin, xmax, ymax); in em28xx_accumulator_set() 256 return em28xx_write_regs(dev, EM28XX_R2B_YMAX, &ymax, 1); in em28xx_accumulator_set()
|
/openbmc/linux/drivers/s390/char/ |
H A D | raw3270.c | 427 char ymax; member
|