Searched refs:low_entry (Results 1 – 2 of 2) sorted by relevance
46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE; in add_distribution_data()48 else spec->hist[spec_val - spec->low_entry] += UNIT_SIZE; in add_distribution_data()104 for (ii = 0; ii <= (spec->high_entry - spec->low_entry); ii++) in estimate_percentile()109 for (ii = 0; ii <= (spec->high_entry - spec->low_entry) in estimate_percentile()114 for (jj = ii; jj <= (spec->high_entry - spec->low_entry); jj++) in estimate_percentile()123 return (spec->low_entry + ii); in estimate_percentile()137 span = spec->high_entry - spec->low_entry; in estimate_sv6()138 for (ii = 0, jj = spec->high_entry - spec->low_entry; in estimate_sv6()216 int low_entry, int high_entry, in create_spectrum_distribution() argument223 if (high_entry < low_entry) return(NULL); in create_spectrum_distribution()[all …]
56 int low_entry; member74 int low_entry, int high_entry,