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