Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/oci8/tests/
H A Dstatement_cache.phpt18 $pc = oci_pconnect($user, $password, $dbase);
20 $stmt = oci_parse($pc, "select 1+3 from dual");
24 $stmt = oci_parse($pc, "select 1+3 from dual");
H A Dselect_null.phpt14 $pc = oci_pconnect($user, $password, $dbase);
16 $stmt = oci_parse($pc, "select NULL from dual");
H A Dexecute_mode.phpt14 $pc = oci_pconnect($user, $password, $dbase);
16 $stmt = oci_parse($pc, "select NULL from dual");
/PHP-8.3/ext/opcache/jit/dynasm/
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()
395 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
398 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
399 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()
394 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
397 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
398 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()
289 int pc; in dasm_link() local
290 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
291 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
432 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
435 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
436 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_arm64.h262 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
282 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put()
358 int pc; in dasm_link() local
359 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
360 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
541 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
544 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
545 int pos = D->pclabels[pc]; in dasm_getpclabel()
H A Ddasm_x86.h240 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
259 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put()
297 int pc; in dasm_link() local
298 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link()
299 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link()
511 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument
514 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel()
515 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 …]
/PHP-8.3/build/
H A Dconfig.guess927 GUESS=$UNAME_MACHINE-pc-msys
930 GUESS=$UNAME_MACHINE-pc-pw32
951 GUESS=x86_64-pc-cygwin
1254 pc:*:*:*)
1261 GUESS=i586-pc-msdosdjgpp
1264 GUESS=i386-pc-mach3
1382 GUESS=i586-pc-beos
1385 GUESS=i586-pc-haiku
1464 UNAME_MACHINE=pc
1469 GUESS=i386-pc-qnx
[all …]
H A Dconfig.sub208 basic_machine=i386-pc
256 basic_machine=i386-pc
316 basic_machine=i686-pc
320 basic_machine=i586-pc
789 vendor=pc
794 vendor=pc
799 vendor=pc
804 vendor=pc
952 vendor=pc
958 vendor=pc
[all …]
/PHP-8.3/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()
/PHP-8.3/ext/gd/libgd/
H A Dgdft.c640 int x, y, row, col, pc, pcr; local
651 pc = row * bitmap.pitch;
652 pcr = pc;
659 for (col = 0; col < bitmap.width; col++, pc++) {
665 level = (bitmap.buffer[pc] * gdAlphaMax / (bitmap.num_grays - 1));
715 pc = row * bitmap.pitch;
716 pcr = pc;
718 pc *= 8; /* pc is measured in bits for monochrome images */
727 for (col = 0; col < bitmap.width; col++, pc++) {
734 … tc_key.pixel = ((bitmap.buffer[pc] * NUMCOLORS) + bitmap.num_grays / 2) / (bitmap.num_grays - 1);
[all …]
/PHP-8.3/Zend/asm/
H A Djump_arm_aapcs_elf_gas.S84 pop {pc}
H A Djump_arm_aapcs_macho_gas.S95 pop {pc}
H A Djump_arm64_aapcs_macho_gas.S103 ; load pc
H A Djump_arm64_aapcs_elf_gas.S105 # load pc
H A Dmake_arm64_aapcs_pe_armasm.asm85 ; store trampoline address as pc
H A Djump_riscv64_sysv_elf_gas.S141 # load pc
H A Djump_arm64_aapcs_pe_armasm.asm125 ; load pc
/PHP-8.3/ext/curl/tests/
H A Dcheck_win_config.phpt58 Host => %s-pc-win32
/PHP-8.3/.github/actions/configure-x32/
H A Daction.yml19 --build=i686-pc-linux-gnu \
/PHP-8.3/ext/ldap/
H A Dconfig.m468 dnl -pc removal is a hack for clang
69 MACHINE_INCLUDES=$($CC -dumpmachine | $SED 's/-pc//')
/PHP-8.3/ext/reflection/tests/
H A Dproperty_exists.phpt64 $pc = array($oA, 'A', 'B', 'C', $oC);
67 foreach($pc as $p1) {

Completed in 195 milliseconds

12