Searched refs:pc (Results 1 – 17 of 17) sorted by relevance
/PHP-5.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 889 if (pc->output >= pc->start) { in collector_strpos() 895 if (pc->needle_pos >= pc->needle_len) { in collector_strpos() 1225 pc.needle_len = pc.needle.pos; in mbfl_substr_count() 1287 if (pc->output >= pc->stop) { in collector_substr() 1291 if (pc->output >= pc->start) { in collector_substr() 1834 (*pc->decoder->filter_function)(c, pc->decoder); in collector_strimwidth() 1837 if (pc->outchar >= pc->from) { in collector_strimwidth() 1840 if (pc->outwidth > pc->width) { in collector_strimwidth() 1842 pc->endpos = pc->device.pos; in collector_strimwidth() 1933 pc.device.pos = pc.endpos; in mbfl_strimwidth() [all …]
|
/PHP-5.4/ext/oci8/tests/ |
H A D | statement_cache.phpt | 15 $pc = oci_pconnect($user, $password, $dbase); 17 $stmt = oci_parse($pc, "select 1+3 from dual"); 21 $stmt = oci_parse($pc, "select 1+3 from dual");
|
H A D | select_null.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
H A D | execute_mode.phpt | 10 $pc = oci_pconnect($user, $password, $dbase); 12 $stmt = oci_parse($pc, "select NULL from dual");
|
/PHP-5.4/ |
H A D | config.guess | 277 echo alpha-pc-interix 792 echo ${UNAME_MACHINE}-pc-pw32 807 echo i${UNAME_MACHINE}-pc-mks 813 echo i586-pc-interix 1102 pc:*:*:*) 1106 echo i386-pc-msdosdjgpp 1109 echo i386-pc-mach3 1217 echo i586-pc-beos 1254 UNAME_MACHINE=pc 1259 echo i386-pc-qnx [all …]
|
H A D | config.sub | 307 basic_machine=$basic_machine-pc 703 basic_machine=i386-pc 732 basic_machine=i386-pc 854 basic_machine=i386-pc 860 basic_machine=i586-pc 863 basic_machine=i686-pc 866 basic_machine=i686-pc 869 basic_machine=i786-pc 916 basic_machine=i386-pc 1117 basic_machine=i686-pc
|
/PHP-5.4/ext/gd/libgd/ |
H A D | gdft.c | 596 int x, y, row, col, pc, pcr; local 607 pc = row * bitmap.pitch; 608 pcr = pc; 615 for (col = 0; col < bitmap.width; col++, pc++) { 621 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 663 pc = row * bitmap.pitch; 664 pcr = pc; 666 pc *= 8; /* pc is measured in bits for monochrome images */ 675 for (col = 0; col < bitmap.width; col++, pc++) { 682 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1); [all …]
|
/PHP-5.4/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+OPND(s)]) == OOR2); 900 OP(s = g->strip[pc+look]) != O_CH; 908 if (OP(g->strip[pc+OPND(s)]) != O_CH) { 909 assert(OP(g->strip[pc+OPND(s)]) == OOR2);
|
/PHP-5.4/ext/reflection/tests/ |
H A D | property_exists.phpt | 63 $pc = array($oA, 'A', 'B', 'C', $oC); 66 foreach($pc as $p1) {
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | README | 424 . libpcre16.pc ) 425 . libpcre32.pc ) 476 libpcre16.pc 477 libpcre32.pc 478 libpcre.pc 479 libpcreposix.pc 952 libpcre16.pc.in template for libpcre16.pc for pkg-config 953 libpcre32.pc.in template for libpcre32.pc for pkg-config 954 libpcre.pc.in template for libpcre.pc for pkg-config 955 libpcreposix.pc.in template for libpcreposix.pc for pkg-config [all …]
|
H A D | pcre_compile.c | 4999 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch() local 5004 if (posix_substitutes[pc] != NULL) in compile_branch() 5007 ptr = posix_substitutes[pc] - 1; in compile_branch()
|
H A D | ChangeLog | 2103 6. No libpcreposix.pc file was created for pkg-config; there was just 2104 libpcre.pc and libpcrecpp.pc. The omission has been rectified. 2158 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp, 2159 libpcrecpp.pc and pcre-config when PCRE is not compiled as a shared 3890 1. The file libpcre.pc.in did not have general read permission in the tarball. 4123 19. libpcre.pc was being incorrectly installed as executable.
|
/PHP-5.4/build/ |
H A D | shtool | 1719 pc=99 1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile 1732 pc=`expr $pc - 1`
|
H A D | libtool.m4 | 2539 pc)
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 39196 pc = 0; 39204 aOp[pc+2] += aOp[pc+3]; 39216 pc += nx; 54254 if( pc<iCellFirst || pc>iCellLast ){ 54258 assert( pc>=iCellFirst && pc<=iCellLast ); 54315 int pc; 54322 if( pc>usableSize-4 || pc<iAddr+4 ){ 54678 if( pc<iCellFirst || pc>iCellLast ){ 54699 if( pc<iCellFirst || pc>iCellLast ){ 61839 btreeHeapInsert(heap, (pc<<16)|(pc+size-1)); [all …]
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 9522 unsigned long long pc, in parse_insn_tilegx() argument 9569 opval = (raw_opval * TILEGX_BUNDLE_SIZE_IN_BYTES) + pc; in parse_insn_tilegx()
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 6900 # grub-1.94/kern/i386/pc/startup.S 10259 # http://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt 15603 >>6 string \\pc IBM PC, code page 437 16688 # http://www.ullrich.es/job/service-menue/panasonic/panasonic-sendersortierung-sat-am-pc/
|
Completed in 513 milliseconds