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