HomeSort by: relevance | last modified time | path
    Searched defs:wx (Results 1 - 8 of 8) 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 in function:wmouse_trafo
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 in function:wbkgrndset
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 in function:_wnoutrefresh
276 wx = begx;
284 mx = wx + maxx;
287 wx += *wlp->firstchp - swin->ch_off;
293 if (x_off + (mx - wx) > screen->__virtscr->maxx)
299 while (wx < mx) {
303 wy, wx, y_off, x_off,
304 unctrl(wlp->line[wx].ch),
305 wlp->line[wx].attr, wlp->line[wx].cflags)
1150 int lch, wx, owx, chw; local in function:makech
    [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 in function:dscceComputeDelay
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 in function:dscceComputeDelay
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 in function:dscceComputeDelay
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 in function:TEST
2140 int res = mbtowc(&wx, x, 3);
2142 EXPECT_NOT_POISONED(wx);

Completed in 52 milliseconds