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

/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dcolumn.cpp452 int maxn; member in class:justification_spec
461 : height(h), n(0), maxn(10)
463 type = new symbol[maxn];
464 amount = new vunits[maxn];
484 if (n >= maxn) {
485 maxn *= 2;
487 type = new symbol[maxn];
493 amount = new vunits[maxn];
498 assert(n < maxn);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c41 int32_t maxn; member in struct:__db_txnlist::__anon5459::__anon5462
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20011008-3.c41 int32_t maxn; member in struct:__db_txnlist::__anon3728::__anon3731
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dltablib.c58 static int maxn (lua_State *L) { function
276 {"maxn", maxn},
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C1180 friend int split(const String& x, String res[], int maxn,
1182 friend int split(const String& x, String res[], int maxn,
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C1180 friend int split(const String& x, String res[], int maxn,
1182 friend int split(const String& x, String res[], int maxn,

Completed in 138 milliseconds