JSAMPLE 209 ext/gd/libgd/gd_jpeg.c row = (JSAMPROW) safe_emalloc(cinfo.image_width * cinfo.input_components, sizeof(JSAMPLE), 0); JSAMPLE 210 ext/gd/libgd/gd_jpeg.c memset(row, 0, cinfo.image_width * cinfo.input_components * sizeof(JSAMPLE)); JSAMPLE 441 ext/gd/libgd/gd_jpeg.c row = safe_emalloc(cinfo.output_width * channels, sizeof(JSAMPLE), 0); JSAMPLE 442 ext/gd/libgd/gd_jpeg.c memset(row, 0, cinfo.output_width * channels * sizeof(JSAMPLE)); JSAMPLE 758 ext/gd/libgd/gd_topal.c cinfo->colormap[0][icolor] = (JSAMPLE) ((c0total + (total >> 1)) / total); JSAMPLE 759 ext/gd/libgd/gd_topal.c cinfo->colormap[1][icolor] = (JSAMPLE) ((c1total + (total >> 1)) / total); JSAMPLE 760 ext/gd/libgd/gd_topal.c cinfo->colormap[2][icolor] = (JSAMPLE) ((c2total + (total >> 1)) / total); JSAMPLE 929 ext/gd/libgd/gd_topal.c int minc0, int minc1, int minc2, JSAMPLE colorlist[]) JSAMPLE 1092 ext/gd/libgd/gd_topal.c colorlist[ncolors++] = (JSAMPLE) i; JSAMPLE 1105 ext/gd/libgd/gd_topal.c int numcolors, JSAMPLE colorlist[], JSAMPLE 1106 ext/gd/libgd/gd_topal.c JSAMPLE bestcolor[]) JSAMPLE 1117 ext/gd/libgd/gd_topal.c JSAMPLE *cptr; /* pointer into bestcolor[] array */ JSAMPLE 1185 ext/gd/libgd/gd_topal.c *cptr = (JSAMPLE) icolor; JSAMPLE 1220 ext/gd/libgd/gd_topal.c register JSAMPLE *cptr; /* pointer into bestcolor[] array */ JSAMPLE 1223 ext/gd/libgd/gd_topal.c JSAMPLE colorlist[MAXNUMCOLORS]; JSAMPLE 1226 ext/gd/libgd/gd_topal.c JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; JSAMPLE 1354 ext/gd/libgd/gd_topal.c *outptr++ = (JSAMPLE) (*cachep - 1); JSAMPLE 1388 ext/gd/libgd/gd_topal.c JSAMPLE *range_limit = cinfo->sample_range_limit; JSAMPLE 1507 ext/gd/libgd/gd_topal.c *outptr = (JSAMPLE) pixcode;