Searched refs:pc (Results 1 - 8 of 8) sorted by relevance
| /PHP_TRUNK/build/ |
| H A D | shtool | 1719 pc=99 1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile 1732 pc=`expr $pc - 1`
|
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | engine.c | 822 register sopno pc; local 827 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { 828 s = g->strip[pc]; 831 assert(pc == stop-1); 877 pc -= OPND(s) + 1; 878 INIT(here, pc); 894 assert(OP(g->strip[pc [all...] |
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 12598 int pc; /* Program Counter in parent (calling) frame */ member in struct:VdbeFrame 12780 int pc; /* The program counter */ member in struct:Vdbe 34610 int i, nx, pc, op; local 48580 int pc; /* Address of a i-th cell */ local 48705 int pc, addr; local 48903 u16 pc; /* Address of a freeblock within pPage->aData[] */ local 52910 u32 pc; /* Offset to cell content of cell being deleted */ local 55279 int pc = get2byte(&data[cellStart+i*2]); local 58588 sqlite3VdbePrintOp(FILE *pOut, int pc, Op *pOp) argument 62894 int pc=0; /* The program counter */ local [all...] |
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gdft.c | 594 int x, y, row, col, pc, pcr; local 605 pc = row * bitmap.pitch; 606 pcr = pc; 613 for (col = 0; col < bitmap.width; col++, pc++) { 619 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 661 pc = row * bitmap.pitch; 662 pcr = pc; 664 pc *= 8; /* pc is measured in bits for monochrome images */ 673 for (col = 0; col < bitmap.width; col++, pc [all...] |
| /PHP_TRUNK/ext/mbstring/libmbfl/mbfl/ |
| H A D | mbfilter.c | 887 struct collector_strpos_data *pc = (struct collector_strpos_data*)data; local 889 if (pc->output >= pc->start) { 890 if (c == (int)pc->needle.buffer[pc->needle_pos]) { 891 if (pc->needle_pos == 0) { 892 pc->found_pos = pc->output; /* found position */ 894 pc->needle_pos++; /* needle pointer */ 895 if (pc 1199 struct collector_strpos_data pc; local 1285 struct collector_substr_data *pc = (struct collector_substr_data*)data; local 1405 struct collector_substr_data pc; local 1830 struct collector_strimwidth_data *pc = (struct collector_strimwidth_data*)data; local 1867 struct collector_strimwidth_data pc; local 2689 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; local 2735 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; local 2913 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; local 2959 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)filter; local 3039 struct collector_htmlnumericentity_data pc; local [all...] |
| /PHP_TRUNK/ |
| H A D | config.guess | 283 echo alpha-pc-interix 343 echo i386-pc-auroraux${UNAME_RELEASE} 359 echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` 788 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} 806 echo ${UNAME_MACHINE}-pc-cygwin 809 echo ${UNAME_MACHINE}-pc-mingw64 812 echo ${UNAME_MACHINE}-pc-mingw32 815 echo ${UNAME_MACHINE}-pc-msys 818 # uname -m includes "-pc" on this system. 822 echo ${UNAME_MACHINE}-pc [all...] |
| H A D | config.sub | 189 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 193 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 197 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 201 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 205 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 209 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 213 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 216 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 220 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` 226 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` [all...] |
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_compile.c | 4212 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); local 4213 if (posix_substitutes[pc] != NULL) 4216 ptr = posix_substitutes[pc] - 1;
|
Completed in 296 milliseconds