Searched refs:start_code (Results 1 – 17 of 17) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 393 PCRE2_SPTR start_code = mb->start_code; in internal_dfa_match() local 487 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); in internal_dfa_match() 525 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_match() 634 code = start_code + state_offset; in internal_dfa_match() 756 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_match() 764 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 773 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_match() 777 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 788 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() 795 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_match() [all …]
|
D | pcre2_intmodedep.h | 693 PCRE2_SPTR start_code; /* The start of the compiled code */ member 798 PCRE2_SPTR start_code; /* For use when recursing */ member 832 PCRE2_SPTR start_code; /* Start of the compiled pattern */ member
|
D | pcre2_match.c | 1165 code_offset = (int)(ecode - mb->start_code); in match() 1190 ecode = mb->start_code + code_offset; in match() 1245 code_offset = (int)(ecode - mb->start_code); in match() 1256 ecode = mb->start_code + code_offset; in match() 1807 callpat = mb->start_code + GET(ecode, 1); in match() 1808 recno = (callpat == mb->start_code)? 0 : GET2(callpat, 1 + LINK_SIZE); in match() 6654 mb->start_code = mb->name_table + re->name_count * re->name_entry_size; in pcre2_match() 6997 rc = match(start_match, mb->start_code, start_match, 2, mb, NULL, 0); in pcre2_match()
|
D | pcre2_compile.c | 991 cs = ce = (PCRE2_UCHAR *)cb->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength() 1435 scode = cb->start_code + GET(code, 1); in could_be_empty_branch() 8450 cb.start_code = cworkspace; in pcre2_compile() 8743 cb.start_code = codestart; in pcre2_compile()
|
/external/strace/linux/bfin/ |
D | userent.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/s390/ |
D | userent1.h | 4 XLAT_UOFF(start_code),
|
/external/strace/linux/mips/ |
D | userent.h | 76 XLAT_UOFF(start_code),
|
/external/strace/linux/sh/ |
D | userent0.h | 5 XLAT_UOFF(start_code),
|
/external/strace/linux/i386/ |
D | userent0.h | 6 XLAT_UOFF(start_code),
|
/external/strace/linux/m68k/ |
D | userent.h | 26 XLAT_UOFF(start_code),
|
/external/strace/linux/avr32/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/strace/linux/arm/ |
D | userent.h | 23 XLAT_UOFF(start_code),
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 616 int32_t start_code = StartCode(segment); in GlyphId() local 617 return RetrieveGlyphId(segment, start_code, character); in GlyphId() 621 int32_t start_code, in RetrieveGlyphId() argument 623 if (character < start_code) { in RetrieveGlyphId() 632 2 * (character - start_code)); in RetrieveGlyphId() 672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + in StartCode() local 674 return start_code; in StartCode()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 134 __u64 start_code; /* code section bounds */ member
|
/external/ltp/tools/top-LTP/proc/ |
D | readproc.h | 106 start_code, /* address of beginning of code segment */ member
|
D | readproc.c | 221 &P->start_code, &P->end_code, &P->start_stack, in stat2proc()
|
/external/strace/ |
D | ChangeLog | 27680 Add start_code and start_data members of struct user. 27681 * process.c: Add start_code and start_data members of struct user
|