c4                763 ext/gd/libgd/gd_interpolation.c 	const int c4 = im->trueColor == 1 ? getPixelOverflowTC(im, sx - 1, sy - 1, bgColor) : getPixelOverflowPalette(im, sx, sy - 1, bgColor);
c4                771 ext/gd/libgd/gd_interpolation.c 		r = (int)(m1*gdTrueColorGetRed(c1)   + m2*gdTrueColorGetRed(c2)   + m3*gdTrueColorGetRed(c3)   + m4*gdTrueColorGetRed(c4));
c4                772 ext/gd/libgd/gd_interpolation.c 		g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m4*gdTrueColorGetGreen(c4));
c4                773 ext/gd/libgd/gd_interpolation.c 		b = (int)(m1*gdTrueColorGetBlue(c1)  + m2*gdTrueColorGetBlue(c2)  + m3*gdTrueColorGetBlue(c3)  + m4*gdTrueColorGetBlue(c4));
c4                774 ext/gd/libgd/gd_interpolation.c 		a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m4*gdTrueColorGetAlpha(c4));
c4                776 ext/gd/libgd/gd_interpolation.c 		r = (int)(m1*im->red[(c1)]   + m2*im->red[(c2)]   + m3*im->red[(c3)]   + m4*im->red[(c4)]);
c4                777 ext/gd/libgd/gd_interpolation.c 		g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]);
c4                778 ext/gd/libgd/gd_interpolation.c 		b = (int)(m1*im->blue[(c1)]  + m2*im->blue[(c2)]  + m3*im->blue[(c3)]  + m4*im->blue[(c4)]);
c4                779 ext/gd/libgd/gd_interpolation.c 		a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]);
c4                392 ext/standard/crypt_blowfish.c 	unsigned int tmp, c1, c2, c3, c4;
c4                404 ext/standard/crypt_blowfish.c 		BF_safe_atoi64(c4, *sptr++);
c4                405 ext/standard/crypt_blowfish.c 		*dptr++ = ((c3 & 0x03) << 6) | c4;