Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_tables.c651 { 197, PT_PC, ucp_Cc },
652 { 200, PT_PC, ucp_Cf },
656 { 224, PT_PC, ucp_Cn },
657 { 227, PT_PC, ucp_Co },
660 { 244, PT_PC, ucp_Cs },
708 { 676, PT_PC, ucp_Ll },
709 { 679, PT_PC, ucp_Lm },
710 { 682, PT_PC, ucp_Lo },
711 { 685, PT_PC, ucp_Lt },
712 { 688, PT_PC, ucp_Lu },
[all …]
Dpcre2_xclass.c155 case PT_PC: in PRIV()
Dpcre2_dfa_match.c1174 case PT_PC: in internal_dfa_match()
1432 case PT_PC: in internal_dfa_match()
1673 case PT_PC: in internal_dfa_match()
1939 case PT_PC: in internal_dfa_match()
Dpcre2_auto_possess.c212 case PT_PC: in check_char_prop()
Dpcre2_compile.c678 PT_PC, ucp_Ll, /* lower */
679 PT_PC, ucp_Lu, /* upper */
683 PT_PC, ucp_Cc, /* cntrl */
684 PT_PC, ucp_Nd, /* digit */
2833 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
3363 *parsed_pattern++ = (PT_PC << 16) | ucp_Nd; in parse_regex()
Dpcre2_match.c2368 case PT_PC: in match()
2599 case PT_PC: in match()
3334 case PT_PC: in match()
3860 case PT_PC: in match()
Dpcre2_internal.h1218 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
Dpcre2_jit_compile.c6528 case PT_PC: in compile_xclass_matchingpath()
6803 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/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/strace/linux/m68k/
Duserent.h19 XLAT(4*PT_PC),
/external/u-boot/arch/microblaze/include/asm/
Dptrace.h99 #define PT_PC ((NUM_GPRS + 0) * _PT_REG_SIZE) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1174 PT_PC = 0x4 const
/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.