OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_loops
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/mpc/dist/src/
norm.c
49
const int
max_loops
= 2;
local
50
/* switch to exact squarings when loops==
max_loops
*/
68
if (loops >=
max_loops
) {
83
/* If loops =
max_loops
, inexact should be 0 here, except in case
85
If loops <
max_loops
and inexact is zero, we can exit the
92
} while (loops <
max_loops
&& inexact != 0
/src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_context.c
66
static int
max_loops
= 0;
variable
270
if (
max_loops
&& num_loops >
max_loops
)
272
num_loops,
max_loops
);
592
{"max-loops", 0, arg_integer, &
max_loops
, "time", NULL },
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026