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
48 _rect.left, _rect.top, cx, cy, _parent_window,
rootwindow.cpp 390 int cy = _root._button_height; local
395 _rect.left, _rect.top, cx, cy, _parent_window,
410 int cy = _root._button_height; local
416 x, _rect.top, cx, cy, _parent_window,
431 int cy = _root._button_height; local
436 x, _rect.top, cx, cy, _parent_window,
  /src/games/hack/
hack.terminfo.c 225 int cx = curx, cy = cury; local
231 curs(cx, cy);
304 int cx = curx, cy = cury; local
312 curs(cx, cy);
hack.do_name.c 81 int cx, cy, i, c; local
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
128 cy = cc.y
    [all...]
  /src/sys/dev/wscons/
wsdisplay_glyphcache.c 243 int cx, cy; local
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
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/arm/rockchip/
rk_v1crypto.c 305 struct rk_v1crypto_sysctl *cy = &sc->sc_sysctl; local
309 error = sysctl_createv(&cy->cy_log, 0, NULL, &cy->cy_root_node,
322 error = sysctl_createv(&cy->cy_log, 0, &cy->cy_root_node, NULL,
  /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/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
287 cy = CY_PORT(dev);
288 if (cy == NULL)
290 sc = CY_BOARD(cy);
407 struct cy_port *cy; local
444 struct cy_port *cy; local
459 struct cy_port *cy; local
474 struct cy_port *cy; local
489 struct cy_port *cy; local
503 struct cy_port *cy; local
586 struct cy_port *cy; local
615 struct cy_port *cy; local
642 struct cy_port *cy; local
881 struct cy_port *cy; local
1063 struct cy_port *cy; local
    [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
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
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
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 36 milliseconds