HomeSort by: relevance | last modified time | path
    Searched defs:cy (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/menu/
tabwindow.cpp 44 int cy = _rect.bottom - _rect.top; local in function:TabWindowBase::create
48 _rect.left, _rect.top, cx, cy, _parent_window,
rootwindow.cpp 390 int cy = _root._button_height; local in function:BootButton::create
395 _rect.left, _rect.top, cx, cy, _parent_window,
410 int cy = _root._button_height; local in function:CancelButton::create
416 x, _rect.top, cx, cy, _parent_window,
431 int cy = _root._button_height; local in function:ProgressBar::create
436 x, _rect.top, cx, cy, _parent_window,
  /src/games/hack/
hack.terminfo.c 225 int cx = curx, cy = cury; local in function:cl_end
231 curs(cx, cy);
304 int cx = curx, cy = cury; local in function:cl_eos
312 curs(cx, cy);
hack.do_name.c 81 int cx, cy, i, c; local in function:getpos
85 cy = u.uy;
86 curs(cx, cy + 2);
92 if (0 <= cy + ydir[i] && cy + ydir[i] <= ROWNO - 1)
93 cy += ydir[i];
110 curs(cx, cy + 2);
113 cc.y = cy;
122 int cx, cy; local in function:do_mname
128 cy = cc.y
    [all...]
  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 243 int cx, cy; local in function:glyphcache_add
249 cy = gc->gc_firstline +
253 b->gb_map[c - 33] = (cx << 16) | cy;
254 gc->gc_bitblt(gc->gc_blitcookie, x, y, cx, cy,
281 int cell, cx, cy, idx, bi; local in function:glyphcache_try
349 cy = cell & 0xffff;
351 gc->gc_bitblt(gc->gc_blitcookie, cx, cy, x, y,
  /src/sys/arch/bebox/stand/boot/
video.c 60 int cy; /* the second escap seq argument */ member in struct:screen
vga.c 66 int cy; /* the second escap seq argument */ member in struct:screen
251 if (d->cy > COL)
252 d->cy = COL;
253 if (d->cx == 0 || d->cy == 0) {
257 d->cp = base + (d->cx - 1) * COL + d->cy - 1;
258 d->row = d->cy - 1;
274 d->accp = &d->cy;
377 d->cy = 0;
  /src/sys/arch/prep/stand/boot/
vga.c 68 int cy; /* the second escap seq argument */ member in struct:screen
253 if (d->cy > COL)
254 d->cy = COL;
255 if (d->cx == 0 || d->cy == 0) {
259 d->cp = base + (d->cx - 1) * COL + d->cy - 1;
260 d->row = d->cy - 1;
276 d->accp = &d->cy;
379 d->cy = 0;
  /src/sys/arch/arm/rockchip/
rk_v1crypto.c 304 struct rk_v1crypto_sysctl *cy = &sc->sc_sysctl; local in function:rk_v1crypto_sysctl_attach
308 error = sysctl_createv(&cy->cy_log, 0, NULL, &cy->cy_root_node,
321 error = sysctl_createv(&cy->cy_log, 0, &cy->cy_root_node, NULL,
  /src/sys/dev/ic/
cy.c 1 /* $NetBSD: cy.c,v 1.63 2022/10/26 23:42:04 riastradh Exp $ */
4 * cy.c
19 __KERNEL_RCSID(0, "$NetBSD: cy.c,v 1.63 2022/10/26 23:42:04 riastradh Exp $");
100 printf("cy: card reset done\n");
253 #define CY_BOARD(cy) ((cy)->cy_softc)
283 struct cy_port *cy; local in function:cyopen
287 cy = CY_PORT(dev);
288 if (cy == NULL)
290 sc = CY_BOARD(cy);
407 struct cy_port *cy; local in function:cyclose
444 struct cy_port *cy; local in function:cyread
459 struct cy_port *cy; local in function:cywrite
474 struct cy_port *cy; local in function:cypoll
489 struct cy_port *cy; local in function:cytty
503 struct cy_port *cy; local in function:cyioctl
586 struct cy_port *cy; local in function:cystart
615 struct cy_port *cy; local in function:cystop
642 struct cy_port *cy; local in function:cyparam
881 struct cy_port *cy; local in function:cy_poll
1063 struct cy_port *cy; local in function:cy_intr
    [all...]
  /src/sys/dev/pci/
cs4280.c 969 * cy = floor(cx/200);
970 * capture_sample_rate_correction = cx - 200*cy;
982 uint32_t cci, cpi, cnt, cx, cy, tmp1; local in function:cs4280_set_adc_rate
1013 cy = cx / rate;
1014 cpi += cy;
1015 cx -= cy * rate;
1017 cy = cx / 200;
1018 csrc = cx - 200*cy;
1046 BA1WRITE4(sc, CS4280_CSRC, CS4280_MK_CSRC(csrc, cy));
  /src/sys/arch/arc/dev/
pccons.c 147 int cx, cy; /* escape parameters */ member in struct:video_state
1038 vs.cx = vs.cy = 0;
1110 vs.cx = vs.cy = 0;
1261 cy = vs.cy; local in function:sput
1262 if (!cx || !cy) {
1268 if (cy > vs.ncol)
1269 cy = vs.ncol;
1271 (cx - 1) * vs.ncol + cy - 1;
1272 vs.col = cy - 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vboxvideo/
vboxvideo.h 410 u32 cy; member in struct:vbva_modehint
430 u32 cy; /* Rectangle height. */ member in struct:vbva_report_input_mapping
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 1665 struct sun8i_crypto_sysctl *cy = &sc->sc_sysctl; local in function:sun8i_crypto_sysctl_attach
1669 error = sysctl_createv(&cy->cy_log, 0, NULL, &cy->cy_root_node,
1682 sysctl_createv(&cy->cy_log, 0, &cy->cy_root_node, &cy->cy_trng_node,

Completed in 22 milliseconds