Home
last modified time | relevance | path

Searched refs:max_loops (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/mpc/dist/src/
H A Dnorm.c49 const int max_loops = 2; in mpc_norm() local
68 if (loops >= max_loops) { in mpc_norm()
92 } while (loops < max_loops && inexact != 0 in mpc_norm()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dtest_context.c66 static int max_loops = 0; variable
270 if (max_loops && num_loops > max_loops) in loop()
272 num_loops, max_loops); in loop()
592 {"max-loops", 0, arg_integer, &max_loops, "time", NULL },