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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c3283 Word m, n, i, nDel, nSubst, nThresh; local
3305 nSubst = dedup_types_substitution_pass ( ents, ents_cache );
3306 vg_assert(nDel >= 0 && nSubst >= 0);
3307 TRACE_D3(" %ld deletions, %ld substitutions\n", nDel, nSubst);
3308 } while (nDel > nThresh || nSubst > nThresh);

Completed in 99 milliseconds