Searched refs:HIST_C2_ELEMS (Results 1 – 1 of 1) sorted by relevance
250 #define HIST_C2_ELEMS (1<<HIST_C2_BITS) macro262 typedef histcell hist1d[HIST_C2_ELEMS]; /* typedefs for the array */547 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)560 for (c1 = c1min; c1 <= c1max; c1++, histp += HIST_C2_ELEMS)1724 HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));1752 0, HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof (histcell));1867 HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));1875 (hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0);
Completed in 10 milliseconds