Home
last modified time | relevance | path

Searched refs:nx (Results 1 – 25 of 48) sorted by last modified time

12

/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src14940 :am:bs:bw:ms:nx:xo:\
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c1971 mp_size nx = mp_trailing_zeros(&xc); in mp_xgcd() local
1973 mp_size n = MP_MIN(nx, ny); in mp_xgcd()
/illumos-gate/usr/src/cmd/troff/
H A Dn1.c402 nx = mflg; in init2()
1041 if (nx || ibufp >= eibuf) { in getch0()
1051 nx = 0; in getch0()
1182 if (nx || nmfi < mflg) { in nextfile()
1301 nx++;
1365 nx++;
H A Dnii.c77 int nx; variable
H A Dext.h130 extern int nx;
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c5837 long nx; in ddi_fls() local
5839 if ((nx = (mask & (mask - 1))) == 0) in ddi_fls()
5841 mask = nx; in ddi_fls()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwrefresh.c80 int wy, wx, ny, nx, dx, value; in wnoutrefresh() local
101 nx = w->_begx + wx; in wnoutrefresh()
113 if (ns->_first[ny] > nx) in wnoutrefresh()
114 ns->_first[ny] = (short) nx; in wnoutrefresh()
116 if (ns->_last[ny] < (nx + dx)) in wnoutrefresh()
119 if (!ns->_line[ny][nx]._f) { in wnoutrefresh()
124 if (nx <= 0) in wnoutrefresh()
131 else if (0 < nx) in wnoutrefresh()
141 if (ns->_maxx <= nx + dx) in wnoutrefresh()
143 ny, nx + dx - 1); in wnoutrefresh()
[all …]
H A Dwins_wch.c107 int code, nx, width; in __m_wins_wch() local
120 for (nx = x + (8 - (x & 07)); x < nx; x += width) in __m_wins_wch()
H A Dm_cc.c633 int nx, width, code = ERR; in __m_cc_add() local
637 nx = x + (8 - (x & 07)); in __m_cc_add()
638 if (nx >= w->_maxx) { in __m_cc_add()
642 nx = w->_maxx; in __m_cc_add()
644 if (__m_cc_erase(w, y, x, y, nx-1) == -1) in __m_cc_add()
646 x = nx; in __m_cc_add()
H A Dmvcur.c485 mvcur(int oy, int ox, int ny, int nx) in mvcur() argument
487 return (__m_mvcur(oy, ox, ny, nx, __m_outc)); in mvcur()
H A Dcaps86 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h1073 #define subpad(par, ny, nx, by, bx) subwin(par, ny, nx, by, bx) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwins_wch.c103 int code, nx, width; local
120 for (nx = x + (8 - (x & 07)); x < nx; x += width)
H A Dwrefresh.c80 int wy, wx, ny, nx, dx, value; local
100 nx = w->_begx + wx;
107 (void) __m_cc_erase(ns, ny, nx, ny, nx);
108 (void) __m_cc_erase(ns, ny, nx+dx-1, ny, nx+dx-1);
115 if (!ns->_line[ny][nx]._f) {
119 if (nx <= 0)
125 else if (0 < nx)
134 if (ns->_maxx <= nx + dx)
136 ns, ny, nx+dx-1, ny, nx+dx-1
142 else if (nx + dx < ns->_maxx)
[all …]
H A Dwadd_wch.c60 int code, x, y, nx; local
H A Dm_cc.c609 int nx, width, code = ERR; local
620 nx = x + (8 - (x & 07));
621 if (__m_cc_erase(w, y, x, y, nx-1) == -1)
623 x = nx;
H A Dmvcur.c500 (mvcur)(oy, ox, ny, nx)
501 int oy, ox, ny, nx; variable
504 __m_trace("mvcur(%d, %d, %d, %d)", oy, ox, ny, nx);
507 return __m_return_code("mvcur", __m_mvcur(oy, ox, ny, nx, __m_outc));
H A Dcaps88 needs_xon_xoff nxon nx bool Padding won't work, xon/xoff required
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h1058 #define newpad(ny, nx) __m_newwin((WINDOW *) 0, ny, nx, -1, -1) argument
1059 #define subpad(par, ny, nx, by, bx) subwin(par, ny, nx, by, bx) argument
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c863 jthrowable nx = NULL; in dtj_wrap_exception() local
897 nx = (jthrowable)(*jenv)->NewObject(jenv, g_nx_jc, g_nxinit_jm, in dtj_wrap_exception()
908 (*jenv)->Throw(jenv, nx); in dtj_wrap_exception()
909 (*jenv)->DeleteLocalRef(jenv, nx); in dtj_wrap_exception()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c217 ch = _mvhor(cx, nx, doit); in _mvrel()
277 _mvhor(int cx, int nx, int doit) in _mvhor() argument
281 if (cx == nx) in _mvhor()
288 st = cx < nx ? _mvright(cx, nx, FALSE) : _mvleft(cx, nx, FALSE); in _mvhor()
304 if (cx < nx) in _mvhor()
336 for (x = tx; x < nx; ++x) { in _mvright()
344 else if (iscont && !(nx - x == 1 && nx < in _mvright()
368 for (x = tx; x < nx; ++x) { in _mvright()
377 nx < curscr->_maxx && ISCBIT(scp[nx]))) in _mvright()
405 x = (nx % TABSIZE) ? (nx / TABSIZE + 1) * TABSIZE : nx; in _mvleft()
[all …]
H A Dcaps62 needs_xon_xoff, "nxon" "nx" Padding won't work, xon/xoff required
/illumos-gate/usr/src/ucblib/libcurses/
H A Drefresh.c320 domvcur(int oy, int ox, int ny, int nx) in domvcur() argument
326 (void) mvcur(oy, ox, ny, nx); in domvcur()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h102 gf_t nx, ny, nxxy, nxyy, d; in raidz_rec_qr_coeff() local
104 nx = gf_exp2(ncols - x - 1); in raidz_rec_qr_coeff()
106 nxxy = gf_mul(gf_mul(nx, nx), ny); in raidz_rec_qr_coeff()
107 nxyy = gf_mul(gf_mul(nx, ny), ny); in raidz_rec_qr_coeff()
112 coeff[MUL_QR_YQ] = nx; in raidz_rec_qr_coeff()
113 coeff[MUL_QR_Y] = gf_div(nx, d); in raidz_rec_qr_coeff()
124 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff() local
126 nx = gf_exp2(ncols - x - 1); in raidz_rec_pqr_coeff()
137 xd = gf_mul(nxx, ny) ^ gf_mul(nx, nyy) ^ nyyz ^ in raidz_rec_pqr_coeff()
138 gf_mul(nxx, nz) ^ gf_mul(nzz, nx) ^ nyzz; in raidz_rec_pqr_coeff()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrem_pio2m.c166 __vlibm_rem_pio2m(double *x, double *y, int e, int nx, int prec) in __vlibm_rem_pio2m() argument
182 if (nx == 3) { in __vlibm_rem_pio2m()
189 } else if (nx == 2) { in __vlibm_rem_pio2m()
270 for (j = 1; j < nx; j++) in __vlibm_rem_pio2m()

12