OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpz/
bin_uiui.c
217
mp_size_t
maxn
;
local
223
maxn
= 1 + n / GMP_NUMB_BITS; /* absolutely largest result size (limbs) */
227
alloc = SOME_THRESHOLD - 1 + MAX (3 *
maxn
/ 2, SOME_THRESHOLD);
/src/external/gpl2/groff/dist/src/roff/troff/
column.cpp
452
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
);
Completed in 36 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026