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

12

/freebsd-10.0-release/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 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-10.0-release/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-10.0-release/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.h166 int cx, int cy);
265 #define vidd_fill_rect(adp, val, x, y, cx, cy) \
267 (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.c745 creator_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
762 FFB_WRITE(sc, FFB_FBC, FFB_FBC_BH, cy);
H A Dmachfb.c925 machfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
947 regw(sc, DST_HEIGHT_WIDTH, (cx << 16) | cy);
H A Dvesa.c1650 vesa_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
1653 return ((*prevvidsw->fill_rect)(adp, val, x, y, cx, cy));
/freebsd-10.0-release/contrib/texinfo/makeinfo/
H A Dlang.h33 ca, co, cs, cy, enumerator in enum:__anon4411
H A Dlang.c431 { cy, "cy", "Welsh" },
/freebsd-10.0-release/sbin/fdisk/
H A Dfdisk.c704 int cy, sec; local
714 cy = partp->dp_start / dos_cylsecs;
716 partp->dp_scyl = DOSCYL(cy);
717 partp->dp_ssect = DOSSECT(sec, cy);
722 cy = end / dos_cylsecs;
724 partp->dp_ecyl = DOSCYL(cy);
725 partp->dp_esect = DOSSECT(sec, cy);
/freebsd-10.0-release/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-10.0-release/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-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.freebsd79 03/02 Cy Schubert <cy@FreeBSD.org> born in Edmonton, Alberta, Canada, 1956
/freebsd-10.0-release/share/man/man4/
H A DMakefile106 cy.4 \
/freebsd-10.0-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c624 am335x_syscons_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/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-10.0-release/sys/powerpc/ps3/
H A Dps3_syscons.c573 ps3fb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/sys/powerpc/wii/
H A Dwii_fb.c775 wiifb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c850 bcmfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_ipuv3.c742 ipu3fb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/sys/arm/versatile/
H A Dversatile_clcd.c818 versatilefb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) argument
/freebsd-10.0-release/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

Completed in 241 milliseconds

12