Searched defs:pc (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 497 struct collector_strpos_data *pc = (struct collector_strpos_data*)data; in collector_strpos() local 684 struct collector_strpos_data pc; in mbfl_substr_count() local 753 struct collector_substr_data *pc = (struct collector_substr_data*)data; in collector_substr() local 857 struct collector_substr_data pc; in mbfl_substr() local
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_arm.h | 289 int pc; in dasm_link() local 432 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_mips.h | 268 int pc; in dasm_link() local 395 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_ppc.h | 272 int pc; in dasm_link() local 394 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 | dasm_x86.h | 290 int pc; in dasm_link() local 504 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-8.2/ext/gd/libgd/ |
H A D | gdft.c | 640 int x, y, row, col, pc, pcr; local
|
/PHP-8.2/ext/opcache/jit/libudis86/ |
H A D | types.h | 207 uint64_t pc; member
|
Completed in 56 milliseconds