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

  /src/sys/dev/splash/
splash.c 180 int xoff, yoff, width, height, comp; local in function:splash_render
208 xoff = (si->si_width - width) / 2;
211 xoff = yoff = 0;
216 splash_render8(si, data, xoff, yoff, width, height, flg);
221 splash_render16(si, data, xoff, yoff, width, height, flg);
226 splash_render32(si, data, xoff, yoff, width, height, flg);
244 splash_render8(struct splash_info *si, const char *data, int xoff, int yoff,
261 fb += xoff + yoff * si->si_stride;
293 rp = si->si_bits + xoff + (yoff * si->si_width);
294 hrp = si->si_hwbits + xoff + (yoff * si->si_width)
    [all...]
  /src/games/warp/
init.c 46 int yoff = 0, xoff = 0, ypred, xpred; local in function:initialize
196 xoff = rand_mod(XSIZE);
217 xoff = rand_mod(XSIZE); /* how much to shift x */
240 xoff = rand_mod(XSIZE);
251 * 20.0) + xoff; /* pick from -20..20, clumped */
256 x = xpred + xoff;
261 x = -xpred + xoff;
  /src/sys/dev/hpc/
hpcfb.c 939 int xoff, yoff; local in function:hpcfb_cursor_raw
956 xoff = col * ri->ri_font->fontwidth;
961 on, xoff, yoff, curwidth, curheight);
1023 int xoff; local in function:hpcfb_putchar
1048 xoff = col * ri->ri_font->fontwidth;
1053 xoff, yoff, font, fclr, uclr, uc, attr);
1174 int xoff, yoff; local in function:hpcfb_erasecols
1194 xoff = startcol * ri->ri_font->fontwidth;
1199 xoff, yoff, height, width, attr);
  /src/sys/arch/amiga/dev/
grf_rhreg.h 166 "C" void RZ3SetPanning (unsigned short xoff, unsigned short yoff);
356 void RZ3SetPanning(unsigned short xoff, unsigned short yoff);
359 * Moves the logical coordinate (xoff, yoff) to the upper left corner
696 short unsigned int xoff, short unsigned int yoff);
grf_rh.c 586 RZ3SetPanning(struct grf_softc *gp, unsigned short xoff, unsigned short yoff)
593 gi->gd_fbx = xoff;
596 if (md->DEP > 8 && md->DEP <= 16) xoff *= 2;
597 else if (md->DEP > 16) xoff *= 3;
600 WAttr(ba, ACT_ID_HOR_PEL_PANNING, (unsigned char)((xoff << 1) & 0x07));
605 off = ((yoff * md->TX)/ 4) + (xoff >> 2);
607 off = ((yoff * md->TX * 2)/ 4) + (xoff >> 2);
609 off = ((yoff * md->TX * 3)/ 4) + (xoff >> 2);
grf_cv.c 1837 short xoff, yoff; local in function:cv_setspritepos
1851 xoff = ((-x) & 0xFE);
1854 xoff = 0;
1868 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff);
grf_cv3d.c 1700 short xoff, yoff; local in function:cv3d_setspritepos
1714 xoff = ((-x) & 0xFE);
1717 xoff = 0;
1731 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff);
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
connection.h 184 // Callback to inform a service that a Xon or Xoff message has been received
185 typedef void (*VCHI_CONNECTION_FLOW_CONTROL)(VCHI_CONNECTION_STATE_T *state, int32_t service_id, int32_t xoff);
284 // Callback to inform a service that a Xon or Xoff message has been received
  /src/sys/arch/newsmips/dev/
fb.c 286 int width, height, stride, xoff, yoff, cols, rows; local in function:fb_common_init
334 xoff = ((width - cols * ri->ri_font->fontwidth) / 2 / 8) & ~3;
338 ri->ri_xorigin = xoff;
340 ri->ri_bits = dc->dc_fbbase + xoff + ri->ri_stride * yoff;
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 408 u_int yoff, xoff; local in function:sunxi_debe_set_curpos
410 xoff = yoff = 0;
414 xoff -= xx;
435 __SHIFTIN(xoff, SUNXI_DEBE_HWCFBCTL_XCOOROFF));
  /src/sys/dev/rasops/
rasops.c 453 uint32_t xoff, yoff; local in function:rasops_reconfig
455 xoff = ((ri->ri_width * bpp >> 3) - ri->ri_emustride) >> 1;
460 xoff &= ~3;
465 xoff -= xoff % 12;
471 ri->ri_bits += xoff;
474 ri->ri_hwbits += xoff;
  /src/sys/dev/ic/
igsfb.c 862 int x, xoff, y, yoff; local in function:igsfb_update_curpos
864 xoff = 0;
867 xoff = -x;
883 igs_ext_write(t, h, IGS_EXT_SPRITE_HPRESET, xoff & 0x3f);
  /src/sys/dev/pci/
radeonfb.c 4093 int i, x, y, xoff, yoff, crtcoff, lock; local in function:radeonfb_cursor_position
4151 xoff = yoff = 0;
4168 xoff = -x;
4183 PUT32(sc, hvoff, (xoff << 16) | (yoff) | lock);
  /src/share/terminfo/
terminfo 518 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
677 # shouldn't hurt since xon/xoff is assumed.
1348 # Although it doesn't do XON/XOFF, we don't want padding characters (xon).
2443 # recommended that xon/xoff be enabled, as this is assumed here.
2571 # | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
9922 # RecvPace=Xon/Xoff
9923 # XmitPace=Xon/Xoff
9958 # exact padding. Since the terminal uses xoff/xon this is intended
10173 # RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Ye
    [all...]

Completed in 39 milliseconds