Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dspecnorm.c128 int ii, jj, count, span, totcount; in estimate_sv6() local
147 totcount = count; in estimate_sv6()
149 totcount += spec->hist[jj]; in estimate_sv6()
150 totcount += spec->high_counts; in estimate_sv6()
154 (count * 100) / totcount, in estimate_sv6()
155 totcount, spec->count); in estimate_sv6()