Searched defs:pc (Results 1 – 10 of 10) sorted by relevance
/PHP-8.0/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 643 struct collector_strpos_data *pc = (struct collector_strpos_data*)data; in collector_strpos() local 830 struct collector_strpos_data pc; in mbfl_substr_count() local 904 struct collector_substr_data *pc = (struct collector_substr_data*)data; in collector_substr() local 1008 struct collector_substr_data pc; in mbfl_substr() local 1440 struct collector_strimwidth_data *pc = (struct collector_strimwidth_data*)data; in collector_strimwidth() local 1477 struct collector_strimwidth_data pc; in mbfl_strimwidth() local 2260 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; in collector_encode_htmlnumericentity() local 2306 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; in collector_decode_htmlnumericentity() local 2482 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)data; in collector_encode_hex_htmlnumericentity() local 2528 struct collector_htmlnumericentity_data *pc = (struct collector_htmlnumericentity_data *)filter; in mbfl_filt_decode_htmlnumericentity_flush() local [all …]
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_mips.h | 268 int pc; in dasm_link() local 390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_ppc.h | 272 int pc; in dasm_link() local 390 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_arm.h | 288 int pc; in dasm_link() local 427 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_arm64.h | 343 int pc; in dasm_link() local 489 int dasm_getpclabel(Dst_DECL, unsigned int pc) in dasm_getpclabel()
|
H A D | dasm_x86.h | 288 int pc; in dasm_link() local 490 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.0/ext/gd/libgd/ |
H A D | gdft.c | 630 int x, y, row, col, pc, pcr; local
|
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | types.h | 207 uint64_t pc; member
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 9522 unsigned long long pc, in parse_insn_tilegx()
|
Completed in 103 milliseconds