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

  /src/sys/dev/ic/
joyvar.h 46 int x_off[2], y_off[2]; member in struct:joy_softc
joy.c 168 sc->x_off[i] = sc->y_off[i] = 0;
220 c.x = x ? sc->x_off[JOYPART(dev)] + x : 0x80000000;
250 sc->x_off[i] = *(int *)data;
256 *(int *)data = sc->x_off[i];
  /src/external/mit/xorg/lib/libxcb/files/
present.c 145 int16_t x_off,
173 xcb_out.x_off = x_off;
205 int16_t x_off,
233 xcb_out.x_off = x_off;
526 int16_t x_off,
556 xcb_out.x_off = x_off;
590 int16_t x_off,
    [all...]
present.h 141 int16_t x_off; member in struct:xcb_present_pixmap_request_t
243 int16_t x_off; member in struct:xcb_present_pixmap_synced_request_t
367 int16_t x_off; member in struct:xcb_present_redirect_notify_event_t
472 int16_t x_off,
499 int16_t x_off,
677 int16_t x_off,
706 int16_t x_off,
render.h 479 int16_t x_off; member in struct:xcb_render_glyphinfo_t
1112 int16_t x_off; member in struct:xcb_render_add_traps_request_t
3031 int16_t x_off,
3047 int16_t x_off,
render.c 4295 int16_t x_off,
4312 xcb_out.x_off = x_off;
4332 int16_t x_off,
4349 xcb_out.x_off = x_off;
  /src/lib/libcurses/
refresh.c 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local
279 x_off = wbegx;
290 x_off += *wlp->firstchp - swin->ch_off;
295 if (x_off + (mx - wx) > screen->__virtscr->maxx)
296 mx -= (x_off + maxx) -
305 wy, wx, y_off, x_off,
310 unctrl(vlp->line[x_off].ch),
311 vlp->line[x_off].attr,
312 vlp->line[x_off].cflags);
314 vlp->line[x_off].ch = wlp->line[wx].ch
    [all...]

Completed in 26 milliseconds