Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c142 wchan_walk_data_t *ww = in wchan_walk_init() local
158 ww->ww_seen = mdb_alloc(ww->ww_seen_size * in wchan_walk_init()
164 wsp->walk_data = ww; in wchan_walk_init()
187 sq = &ww->ww_sleepq[ww->ww_sleepq_ndx++]; in wchan_walk_step()
210 ww->ww_thr = 0; in wchan_walk_step()
227 if (ww->ww_thr == 0) in wchan_walk_step()
249 if (ww->ww_seen_ndx < ww->ww_seen_size) in wchan_walk_step()
250 ww->ww_seen[ww->ww_seen_ndx++] = thr.t_wchan; in wchan_walk_step()
252 ww->ww_seen[ww->ww_seen_size - 1] = thr.t_wchan; in wchan_walk_step()
254 ww->ww_seen_ndx = 0; in wchan_walk_step()
[all …]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgammal.c1011 struct LDouble ss, ww; local
1028 ww = large_gam(x, &m);
1029 w = ww.h + ww.l;
1036 return (ww.h + ww.l);
1122 ww = gam_n(j + 1, z);
1133 ww = gam_n(j, z);
1136 t4 = ww.h + ww.l;
1140 ww.l = y * (ww.l - (t2 - ww.h)) + (y - t1) * t2;
1141 ww.h = t1 * t2;
1148 t4 = ww.h + ww.l;
[all …]
H A Dtgamma.c1533 struct Double ss, ww; in tgamma() local
1554 ww = large_gam(x, &m); in tgamma()
1555 w = ww.h + ww.l; in tgamma()
1562 return (ww.h + ww.l); in tgamma()
1635 ww = gam_n(j + 1, z); in tgamma()
1646 ww = gam_n(j, z); in tgamma()
1649 t4 = ww.h + ww.l; in tgamma()
1653 ww.l = y * (ww.l - (t2 - ww.h)) + (y - t1) * t2; in tgamma()
1654 ww.h = t1 * t2; in tgamma()
1661 t4 = ww.h + ww.l; in tgamma()
[all …]
H A Dtgammaf.c454 double ss, ww; in tgammaf() local
540 ww = gam_n(j + 1, z); in tgammaf()
542 ww = large_gam(y + one); in tgammaf()
545 return ((float) (one / (ww * ss))); in tgammaf()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c337 int ww = 0; in slk_wset() local
354 ww += __m_cc_width(&cc); in slk_wset()
355 if (ww > 8) in slk_wset()
358 width = ww; in slk_wset()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dcommon.c127 const char *ww = (w & RW_WRITE_WANTED) ? " write_wanted" : ""; in common_rwlock() local
130 sz = 1 + mdb_snprintf(NULL, 0, "owner %p%s%s%s", o, hw, ww, wl); in common_rwlock()
132 (void) mdb_snprintf(s, sz, "owner %p%s%s%s", o, hw, ww, wl); in common_rwlock()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmoddiv.c204 const DWunion ww = {{.low = q0, .high = q1}}; in __udivmoddi4() local
205 return ww.ll; in __udivmoddi4()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c699 char* ww; in match() local
726 w = ww = s; in match()
732 ww = w; in match()
752 ww = ++w; in match()
758 else if (w == ww && x == xw) in match()
772 while (w > ww && *w != *x) in match()