Searched refs:histo (Results 1 – 1 of 1) sorted by relevance
6339 void sorttobin(int value, histo_t *histo) argument6344 histo->bin[NUMBIN-1]++;6347 if (value > histo->bin[NUMBIN-2]) /* store the max value */6348 histo->bin[NUMBIN-2] = value;6353 histo->bin[i]++;6357 histo->bin[NUMBIN-3]++;