Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 31) sorted by last modified time

12

/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c645 if (pc->output >= pc->start) { in collector_strpos()
651 if (pc->needle_pos >= pc->needle_len) { in collector_strpos()
844 pc.needle_len = pc.needle.pos; in mbfl_substr_count()
906 if (pc->output >= pc->stop) { in collector_substr()
910 if (pc->output >= pc->start) { in collector_substr()
1447 if (pc->outchar >= pc->from) { in collector_strimwidth()
1450 if (pc->outwidth > pc->width) { in collector_strimwidth()
1452 pc->endpos = pc->device.pos; in collector_strimwidth()
1541 } else if (pc.outwidth > pc.width) { in mbfl_strimwidth()
1546 pc.device.pos = pc.endpos; in mbfl_strimwidth()
[all …]
/PHP-8.0/build/
H A Dconfig.guess927 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 Dconfig.sub951 vendor=pc
957 vendor=pc
961 vendor=pc
H A Dpkg.m4222 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 Dlibtool.m42543 pc)
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h234 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
250 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
288 int pc; in dasm_link() local
289 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
290 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
490 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
493 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
494 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_ppc.h211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
272 int pc; in dasm_link() local
273 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
274 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
393 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
394 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_proto.h73 DASM_FDEF int dasm_getpclabel(Dst_DECL, unsigned int pc);
H A Dminilua.c3390 SETARG_A(*pc,!(GETARG_A(*pc)));
4941 #define dojump(L,pc,i){(pc)+=(i);}
5100 dojump(L,pc,GETARG_sBx(*pc));
5102 pc++;
5108 dojump(L,pc,GETARG_sBx(*pc));
5110 pc++;
5116 dojump(L,pc,GETARG_sBx(*pc));
5118 pc++;
5123 dojump(L,pc,GETARG_sBx(*pc));
5131 dojump(L,pc,GETARG_sBx(*pc));
[all …]
H A Ddasm_mips.h211 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
226 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
268 int pc; in dasm_link() local
269 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
270 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
393 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
394 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_arm.h220 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
235 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
288 int pc; in dasm_link() local
289 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
290 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
427 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
430 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
431 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_arm.lua219 local map_archdef = { sp = "r13", lr = "r14", pc = "r15", }
H A Ddasm_arm64.h260 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
275 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
343 int pc; in dasm_link() local
344 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
345 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
489 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
492 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
493 int pos = D->pclabels[pc]; in dasm_getpclabel()
/PHP-8.0/ext/curl/tests/
H A Dcheck_win_config.phpt52 Host => %s-pc-win32
/PHP-8.0/ext/reflection/tests/
H A Dproperty_exists.phpt63 $pc = array($oA, 'A', 'B', 'C', $oC);
66 foreach($pc as $p1) {
/PHP-8.0/ext/pcre/pcre2lib/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-8.0/ext/opcache/jit/libudis86/
H A Dsyn.c100 case 8 : return (u->pc + opr->lval.sbyte) & trunc_mask; in ud_syn_rel_target()
101 case 16: return (u->pc + opr->lval.sword) & trunc_mask; in ud_syn_rel_target()
102 case 32: return (u->pc + opr->lval.sdword) & trunc_mask; in ud_syn_rel_target()
H A Dtypes.h207 uint64_t pc; member
H A Dudis86.c123 u->pc = o; in ud_set_pc()
H A Ddecode.c1256 u->insn_offset = u->pc; /* set offset of instruction */ in ud_decode()
1258 u->pc += u->inp_ctr; /* move program counter by bytes decoded */ in ud_decode()
/PHP-8.0/ext/odbc/
H A Dconfig.m4370 dnl keep old DIR way for old version without libodbc.pc
/PHP-8.0/ext/oci8/tests/
H A Dselect_null.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
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 Dexecute_mode.phpt10 $pc = oci_pconnect($user, $password, $dbase);
12 $stmt = oci_parse($pc, "select NULL from dual");
/PHP-8.0/ext/ldap/
H A Dconfig.m468 dnl -pc removal is a hack for clang
69 MACHINE_INCLUDES=$($CC -dumpmachine | $SED 's/-pc//')

Completed in 119 milliseconds

12