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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlibmicro.c1231 x = r95 / (HISTOSIZE - 1);
1243 scale = y * (HISTOSIZE - 1);
1244 if (scale < (HISTOSIZE - 1)) {
1245 scale = (HISTOSIZE - 1);
1249 histo = malloc(HISTOSIZE * sizeof (histo_t));
1250 for (i = 0; i < HISTOSIZE; i++) {
1260 j = (HISTOSIZE - 1) * (b->ba_data[i] - min) / scale;
1262 if (j >= HISTOSIZE) {
1264 j = HISTOSIZE - 1;
1277 for (i = 0; i < HISTOSIZE;
[all...]
H A Dlibmicro.h51 #define HISTOSIZE 32 macro

Completed in 20 milliseconds