Home
last modified time | relevance | path

Searched refs:wx (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c181 for (wx = nc; wx >= 0; --wx) in wrefresh()
401 for (; wx < lastx; ++wx) in _updateln()
408 for (sp = scp+wx, wp = wcp+wx; wp > wcp; --wp, --sp, --wx) in _updateln()
530 for (; wx < lastx; ++wx, ++wcp, ++scp) in _updateln()
535 for (; wx > wx_sav; --wx, --wcp, --scp) { in _updateln()
549 for (sp = scp+(x-wx); x >= wx; --x, --sp) in _updateln()
737 (void) mvcur(wy, wx + 1, wy, wx); in _updateln()
764 for (wx = 0, scp = curscr->_y[wy]; wx < scrco; ++wx, ++scp) in _updateln()
774 for (; wx >= 0; --wx, --scp) in _updateln()
1103 curscr->_y[cy][wx] = wcp[wx]; in _rmargin()
[all …]
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c181 wx[2] = 0; in _Qp_sqrt()
186 wx[1] = wx[2] = 0; in _Qp_sqrt()
190 wx[0] = wx[1] = wx[2] = 0; in _Qp_sqrt()
195 wx[0] = (wx[0] << 1) | (wx[1] >> 31); in _Qp_sqrt()
196 wx[1] = (wx[1] << 1) | (wx[2] >> 31); in _Qp_sqrt()
197 wx[2] <<= 1; in _Qp_sqrt()
205 wx[0] = (wx[0] << 1) | (wx[1] >> 31); in _Qp_sqrt()
206 wx[1] = (wx[1] << 1) | (wx[2] >> 31); in _Qp_sqrt()
207 wx[2] <<= 1; in _Qp_sqrt()
219 xx[1] = (double)((int)(((wx[0] << 16) | (wx[1] >> 16)) & in _Qp_sqrt()
[all …]
H A D_Q_mul.c204 wx[0] = x->l.frac2; in _Qp_mul()
205 wx[1] = x->l.frac3; in _Qp_mul()
206 wx[2] = x->l.frac4; in _Qp_mul()
217 wx[2] = 0; in _Qp_mul()
222 wx[1] = wx[2] = 0; in _Qp_mul()
226 wx[0] = wx[1] = wx[2] = 0; in _Qp_mul()
231 wx[0] = (wx[0] << 1) | (wx[1] >> 31); in _Qp_mul()
232 wx[1] = (wx[1] << 1) | (wx[2] >> 31); in _Qp_mul()
233 wx[2] <<= 1; in _Qp_mul()
288 xx[2] = (double)((int)(((wx[0] << 16) | (wx[1] >> 16)) & in _Qp_mul()
[all …]
H A D_Q_div.c236 wx[0] = x->l.frac2; in _Qp_div()
237 wx[1] = x->l.frac3; in _Qp_div()
238 wx[2] = x->l.frac4; in _Qp_div()
241 wx[0] = x->l.frac2; in _Qp_div()
242 wx[1] = x->l.frac3; in _Qp_div()
249 wx[2] = 0; in _Qp_div()
254 wx[1] = wx[2] = 0; in _Qp_div()
258 wx[0] = wx[1] = wx[2] = 0; in _Qp_div()
263 wx[0] = (wx[0] << 1) | (wx[1] >> 31); in _Qp_div()
264 wx[1] = (wx[1] << 1) | (wx[2] >> 31); in _Qp_div()
[all …]
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c155 short wx, lch, y; in makech() local
159 if (wx >= win->_maxx) in makech()
161 else if (wx < 0) in makech()
162 wx = 0; in makech()
175 nsp = &win->_y[wy][wx]; in makech()
188 while (wx <= lch) { in makech()
237 wx++; in makech()
263 wx = wx - 1; in makech()
264 lx = wx; in makech()
299 } else if (wx <= lch) in makech()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dbitmap.c54 index_t wx; /* word index in map */ in bt_availbit() local
63 for (wx = 0; wx <= maxword; wx++) in bt_availbit()
64 if (bitmap[wx] != ~0) in bt_availbit()
67 if (wx <= maxword) { in bt_availbit()
77 word = bitmap[wx]; in bt_availbit()
81 return (wx << BT_ULSHIFT | bx); in bt_availbit()
94 bt_gethighbit(const ulong_t *mapp, int wx) in bt_gethighbit() argument
98 while ((word = mapp[wx]) == 0) { in bt_gethighbit()
99 wx--; in bt_gethighbit()
100 if (wx < 0) { in bt_gethighbit()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_regset.c99 ulong_t wx; in dt_regset_alloc() local
101 for (wx = 0; wx <= maxw; wx++) { in dt_regset_alloc()
102 if (drp->dr_bitmap[wx] != ~0UL) in dt_regset_alloc()
106 if (wx <= maxw) { in dt_regset_alloc()
107 ulong_t maxb = (wx == maxw) ? nbits & BT_ULMASK : BT_NBIPUL - 1; in dt_regset_alloc()
108 ulong_t word = drp->dr_bitmap[wx]; in dt_regset_alloc()
114 reg = (int)((wx << BT_ULSHIFT) | bx); in dt_regset_alloc()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwrefresh.c80 int wy, wx, ny, nx, dx, value; local
99 wx = w->_first[wy];
100 nx = w->_begx + wx;
101 dx = w->_last[wy] - wx;
111 &ns->_line[ny][nx], &w->_line[wy][wx],
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c80 int wy, wx, ny, nx, dx, value; in wnoutrefresh() local
100 wx = w->_first[wy]; in wnoutrefresh()
101 nx = w->_begx + wx; in wnoutrefresh()
102 dx = w->_last[wy] - wx; in wnoutrefresh()
109 (void) memcpy(&ns->_line[ny][nx], &w->_line[wy][wx], in wnoutrefresh()
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_ps.c52 unsigned short wx; /* WX in AFM */ member
1033 p->ps->pscol += (size_t)fonts[f].gly[c].wx; in ps_pletter()
1065 size_t wx; in ps_plast() local
1084 wx = fonts[p->ps->lastf].gly[(int)p->ps->last-32].wx; in ps_plast()
1085 if (p->ps->pscol + wx < p->ps->pscolnext) in ps_plast()
1087 p->ps->pscolnext - wx) / 2; in ps_plast()
1293 return (size_t)fonts[(int)TERMFONT_NONE].gly[c].wx; in ps_width()
1321 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx; in ps_hspan()
1325 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx; in ps_hspan()
1332 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx / 100.0; in ps_hspan()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c367 size_t wx; in demote() local
372 wx = weight(x); in demote()
374 while (weight(left_branch) > wx || weight(right_branch) > wx) { in demote()
/illumos-gate/usr/src/uts/common/sys/
H A Dbitmap.h151 extern int bt_gethighbit(const ulong_t *, int wx);
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c2086 int wx; in disp_fix_unbound_pri() local
2097 wx = pri >> BT_ULSHIFT; /* index of word in map */ in disp_fix_unbound_pri()
2102 mapword = dqactmap[wx] & (BT_BIW(pri) - 1); in disp_fix_unbound_pri()
2108 pri = (wx << BT_ULSHIFT) + highbit(mapword) - 1; in disp_fix_unbound_pri()
2109 } else if (wx > 0) { in disp_fix_unbound_pri()
2110 pri = bt_gethighbit(dqactmap, wx - 1); /* sign extend */ in disp_fix_unbound_pri()
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh2296 [[ -z $WX ]] && WX=$(look_for_prog wx)
2556 if [[ -r $CODEMGR_WS/wx/active ]]; then
2557 wxfile=$CODEMGR_WS/wx/active
/illumos-gate/usr/src/tools/
H A DREADME.tools100 Primarily used by wx
214 manually-generated list; knows how to use wx's active file for
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dbasic.sh46 uo-wx 0303 \