Searched refs:maxn (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltablib.c24 static int maxn (lua_State *L) { function
264 {"maxn", maxn},
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c77 long i, n, maxn = (bits + 7) >> 3; local
81 for (i=n=0; n<maxn; ++n) {
/freebsd-11-stable/sys/dev/cx/
H A Dcsigma.c117 long i, n, maxn = (bits + 7) / 8; local
121 for (i=n=0; n<maxn; ++n) {
/freebsd-11-stable/contrib/lua/src/
H A Dltablib.c62 static int maxn (lua_State *L) { function
429 {"maxn", maxn},

Completed in 223 milliseconds