Home
last modified time | relevance | path

Searched refs:ypos (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/syscons/
H A Dsctermvar.h126 sc_move_cursor(scp, n - 1, scp->ypos); in sc_term_col()
142 n = imin(n, scp->ypos - head); in sc_term_up()
145 sc_move_cursor(scp, scp->xpos, scp->ypos - n); in sc_term_up()
155 n = imin(n, tail - scp->ypos - 1); in sc_term_down()
158 sc_move_cursor(scp, scp->xpos, scp->ypos + n); in sc_term_down()
166 sc_move_cursor(scp, scp->xpos - n, scp->ypos); in sc_term_left()
174 sc_move_cursor(scp, scp->xpos + n, scp->ypos); in sc_term_right()
184 if (n <= scp->ypos - head) { in sc_term_up_scroll()
185 sc_move_cursor(scp, scp->xpos, scp->ypos - n); in sc_term_up_scroll()
187 sc_term_ins_line(scp, head, n - (scp->ypos - head), in sc_term_up_scroll()
[all …]
H A Dscterm.c56 scp->ypos = y; in sc_move_cursor()
57 scp->cursor_pos = scp->ypos*scp->xsize + scp->xpos; in sc_move_cursor()
H A Dscterm-sc.c209 tcp->saved_ypos = scp->ypos; in scterm_scan_esc()
298 sc_move_cursor(scp, 0, scp->ypos + n); in scterm_scan_esc()
305 sc_move_cursor(scp, 0, scp->ypos - n); in scterm_scan_esc()
336 sc_term_ins_line(scp, scp->ypos, tcp->param[0], in scterm_scan_esc()
341 sc_term_del_line(scp, scp->ypos, tcp->param[0], in scterm_scan_esc()
473 tcp->saved_ypos = scp->ypos; in scterm_scan_esc()
H A Dsyscons.c518 scp->ypos * scp->xsize + scp->xpos); in sc_set_vesa_mode()
530 scp->ypos = scp->ysize - 1; in sc_set_vesa_mode()
1015 ptr->mv_row = scp->ypos; in sctty_ioctl()
2991 sc_move_cursor(sc->old_scp, sc->old_scp->xpos, sc->old_scp->ypos); in exchange_scr()
3005 sc_move_cursor(scp, scp->xpos, scp->ypos); in exchange_scr()
3342 scp->ypos = row; in scinit()
3661 scp->xpos = scp->ypos = 0; in init_scp()
H A Dscterm-teken.c296 tp.tp_row = scp->ypos; in scteken_sync_internal()
H A Dsyscons.h284 int ypos; /* current Y position */ member
/freebsd/tools/sched/
H A Dschedgraph.py477 ypos = 0
482 row=ypos, column=0, sticky=W+E)
485 row=ypos, column=1, sticky=W+E)
488 row=ypos, column=2, sticky=W+E)
495 row=ypos, column=3, sticky=W+E)
496 ypos += 1
557 ypos = 0
574 l.grid(row=ypos, column=0, sticky=E+W)
575 r.grid(row=ypos, column=1, sticky=E+W)
578 ypos += 1
[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
134 (ypos + y)*sc->cur_scp->xsize + xpos + xoff, in clear_daemon()
141 draw_daemon(sc_softc_t *sc, int xpos, int ypos, int dxdir, int xoff, int yoff, in draw_daemon() argument
166 (ypos + y)*sc->cur_scp->xsize in draw_daemon()
172 (ypos + y)*sc->cur_scp->xsize in draw_daemon()
183 clear_string(sc_softc_t *sc, int xpos, int ypos, int xoff, char *s, int len) in clear_string() argument
188 ypos*sc->cur_scp->xsize + xpos + xoff, len - xoff, in clear_string()
193 draw_string(sc_softc_t *sc, int xpos, int ypos, int xoff, u_char *s, int len) in draw_string() argument
199 ypos*sc->cur_scp->xsize + xpos + x, in draw_string()
/freebsd/sys/dev/syscons/logo/
H A Dlogo_saver.c93 static int xpos = 0, ypos = 0; in logo_update() local
99 if ((ypos + logo_h + yinc > scrh) || (ypos + yinc < 0)) in logo_update()
102 ypos += yinc; in logo_update()
105 logo_blit(adp, xpos, ypos); in logo_update()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_addch.c121 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll() argument
125 if (*ypos >= win->_regtop && *ypos <= win->_regbottom) { in newline_forces_scroll()
126 if (*ypos == win->_regbottom) { in newline_forces_scroll()
127 *ypos = win->_regbottom; in newline_forces_scroll()
129 } else if (*ypos < win->_maxy) { in newline_forces_scroll()
130 *ypos = (NCURSES_SIZE_T) (*ypos + 1); in newline_forces_scroll()
132 } else if (*ypos < win->_maxy) { in newline_forces_scroll()
133 *ypos = (NCURSES_SIZE_T) (*ypos + 1); in newline_forces_scroll()
/freebsd/contrib/ncurses/ncurses/widechar/
H A Dlib_add_wch.c118 newline_forces_scroll(WINDOW *win, NCURSES_SIZE_T *ypos) in newline_forces_scroll() argument
122 if (*ypos >= win->_regtop && *ypos == win->_regbottom) { in newline_forces_scroll()
123 *ypos = win->_regbottom; in newline_forces_scroll()
126 *ypos = (NCURSES_SIZE_T) (*ypos + 1); in newline_forces_scroll()
/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c148 u8 *ypos = y; in aes_gctr() local
158 aes_encrypt(aes, cb, ypos); in aes_gctr()
159 xor_block(ypos, xpos); in aes_gctr()
161 ypos += AES_BLOCK_SIZE; in aes_gctr()
170 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.c210 uint8_t *ypos = y; in aes_gctr() local
221 rijndael_encrypt(aes, cb, ypos); in aes_gctr()
222 xor_block(ypos, xpos, AES_BLOCK_LEN); in aes_gctr()
224 ypos += AES_BLOCK_LEN; in aes_gctr()
233 *ypos++ = *xpos++ ^ tmp[i]; in aes_gctr()
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c90 diry = (scp->ypos ? in snake_saver()
93 savs[f] = scp->xpos + scp->ypos*scp->xsize; in snake_saver()