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

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c4033 Word m, n, i, nDel, nSubst, nThresh; local
4052 nSubst = dedup_types_substitution_pass ( ents, ents_cache );
4053 vg_assert(nDel >= 0 && nSubst >= 0);
4054 TRACE_D3(" %ld deletions, %ld substitutions\n", nDel, nSubst);
4055 } while (nDel > nThresh || nSubst > nThresh);

Completed in 52 milliseconds