Searched refs:n_min (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/
H A Dm_errormgr.c979 Int i, n_min; local
1009 n_min = (1 << 30) - 1;
1013 if (p->count < n_min) {
1014 n_min = p->count;
/external/libxml2/
H A Dtestapi.c29361 int n_min; local
29366 for (n_min = 0;n_min < gen_nb_int;n_min++) {
29370 min = gen_int(n_min, 1);
29377 des_int(n_min, min, 1);
29385 printf(" %d", n_min);
[all...]

Completed in 335 milliseconds