HomeSort by: relevance | last modified time | path
    Searched defs:ww (Results 1 - 3 of 3) sorted by relevancy

  /src/games/gomoku/
bdisp.c 125 int ww = (int)strlen(plyr[WHITE]); local in function:bdwho
128 int total = fixed + bw + ww;
138 ww = remaining - bw;
139 else if (ww <= half)
140 bw = remaining - ww;
142 bw = half, ww = remaining - half;
148 bw, plyr[BLACK], ww, plyr[WHITE]);
  /src/lib/libm/ld80/
e_powl.c 564 long double ww, y; local in function:powil
643 ww = x;
647 ww = ww * ww; /* arg to the 2-to-the-kth power */
649 y *= ww;
  /src/sbin/newfs_lfs/
make_lfs.c 413 int curw, ww; local in function:make_lfs
973 ww = snprintf(tbuf, sizeof(tbuf), "%lld",
975 curw += ww;
978 curw = ww;

Completed in 45 milliseconds