Searched refs:cy (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/ncurses/menu/
H A Dm_post.c133 int cy = -1, cx = -1; local
140 getyx(menu->win, cy, cx);
158 assert(cx >= 0 && cy >= 0);
173 if ((cy + j) < getmaxy(menu->win))
174 (void)mvwaddch(menu->win, cy + j, cx - 1, menu->pad);
231 int i, j, cy, cx; local
234 getyx(menu->win, cy, cx);
237 wmove(menu->win, cy + j, cx);
243 wmove(menu->win, cy, cx + menu->spc_cols);
/freebsd-11-stable/sys/dev/cy/
H A Dcy_isa.c50 #include <dev/cy/cyreg.h>
51 #include <dev/cy/cyvar.h>
70 DRIVER_MODULE(cy, isa, cy_isa_driver, cy_devclass, 0, 0);
H A Dcy_pci.c48 #include <dev/cy/cyvar.h>
85 DRIVER_MODULE(cy, pci, cy_pci_driver, cy_devclass, 0, 0);
86 MODULE_DEPEND(cy, pci, 1, 1, 1);
H A Dcy.c88 #include <dev/cy/cyreg.h>
89 #include <dev/cy/cyvar.h>
232 char cy_driver_name[] = "cy";
362 "cy%d: can't attach adapter: insufficient cy devices configured\n",
431 swi_add(&tty_intr_event, "cy", cypoll, NULL, SWI_TTY, 0,
433 swi_add(&clk_intr_event, "cy", cypoll, NULL, SWI_CLOCK, 0,
1168 "cy%d: %d events for device with no tp\n",
1964 log(LOG_ERR, "cy%d: %u more %s%s (total %lu)\n",
2068 "cy
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dvga.c493 int cx, int cy);
495 int cx, int cy);
497 int cx, int cy);
499 int cx, int cy);
501 int cx, int cy);
2586 planar_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2603 while (cy > 0) {
2646 --cy;
2655 packed_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2666 while (cy >
2689 direct_fill_rect16(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2727 direct_fill_rect24(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2771 direct_fill_rect32(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2809 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
2839 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
[all...]
H A Dfbreg.h146 int cx, int cy);
245 #define vidd_fill_rect(adp, val, x, y, cx, cy) \
247 (cx), (cy))
H A Ds3_pci.c404 s3lfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
406 return (*prevvidsw->fill_rect)(adp, val, x, y, cx, cy);
H A Dcreator.c744 creator_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
761 FFB_WRITE(sc, FFB_FBC, FFB_FBC_BH, cy);
H A Dmachfb.c924 machfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
946 regw(sc, DST_HEIGHT_WIDTH, (cx << 16) | cy);
H A Dvesa.c1654 vesa_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
1657 return ((*prevvidsw->fill_rect)(adp, val, x, y, cx, cy));
/freebsd-11-stable/sbin/fdisk/
H A Dfdisk.c693 int cy, sec; local
703 cy = partp->dp_start / dos_cylsecs;
705 partp->dp_scyl = DOSCYL(cy);
706 partp->dp_ssect = DOSSECT(sec, cy);
711 cy = end / dos_cylsecs;
713 partp->dp_ecyl = DOSCYL(cy);
714 partp->dp_esect = DOSSECT(sec, cy);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp61 void HGArc(register int cx, register int cy, int px, int py, int angle);
569 | Results: This routine plots an arc centered about (cx, cy) counter
578 register int cy,
593 ys = py - cy;
615 ny = cy + (int) (ys + 0.5);
577 HGArc(register int cx, register int cy, int px, int py, int angle) argument
/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_syscons.c316 int cx, int cy)
315 terasic_mtl_vidsw_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1835 uint32_t sw, cy, Q; local
1880 cy = sw / 8192u; /* sw >> 13 , let the compiler sort it out */
1886 res.hi = 100*cc + cy;
/freebsd-11-stable/sys/i386/xbox/
H A Dxboxfb.c543 xboxfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c1381 double con, un, cl1, cl2, cl3, cy, res; local
1393 cy = cyc->vals[pos] * 1.0;
1399 cy = cyc->sum * 1.0;
1402 /* Formula not listed but extrapulated to add the cy ?? */
1403 res = ((cl1 + cl2 + cl3 + cy) * con)/un;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c621 am335x_syscons_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_state.c222 int cx, int cy, int cw, int ch,
219 mach64_dma_dispatch_clear(struct drm_device * dev, struct drm_file *file_priv, unsigned int flags, int cx, int cy, int cw, int ch, unsigned int clear_color, unsigned int clear_depth) argument
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_syscons.c754 ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/versatile/
H A Dversatile_clcd.c801 versatilefb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c713 bcmfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c762 ipu3fb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-11-stable/share/man/man4/
H A DMakefile126 cy.4 \
/freebsd-11-stable/sys/pc98/cbus/
H A Dgdc.c1413 gdc_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument

Completed in 471 milliseconds