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

  /src/sys/arch/atari/vme/
leo.c 275 leo_init(struct leo_softc *sc, int ysize)
278 if ((ysize != 256) && (ysize != 384) && (ysize != 512))
283 if (ysize == 384)
288 if (ysize == 384)
293 if (ysize == 384)
302 if (ysize == 256) {
307 } else if (ysize == 384) {
321 if (ysize == 384
    [all...]
  /src/games/larn/
create.c 319 int tx, ty, xsize, ysize; local in function:treasureroom
324 ysize = rnd(3) + 3;
327 troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6);
329 troom(lv, xsize, ysize, tx, ty, rnd(9));
339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph)
343 for (j = ty - 1; j <= ty + ysize; j++)
347 for (j = ty; j < ty + ysize; j++)
352 for (j = ty + 1; j < ty + ysize - 1; j++)
359 item[i = tx + rund(xsize)][j = ty + (ysize - 1) * rund(2)] = OCLOSEDDOOR;
363 item[i = tx + (xsize - 1) * rund(2)][j = ty + rund(ysize)] = OCLOSEDDOOR
    [all...]
  /src/sys/arch/arc/arc/
arcbios.c 293 bios_display_info(int *xpos, int *ypos, int *xsize, int *ysize)
299 *ysize = arc_displayinfo.CursorMaxYPosition;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 1099 int xsize, ysize, xpos, ypos; local in function:intel_tv_get_config
1148 ysize = tmp & 0xffff;
1158 ypos, mode.vdisplay - ysize - ypos);
1437 unsigned int xsize, ysize; local in function:intel_tv_pre_enable
1544 ysize = intel_tv_mode_vdisplay(tv_mode);
1550 ysize -= (tv_conn_state->margins.top +
1553 I915_WRITE(TV_WIN_SIZE, (xsize<<16)|ysize);

Completed in 112 milliseconds