dc               2261 ext/gd/libgd/gd.c 	int c, dc;
dc               2281 ext/gd/libgd/gd.c 				dc = gdImageGetPixel(dst, tox, toy);
dc               2283 ext/gd/libgd/gd.c  				ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0));
dc               2284 ext/gd/libgd/gd.c  				ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0));
dc               2285 ext/gd/libgd/gd.c  				ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0));
dc               2301 ext/gd/libgd/gd.c 	int c, dc;
dc               2327 ext/gd/libgd/gd.c 				dc = gdImageGetPixel(dst, tox, toy);
dc               2328 ext/gd/libgd/gd.c 				g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlue(dst, dc));
dc               3289 ext/pcre/pcrelib/pcre_exec.c         pcre_uint32 dc;
dc               3290 ext/pcre/pcrelib/pcre_exec.c         GETCHARINC(dc, eptr);
dc               3296 ext/pcre/pcrelib/pcre_exec.c         if (fc != dc)
dc               3299 ext/pcre/pcrelib/pcre_exec.c           if (dc != UCD_OTHERCASE(fc))
dc               42781 ext/sqlite3/libsqlite/sqlite3.c     int dc;                           /* Device characteristics */
dc               42786 ext/sqlite3/libsqlite/sqlite3.c     dc = sqlite3OsDeviceCharacteristics(pPager->fd);
dc               42792 ext/sqlite3/libsqlite/sqlite3.c     if( 0==(dc&(SQLITE_IOCAP_ATOMIC|(szPage>>8)) || nSector>szPage) ){
dc                661 win32/glob.c   		register Char *dc;
dc                666 win32/glob.c   		dc = pathend;
dc                668 win32/glob.c   		while (dc < pathend_last && (*dc++ = *sc++) != EOS)
dc                670 win32/glob.c   		if (dc >= pathend_last) {
dc                671 win32/glob.c   			*dc = EOS;
dc                680 win32/glob.c   		err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,