Searched defs:pc (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_ppc.h | 267 int pc; in dasm_link() local 389 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_mips.h | 263 int pc; in dasm_link() local 390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_arm.h | 284 int pc; in dasm_link() local 427 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_x86.h | 287 int pc; in dasm_link() local 513 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_arm64.h | 358 int pc; in dasm_link() local 541 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | minilua.c | 512 #define pcRel(pc,p)(cast(int,(pc)-(p)->code)-1) argument 513 #define getline_(f,pc)(((f)->lineinfo)?(f)->lineinfo[pc]:0) argument
|
/php-src/ext/gd/libgd/ |
H A D | gdft.c | 640 int x, y, row, col, pc, pcr; local
|
Completed in 42 milliseconds