/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 86 int wx, wy, nc, boty, clby, idby, *hs, curwin; in wrefresh() local 181 for (wx = nc; wx >= 0; --wx) in wrefresh() 182 marks[wy][wx] = 0; in wrefresh() 260 wx = _virtscr->_curx; in wrefresh() 261 if (wy != cy || wx != cx) { in wrefresh() 262 (void) mvcur(cy, cx, wy, wx); in wrefresh() 266 cx = (short)wx; in wrefresh() 370 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local 388 wx = 0; in _updateln() 391 wx = _virtscr->_firstch[wy]; in _updateln() [all …]
|
/illumos-gate/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_sqrt.c | 97 unsigned int xm, fsr, lx, wx[3]; in _Qp_sqrt() local 168 wx[0] = x->l.frac2; in _Qp_sqrt() 169 wx[1] = x->l.frac3; in _Qp_sqrt() 170 wx[2] = x->l.frac4; in _Qp_sqrt() 173 wx[0] = x->l.frac2; in _Qp_sqrt() 174 wx[1] = x->l.frac3; in _Qp_sqrt() 175 wx[2] = x->l.frac4; in _Qp_sqrt() 179 wx[0] = x->l.frac3; in _Qp_sqrt() 180 wx[1] = x->l.frac4; in _Qp_sqrt() 181 wx[2] = 0; in _Qp_sqrt() [all …]
|
H A D | _Q_mul.c | 88 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_mul() local 204 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() 209 wx[0] = x->l.frac2; in _Qp_mul() 210 wx[1] = x->l.frac3; in _Qp_mul() 211 wx[2] = x->l.frac4; in _Qp_mul() 215 wx[0] = x->l.frac3; in _Qp_mul() 216 wx[1] = x->l.frac4; in _Qp_mul() 217 wx[2] = 0; in _Qp_mul() [all …]
|
H A D | _Q_div.c | 106 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_div() local 236 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() 243 wx[2] = x->l.frac4; in _Qp_div() 247 wx[0] = x->l.frac3; in _Qp_div() 248 wx[1] = x->l.frac4; in _Qp_div() 249 wx[2] = 0; in _Qp_div() [all …]
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | refresh.c | 155 short wx, lch, y; in makech() local 158 wx = win->_firstch[wy] - win->_ch_off; in makech() 159 if (wx >= win->_maxx) in makech() 161 else if (wx < 0) in makech() 162 wx = 0; in makech() 173 csp = &curscr->_y[wy + win->_begy][wx + win->_begx]; in makech() 175 nsp = &win->_y[wy][wx]; in makech() 188 while (wx <= lch) { in makech() 190 domvcur(ly, lx, y, wx + win->_begx); in makech() 192 fprintf(outf, "MAKECH: 1: wx = %d, lx = %d\n", wx, lx); in makech() [all …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | bitmap.c | 54 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() 76 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1; 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() [all …]
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_regset.c | 99 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 D | wrefresh.c | 80 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 D | wrefresh.c | 80 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 D | term_ps.c | 52 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 D | heap_kmem.c | 367 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 D | bitmap.h | 151 extern int bt_gethighbit(const ulong_t *, int wx);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | disp.c | 2086 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 D | webrev.sh | 2296 [[ -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 D | README.tools | 100 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 D | basic.sh | 46 uo-wx 0303 \
|