histcell          260 gd/libgd/gd_topal.c typedef histcell FAR *histptr;	/* for pointers to histogram cells */
histcell          262 gd/libgd/gd_topal.c typedef histcell hist1d[HIST_C2_ELEMS];	/* typedefs for the array */
histcell         1270 gd/libgd/gd_topal.c 	      *cachep++ = (histcell) (GETJSAMPLE (*cptr++) + 1);
histcell         1272 gd/libgd/gd_topal.c 	      *cachep++ = (histcell) ((*cptr++) + 1);
histcell         1724 gd/libgd/gd_topal.c 		     HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));
histcell         1752 gd/libgd/gd_topal.c 	      0, HIST_C1_ELEMS * HIST_C2_ELEMS * sizeof (histcell));
histcell         1867 gd/libgd/gd_topal.c 	 HIST_C1_ELEMS * HIST_C2_ELEMS * SIZEOF (histcell));
histcell         1875 gd/libgd/gd_topal.c 	(hist2d) safe_emalloc (HIST_C1_ELEMS * HIST_C2_ELEMS, sizeof (histcell), 0);