Home
last modified time | relevance | path

Searched refs:yoff (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/diff/src/
H A Danalyze.c92 diag (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal, in diag() argument
100 lin const dmax = xlim - yoff; /* Maximum valid diagonal. */ in diag()
101 lin const fmid = xoff - yoff; /* Center diagonal of top-down search. */ in diag()
157 while (x > xoff && y > yoff && xv[x - 1] == yv[y - 1]) in diag()
196 && yoff + SNAKE_LIMIT <= y && y < ylim) in diag()
231 && yoff < y && y <= ylim - SNAKE_LIMIT) in diag()
286 if (y < yoff) in diag()
287 x = yoff + d, y = yoff; in diag()
296 if ((xlim + ylim) - bxybest < fxybest - (xoff + yoff)) in diag()
330 compareseq (lin xoff, lin xlim, lin yoff, lin ylim, bool find_minimal) in compareseq() argument
[all …]
/freebsd/sys/dev/syscons/daemon/
H A Ddaemon_saver.c125 clear_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in clear_daemon() argument
132 for (y = yoff; y < ylen; y++) { in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon() argument
148 for (y = yoff; y < ylen; y++) { in draw_daemon()
211 static int xoff, yoff, toff; in daemon_saver() local
237 clear_daemon(sc, dxpos, dypos, dxdir, xoff, yoff, xlen, ylen); in daemon_saver()
297 yoff = 0; in daemon_saver()
302 yoff = -dypos; in daemon_saver()
343 draw_daemon(sc, dxpos, dypos, dxdir, xoff, yoff, xlen, ylen); in daemon_saver()
/freebsd/sys/dev/syscons/
H A Dscvgarndr.c292 (scp)->yoff * (scp)->font_size * (w) + \
615 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
691 pos = (y/scp->font_size - scp->yoff)*scp->xsize + x/8 - scp->xoff; in draw_txtmouse()
757 line_width * scp->yoff * scp->font_size + in vga_pxlclear_direct()
782 p = scp->sc->adp->va_window + line_width*scp->yoff*scp->font_size in vga_pxlclear_planar()
807 if (scp->yoff > 0) { in vga_pxlborder_direct()
809 e = s + line_width * scp->yoff * scp->font_size; in vga_pxlborder_direct()
815 y = (scp->yoff + scp->ysize) * scp->font_size; in vga_pxlborder_direct()
825 y = scp->yoff * scp->font_size; in vga_pxlborder_direct()
867 if (scp->yoff > 0) in vga_pxlborder_planar()
[all …]
H A Dscmouse.c175 (y/scp->font_size - scp->yoff)*scp->xsize + x/scp->font_width - in sc_mouse_move()
187 if (scp->mouse_ypos < scp->yoff*scp->font_size) in set_mouse_pos()
188 scp->mouse_ypos = scp->yoff*scp->font_size; in set_mouse_pos()
198 if (scp->mouse_ypos > (scp->ysize + scp->yoff)*scp->font_size - 1) in set_mouse_pos()
199 scp->mouse_ypos = (scp->ysize + scp->yoff)*scp->font_size - 1; in set_mouse_pos()
206 (scp->mouse_ypos/scp->font_size - scp->yoff)*scp->xsize in set_mouse_pos()
H A Dscvidctl.c215 scp->yoff = 0; in sc_set_text_mode()
280 scp->yoff = 0; in sc_set_graphics_mode()
396 scp->yoff = (scp->ypixel/fontsize - ysize)/2; in sc_set_pixel_mode()
H A Dsyscons.h290 int yoff; /* Y offset in pixel mode */ member
H A Dsyscons.c531 scp->xoff = scp->yoff = 0; in sc_set_vesa_mode()
3660 scp->xoff = scp->yoff = 0; in init_scp()