/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.h | 206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 263 int pc; in dasm_link() local 264 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link() 265 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 D | dasm_ppc.h | 206 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 221 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 267 int pc; in dasm_link() local 268 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link() 269 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link() 389 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument 392 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel() 393 int pos = D->pclabels[pc]; in dasm_getpclabel()
|
H A D | dasm_arm.h | 215 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 230 pl = D->pclabels + n; CKPL(pc, PC); in dasm_put() 284 int pc; in dasm_link() local 285 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link() 286 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 D | dasm_x86.h | 230 case DASM_IMM_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 249 case DASM_LABEL_PC: pl = D->pclabels + va_arg(ap, int); CKPL(pc, PC); in dasm_put() 287 int pc; in dasm_link() local 288 for (pc = 0; pc*sizeof(int) < D->pcsize; pc++) in dasm_link() 289 if (D->pclabels[pc] > 0) return DASM_S_UNDEF_PC|pc; in dasm_link() 513 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel() argument 516 if (pc*sizeof(int) < D->pcsize) { in dasm_getpclabel() 517 int pos = D->pclabels[pc]; in dasm_getpclabel()
|
H A D | dasm_arm64.h | 262 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 D | dasm_proto.h | 73 DASM_FDEF int dasm_getpclabel(Dst_DECL, unsigned int pc);
|
H A D | minilua.c | 3391 SETARG_A(*pc,!(GETARG_A(*pc))); 4942 #define dojump(L,pc,i){(pc)+=(i);} 5101 dojump(L,pc,GETARG_sBx(*pc)); 5103 pc++; 5109 dojump(L,pc,GETARG_sBx(*pc)); 5111 pc++; 5117 dojump(L,pc,GETARG_sBx(*pc)); 5119 pc++; 5124 dojump(L,pc,GETARG_sBx(*pc)); 5132 dojump(L,pc,GETARG_sBx(*pc)); [all …]
|
/php-src/build/ |
H A D | config.guess | 935 GUESS=$UNAME_MACHINE-pc-msys 938 GUESS=$UNAME_MACHINE-pc-pw32 959 GUESS=x86_64-pc-cygwin 1291 pc:*:*:*) 1298 GUESS=i586-pc-msdosdjgpp 1301 GUESS=i386-pc-mach3 1419 GUESS=i586-pc-beos 1422 GUESS=i586-pc-haiku 1501 UNAME_MACHINE=pc 1506 GUESS=i386-pc-qnx [all …]
|
H A D | config.sub | 281 basic_machine=i386-pc 329 basic_machine=i386-pc 369 basic_machine=i686-pc 373 basic_machine=i586-pc 853 vendor=pc 858 vendor=pc 863 vendor=pc 868 vendor=pc 1003 vendor=pc 1009 vendor=pc [all …]
|
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
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 640 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-src/Zend/asm/ |
H A D | make_sparc64_sysv_elf_gas.S | 42 # Extract the full address of the trampoline via pc relative addressing 44 rd %pc, %l0
|
H A D | jump_arm_aapcs_elf_gas.S | 84 pop {pc}
|
H A D | jump_arm_aapcs_macho_gas.S | 95 pop {pc}
|
H A D | jump_arm64_aapcs_macho_gas.S | 103 ; load pc
|
H A D | jump_arm64_aapcs_elf_gas.S | 105 # load pc
|
H A D | make_arm64_aapcs_pe_armasm.asm | 85 ; store trampoline address as pc
|
H A D | jump_riscv64_sysv_elf_gas.S | 141 # load pc
|
H A D | jump_arm64_aapcs_pe_armasm.asm | 125 ; load pc
|
/php-src/ext/curl/tests/ |
H A D | check_win_config.phpt | 58 Host => %s-pc-win32
|
/php-src/.github/actions/configure-x32/ |
H A D | action.yml | 20 --build=i686-pc-linux-gnu \
|
/php-src/ext/reflection/tests/ |
H A D | property_exists.phpt | 64 $pc = array($oA, 'A', 'B', 'C', $oC); 67 foreach($pc as $p1) {
|
/php-src/ext/ldap/ |
H A D | config.m4 | 69 dnl -pc removal is a hack for clang 70 MACHINE_INCLUDES=$($CC -dumpmachine | $SED 's/-pc//')
|
/php-src/ext/json/ |
H A D | json_scanner.re | 82 php_json_ctype *pc = s->cursor - start; 84 code |= php_json_hex_to_int(*(pc--)) << (i * 4);
|