/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 88 int wx, wy, nc, boty, clby, idby, *hs, curwin; in wrefresh() local 183 for (wx = nc; wx >= 0; --wx) in wrefresh() 184 marks[wy][wx] = 0; in wrefresh() 262 wx = _virtscr->_curx; in wrefresh() 263 if (wy != cy || wx != cx) { in wrefresh() 264 (void) mvcur(cy, cx, wy, wx); in wrefresh() 268 cx = (short) wx; in wrefresh() 373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local 391 wx = 0; in _updateln() 394 wx = _virtscr->_firstch[wy]; in _updateln() [all …]
|
/titanic_41/usr/src/lib/libc/sparc/fp/ |
H A D | _Q_sqrt.c | 99 unsigned int xm, fsr, lx, wx[3]; in _Qp_sqrt() local 170 wx[0] = x->l.frac2; in _Qp_sqrt() 171 wx[1] = x->l.frac3; in _Qp_sqrt() 172 wx[2] = x->l.frac4; in _Qp_sqrt() 175 wx[0] = x->l.frac2; in _Qp_sqrt() 176 wx[1] = x->l.frac3; in _Qp_sqrt() 177 wx[2] = x->l.frac4; in _Qp_sqrt() 181 wx[0] = x->l.frac3; in _Qp_sqrt() 182 wx[1] = x->l.frac4; in _Qp_sqrt() 183 wx[2] = 0; in _Qp_sqrt() [all …]
|
H A D | _Q_mul.c | 90 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_mul() local 206 wx[0] = x->l.frac2; in _Qp_mul() 207 wx[1] = x->l.frac3; in _Qp_mul() 208 wx[2] = x->l.frac4; in _Qp_mul() 211 wx[0] = x->l.frac2; in _Qp_mul() 212 wx[1] = x->l.frac3; in _Qp_mul() 213 wx[2] = x->l.frac4; in _Qp_mul() 217 wx[0] = x->l.frac3; in _Qp_mul() 218 wx[1] = x->l.frac4; in _Qp_mul() 219 wx[2] = 0; in _Qp_mul() [all …]
|
H A D | _Q_div.c | 108 unsigned int xm, ym, fsr, lx, ly, wx[3], wy[3]; in _Qp_div() local 238 wx[0] = x->l.frac2; in _Qp_div() 239 wx[1] = x->l.frac3; in _Qp_div() 240 wx[2] = x->l.frac4; in _Qp_div() 243 wx[0] = x->l.frac2; in _Qp_div() 244 wx[1] = x->l.frac3; in _Qp_div() 245 wx[2] = x->l.frac4; in _Qp_div() 249 wx[0] = x->l.frac3; in _Qp_div() 250 wx[1] = x->l.frac4; in _Qp_div() 251 wx[2] = 0; in _Qp_div() [all …]
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | refresh.c | 157 short wx, lch, y; in makech() local 160 wx = win->_firstch[wy] - win->_ch_off; in makech() 161 if (wx >= win->_maxx) in makech() 163 else if (wx < 0) in makech() 164 wx = 0; in makech() 175 csp = &curscr->_y[wy + win->_begy][wx + win->_begx]; in makech() 177 nsp = &win->_y[wy][wx]; in makech() 190 while (wx <= lch) { in makech() 192 domvcur(ly, lx, y, wx + win->_begx); in makech() 194 fprintf(outf, "MAKECH: 1: wx = %d, lx = %d\n", wx, lx); in makech() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | bitmap.c | 55 index_t wx; /* word index in map */ in bt_availbit() local 64 for (wx = 0; wx <= maxword; wx++) in bt_availbit() 65 if (bitmap[wx] != ~0) in bt_availbit() 68 if (wx <= maxword) { in bt_availbit() 77 maxbit = wx == maxword ? nbits & BT_ULMASK : BT_NBIPUL - 1; in bt_availbit() 78 word = bitmap[wx]; in bt_availbit() 82 return (wx << BT_ULSHIFT | bx); in bt_availbit() 95 bt_gethighbit(ulong_t *mapp, int wx) in bt_gethighbit() argument 99 while ((word = mapp[wx]) == 0) { in bt_gethighbit() 100 wx--; in bt_gethighbit() [all …]
|
/titanic_41/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()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wrefresh.c | 82 int wy, wx, ny, nx, dx, value; local 101 wx = w->_first[wy]; 102 nx = w->_begx + wx; 103 dx = w->_last[wy] - wx; 113 &ns->_line[ny][nx], &w->_line[wy][wx],
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wrefresh.c | 82 int wy, wx, ny, nx, dx, value; in wnoutrefresh() local 102 wx = w->_first[wy]; in wnoutrefresh() 103 nx = w->_begx + wx; in wnoutrefresh() 104 dx = w->_last[wy] - wx; in wnoutrefresh() 111 (void) memcpy(&ns->_line[ny][nx], &w->_line[wy][wx], in wnoutrefresh()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | term_ps.c | 49 unsigned short wx; /* WX in AFM */ member 919 p->ps->pscol += (size_t)fonts[f].gly[0].wx; in ps_pletter() 925 p->ps->pscol += (size_t)fonts[f].gly[c].wx; in ps_pletter() 1119 return((size_t)fonts[(int)TERMFONT_NONE].gly[0].wx); in ps_width() 1122 return((size_t)fonts[(int)TERMFONT_NONE].gly[c].wx); in ps_width() 1151 fonts[(int)TERMFONT_NONE].gly[109 - 32].wx; in ps_hspan() 1158 fonts[(int)TERMFONT_NONE].gly[110 - 32].wx; in ps_hspan()
|
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/ |
H A D | BorderPanelShadow.java | 121 double wx[] = {1}; in adjustChild() local 126 panel.set(/* NOI18N */"columnWeights", wx); in adjustChild()
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | heap_kmem.c | 369 size_t wx; in demote() local 374 wx = weight(x); in demote() 376 while (weight(left_branch) > wx || weight(right_branch) > wx) { in demote()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bitmap.h | 148 extern int bt_gethighbit(ulong_t *mapp, int wx);
|
/titanic_41/usr/src/uts/common/disp/ |
H A D | disp.c | 2088 int wx; in disp_fix_unbound_pri() local 2099 wx = pri >> BT_ULSHIFT; /* index of word in map */ in disp_fix_unbound_pri() 2104 mapword = dqactmap[wx] & (BT_BIW(pri) - 1); in disp_fix_unbound_pri() 2110 pri = (wx << BT_ULSHIFT) + highbit(mapword) - 1; in disp_fix_unbound_pri() 2111 } else if (wx > 0) { in disp_fix_unbound_pri() 2112 pri = bt_gethighbit(dqactmap, wx - 1); /* sign extend */ in disp_fix_unbound_pri()
|
/titanic_41/usr/src/tools/scripts/ |
H A D | webrev.sh | 2162 [[ -z $WX ]] && WX=`look_for_prog wx` 2456 if [[ -r $CODEMGR_WS/wx/active ]]; then 2457 wxfile=$CODEMGR_WS/wx/active
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | basic.sh | 46 uo-wx 0303 \
|
/titanic_41/usr/src/tools/ |
H A D | README.tools | 125 Primarily used by wx 270 manually-generated list; knows how to use wx's active file for
|