Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_errormgr.c969 Int i, n_min; in VG_() local
999 n_min = (1 << 30) - 1; in VG_()
1003 if (p->count < n_min) { in VG_()
1004 n_min = p->count; in VG_()
/external/libxml2/
Dtestapi.c29361 int n_min; in test_xmlAutomataNewCounter() local
29366 for (n_min = 0;n_min < gen_nb_int;n_min++) { in test_xmlAutomataNewCounter()
29370 min = gen_int(n_min, 1); in test_xmlAutomataNewCounter()
29377 des_int(n_min, min, 1); in test_xmlAutomataNewCounter()
29385 printf(" %d", n_min); in test_xmlAutomataNewCounter()