HomeSort by: relevance | last modified time | path
    Searched defs:wx (Results 1 - 13 of 13) sorted by relevancy

  /src/games/hack/
def.wseg.h 70 xchar wx,wy; member in struct:wseg
  /src/lib/libcurses/
mouse.c 70 int wy = *y, wx = *x; local
77 wx += win->begx;
80 if (!wenclose(win, wy, wx))
85 wx -= win->begx;
89 *x = wx;
background.c 171 int i, wy, wx; local
255 for (wx = 0; wx < win->maxx; wx++) {
256 if (wlp->line[wx].cflags & CA_BACKGROUND) {
257 _cursesi_copy_wchar(&nbkgrnd, &wlp->line[wx]);
refresh.c 154 short sy, wy, wx, y_off, x_off, mx, dy_off, dx_off, endy; local
278 wx = begx;
286 mx = wx + maxx;
289 wx += *wlp->firstchp - swin->ch_off;
295 if (x_off + (mx - wx) > screen->__virtscr->maxx)
301 while (wx < mx) {
305 wy, wx, y_off, x_off,
306 unctrl(wlp->line[wx].ch),
307 wlp->line[wx].attr, wlp->line[wx].cflags)
1152 int lch, wx, owx, chw; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_regset.c 100 ulong_t wx; local
102 for (wx = 0; wx <= maxw; wx++) {
103 if (drp->dr_bitmap[wx] != ~0UL)
107 if (wx <= maxw) {
108 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1;
109 ulong_t word = drp->dr_bitmap[wx];
115 reg = (int)((wx << BT_ULSHIFT) | bx);
  /src/external/bsd/tmux/dist/
screen.c 609 u_int wx, wy; local
612 grid_wrap_position(s->grid, *cx, *cy, &wx, &wy);
613 log_debug("%s: cursor %u,%u is %u,%u", __func__, *cx, *cy, wx,
620 grid_unwrap_position(s->grid, cx, cy, wx, wy);
window-copy.c 346 u_int sy, wx, wy; local
391 grid_wrap_position(dst->grid, *cx, *cy, &wx, &wy);
395 grid_unwrap_position(dst->grid, cx, cy, wx, wy);
1009 u_int cx, cy, wx, wy; local
1017 grid_wrap_position(gd, cx, cy, &wx, &wy);
1020 grid_unwrap_position(gd, &cx, &cy, wx, wy);
  /src/external/bsd/mdocml/dist/
term_ps.c 52 unsigned short wx; /* WX in AFM */ member in struct:glyph
1033 p->ps->pscol += (size_t)fonts[f].gly[c].wx;
1065 size_t wx; local
1084 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx;
1085 if (p->ps->pscol + wx < p->ps->pscolnext)
1087 p->ps->pscolnext - wx) / 2;
1293 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx;
1321 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_mode_vba_20.c 324 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local
355 wx = (w + 2) / 3;
356 p = 3 * wx - w;
360 l = (ax + wx - 1) / wx;
365 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
amdgpu_display_mode_vba_20v2.c 348 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, local
379 wx = (w + 2) / 3;
380 p = 3 * wx - w;
384 l = (ax + wx - 1) / wx;
389 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_mode_vba_21.c 519 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, local
550 wx = (w + 2) / 3;
551 p = 3 * wx - w;
555 l = (ax + wx - 1) / wx;
560 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22;
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc 2139 wchar_t wx; local
2140 int res = mbtowc(&wx, x, 3);
2142 EXPECT_NOT_POISONED(wx);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 32664 unsigned wx = c - '0'; local
    [all...]

Completed in 136 milliseconds