Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 18 of 18) sorted by relevance

/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c889 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.5/ext/oci8/tests/
H A Dstatement_cache.phpt15 $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 Dselect_null.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
H A Dexecute_mode.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
/PHP-5.5/
H A Dconfig.guess283 echo alpha-pc-interix
840 echo x86_64-pc-mks
846 echo i586-pc-interix
1084 pc:*:*:*)
1091 echo i586-pc-msdosdjgpp
1094 echo i386-pc-mach3
1212 echo i586-pc-beos
1215 echo i586-pc-haiku
1265 UNAME_MACHINE=pc
1270 echo i386-pc-qnx
[all …]
H A Dconfig.sub362 basic_machine=$basic_machine-pc
738 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
742 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
746 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
750 basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
/PHP-5.5/ext/gd/libgd/
H A Dgdft.c596 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.5/ext/ereg/regex/
H A Dengine.c822 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.5/ext/curl/tests/
H A Dcheck_win_config.phpt44 Host => %s-pc-win32
/PHP-5.5/ext/reflection/tests/
H A Dproperty_exists.phpt63 $pc = array($oA, 'A', 'B', 'C', $oC);
66 foreach($pc as $p1) {
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME424 . 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 Dpcre_compile.c5017 int pc = posix_class + ((local_negate)? POSIX_SUBSIZE/2 : 0); in compile_branch() local
5022 if (posix_substitutes[pc] != NULL) in compile_branch()
5025 ptr = posix_substitutes[pc] - 1; in compile_branch()
H A DChangeLog2279 6. No libpcreposix.pc file was created for pkg-config; there was just
2280 libpcre.pc and libpcrecpp.pc. The omission has been rectified.
2334 15. Arranged to add -DPCRE_STATIC to cflags in libpcre.pc, libpcreposix.cp,
2335 libpcrecpp.pc and pcre-config when PCRE is not compiled as a shared
4066 1. The file libpcre.pc.in did not have general read permission in the tarball.
4299 19. libpcre.pc was being incorrectly installed as executable.
/PHP-5.5/build/
H A Dshtool1726 pc=99
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1739 pc=`expr $pc - 1`
H A Dlibtool.m42546 pc)
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c39196 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.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX-encoder.c9522 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.5/ext/fileinfo/tests/
H A Dmagic6900 # 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 542 milliseconds