Searched refs:pc (Results 1 – 20 of 20) sorted by relevance
/PHP-7.4/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 733 if (pc->output >= pc->start) { in collector_strpos() 739 if (pc->needle_pos >= pc->needle_len) { in collector_strpos() 1049 pc.needle_len = pc.needle.pos; in mbfl_substr_count() 1111 if (pc->output >= pc->stop) { in collector_substr() 1115 if (pc->output >= pc->start) { in collector_substr() 1640 if (pc->outchar >= pc->from) { in collector_strimwidth() 1643 if (pc->outwidth > pc->width) { in collector_strimwidth() 1645 pc->endpos = pc->device.pos; in collector_strimwidth() 1735 } else if (pc.outwidth > pc.width) { in mbfl_strimwidth() 1740 pc.device.pos = pc.endpos; in mbfl_strimwidth() [all …]
|
/PHP-7.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-7.4/build/ |
H A D | config.guess | 927 GUESS=$UNAME_MACHINE-pc-msys 930 GUESS=$UNAME_MACHINE-pc-pw32 948 GUESS=x86_64-pc-cygwin 1234 pc:*:*:*) 1241 GUESS=i586-pc-msdosdjgpp 1244 GUESS=i386-pc-mach3 1362 GUESS=i586-pc-beos 1365 GUESS=i586-pc-haiku 1441 UNAME_MACHINE=pc 1446 GUESS=i386-pc-qnx [all …]
|
H A D | config.sub | 951 vendor=pc 957 vendor=pc 961 vendor=pc
|
H A D | shtool | 1726 pc=99 1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile 1739 pc=`expr $pc - 1`
|
H A D | pkg.m4 | 222 dnl should install pkg-config .pc files. By default the directory is 244 dnl module should install arch-independent pkg-config .pc files. By
|
H A D | libtool.m4 | 2542 pc)
|
/PHP-7.4/ext/gd/libgd/ |
H A D | gdft.c | 630 int x, y, row, col, pc, pcr; local 641 pc = row * bitmap.pitch; 642 pcr = pc; 649 for (col = 0; col < bitmap.width; col++, pc++) { 655 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1)); 705 pc = row * bitmap.pitch; 706 pcr = pc; 708 pc *= 8; /* pc is measured in bits for monochrome images */ 717 for (col = 0; col < bitmap.width; col++, pc++) { 724 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1); [all …]
|
/PHP-7.4/ext/curl/tests/ |
H A D | check_win_config.phpt | 52 Host => %s-pc-win32
|
/PHP-7.4/ext/reflection/tests/ |
H A D | property_exists.phpt | 63 $pc = array($oA, 'A', 'B', 'C', $oC); 66 foreach($pc as $p1) {
|
/PHP-7.4/ext/ldap/ |
H A D | config.m4 | 68 dnl -pc removal is a hack for clang 69 MACHINE_INCLUDES=$($CC -dumpmachine | $SED 's/-pc//')
|
/PHP-7.4/ext/json/ |
H A D | json_scanner.re | 84 php_json_ctype *pc = s->cursor - start; 86 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
|
/PHP-7.4/ext/odbc/ |
H A D | config.m4 | 370 dnl keep old DIR way for old version without libodbc.pc
|
/PHP-7.4/ext/hash/tests/ |
H A D | fnv1a32.phpt | 161 array( 'BQMQ[1|F1]Lk]|pc&WD5buo|ab|D+*}', '5d600f5e' ),
|
/PHP-7.4/ext/pcre/pcre2lib/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-7.4/ |
H A D | UPGRADING | 803 Directory is still accepted for old versions without libodbc.pc.
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 3067 # ftp://ftp.elf.stuba.sk/pub/pc/pack/ 3071 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip 11281 # grub-1.94/kern/i386/pc/startup.S 16080 # https://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt 25140 >>6 string \\pc IBM PC, code page 437
|
H A D | magic | 3067 # ftp://ftp.elf.stuba.sk/pub/pc/pack/ 3071 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip 11281 # grub-1.94/kern/i386/pc/startup.S 16080 # https://web.archive.org/web/20100206055706/http://www.qzx.com/pc-gpe/pcx.txt 25140 >>6 string \\pc IBM PC, code page 437
|
Completed in 199 milliseconds