Searched refs:maxn (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/groff/src/roff/troff/
H A Dcolumn.cpp450 int maxn; member in class:justification_spec
459 : height(h), n(0), maxn(10)
461 type = new symbol[maxn];
462 amount = new vunits[maxn];
482 if (n >= maxn) {
483 maxn *= 2;
485 type = new symbol[maxn];
491 amount = new vunits[maxn];
496 assert(n < maxn);
/freebsd-10.1-release/sys/dev/cx/
H A Dcsigma.c117 long i, n, maxn = (bits + 7) / 8; local
121 for (i=n=0; n<maxn; ++n) {
/freebsd-10.1-release/sys/dev/ctau/
H A Dctau.c77 long i, n, maxn = (bits + 7) >> 3; local
81 for (i=n=0; n<maxn; ++n) {

Completed in 52 milliseconds