Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dspecnorm.c47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE; in add_distribution_data()
103 count = spec->low_counts + spec->high_counts; in estimate_percentile()
135 count = spec->high_counts; in estimate_sv6()
150 totcount += spec->high_counts; in estimate_sv6()
270 spec->high_counts = 0; in clear_distribution_counts()
289 spec->high_counts = base->high_counts; in copy_distribution_counts()
303 spec->high_counts = (spec->high_counts * remember) / 100; in forget_distribution_counts()
320 spec->high_counts += spec->hist[spec->high_entry in shift_distribution_counts()
/external/srec/srec/include/
Dspecnorm.h58 long high_counts; member