Home
last modified time | relevance | path

Searched refs:PT_PC (Results 1 – 16 of 16) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_tables.c653 { 197, PT_PC, ucp_Cc },
654 { 200, PT_PC, ucp_Cf },
658 { 224, PT_PC, ucp_Cn },
659 { 227, PT_PC, ucp_Co },
662 { 244, PT_PC, ucp_Cs },
710 { 676, PT_PC, ucp_Ll },
711 { 679, PT_PC, ucp_Lm },
712 { 682, PT_PC, ucp_Lo },
713 { 685, PT_PC, ucp_Lt },
714 { 688, PT_PC, ucp_Lu },
[all …]
Dpcre2_xclass.c155 case PT_PC: in PRIV()
Dpcre2_dfa_match.c1181 case PT_PC: in internal_dfa_match()
1439 case PT_PC: in internal_dfa_match()
1680 case PT_PC: in internal_dfa_match()
1946 case PT_PC: in internal_dfa_match()
Dpcre2_auto_possess.c212 case PT_PC: in check_char_prop()
Dpcre2_compile.c727 PT_PC, ucp_Ll, /* lower */
728 PT_PC, ucp_Lu, /* upper */
732 PT_PC, ucp_Cc, /* cntrl */
733 PT_PC, ucp_Nd, /* digit */
2987 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3519 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
Dpcre2_match.c2369 case PT_PC: in match()
2600 case PT_PC: in match()
3335 case PT_PC: in match()
3861 case PT_PC: in match()
Dpcre2_internal.h1252 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
Dpcre2_jit_compile.c7667 case PT_PC: in compile_xclass_matchingpath()
7971 case PT_PC: in compile_xclass_matchingpath()
/external/strace/linux/bfin/
Darch_regs.c2 #define ARCH_PC_PEEK_ADDR PT_PC
/external/strace/linux/microblaze/
Darch_regs.c2 #define ARCH_PC_PEEK_ADDR PT_PC
Duserent.h33 { PT_PC, "rpc" },
/external/strace/linux/m68k/
Duserent.h19 XLAT(4*PT_PC),
/external/u-boot/arch/xtensa/cpu/
Dstart.S19 #define PT_PC 0 macro
425 s32i a3, a1, PT_PC
482 l32i a3, a1, PT_PC
/external/u-boot/arch/microblaze/include/asm/
Dptrace.h99 #define PT_PC ((NUM_GPRS + 0) * _PT_REG_SIZE) macro
/external/pcre/dist2/
DHACKING546 The value is relevant only for PT_GC (General Category), PT_PC (Particular
/external/strace/
DChangeLog-CVS5537 program counter in PT_PC instead of EIP.