Searched refs:histo (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c1214 histo_t *histo; local
1249 histo = malloc(HISTOSIZE * sizeof (histo_t));
1251 histo[i].sum = 0.0;
1252 histo[i].count = 0;
1267 histo[j].sum += b->ba_data[i];
1268 histo[j].count++;
1278 if (histo[i].count > 0) {
1280 if (histo[i].count > maxcount)
1281 maxcount = histo[i].count;
1286 (void) printf("# %12lld %12.5f |", histo[
[all...]

Completed in 12 milliseconds