dc 2263 ext/gd/libgd/gd.c int c, dc; dc 2283 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); dc 2285 ext/gd/libgd/gd.c ncR = (int)(gdImageRed (src, c) * (pct / 100.0) + gdImageRed (dst, dc) * ((100 - pct) / 100.0)); dc 2286 ext/gd/libgd/gd.c ncG = (int)(gdImageGreen (src, c) * (pct / 100.0) + gdImageGreen (dst, dc) * ((100 - pct) / 100.0)); dc 2287 ext/gd/libgd/gd.c ncB = (int)(gdImageBlue (src, c) * (pct / 100.0) + gdImageBlue (dst, dc) * ((100 - pct) / 100.0)); dc 2303 ext/gd/libgd/gd.c int c, dc; dc 2329 ext/gd/libgd/gd.c dc = gdImageGetPixel(dst, tox, toy); dc 2330 ext/gd/libgd/gd.c g = (0.29900f * gdImageRed(dst, dc)) + (0.58700f * gdImageGreen(dst, dc)) + (0.11400f * gdImageBlue(dst, dc)); dc 3291 ext/pcre/pcrelib/pcre_exec.c pcre_uint32 dc; dc 3292 ext/pcre/pcrelib/pcre_exec.c GETCHARINC(dc, eptr); dc 3298 ext/pcre/pcrelib/pcre_exec.c if (fc != dc) dc 3301 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 667 win32/glob.c register Char *dc; dc 672 win32/glob.c dc = pathend; dc 674 win32/glob.c while (dc < pathend_last && (*dc++ = *sc++) != EOS) dc 676 win32/glob.c if (dc >= pathend_last) { dc 677 win32/glob.c *dc = EOS; dc 686 win32/glob.c err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,