Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_dfa_match.c393 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 …]
Dpcre2_intmodedep.h693 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
Dpcre2_match.c1165 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()
Dpcre2_compile.c991 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/
Duserent.h4 XLAT_UOFF(start_code),
/external/strace/linux/s390/
Duserent1.h4 XLAT_UOFF(start_code),
/external/strace/linux/mips/
Duserent.h76 XLAT_UOFF(start_code),
/external/strace/linux/sh/
Duserent0.h5 XLAT_UOFF(start_code),
/external/strace/linux/i386/
Duserent0.h6 XLAT_UOFF(start_code),
/external/strace/linux/m68k/
Duserent.h26 XLAT_UOFF(start_code),
/external/strace/linux/avr32/
Duserent.h23 XLAT_UOFF(start_code),
/external/strace/linux/arm/
Duserent.h23 XLAT_UOFF(start_code),
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc616 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/
Dprctl.h134 __u64 start_code; /* code section bounds */ member
/external/ltp/tools/top-LTP/proc/
Dreadproc.h106 start_code, /* address of beginning of code segment */ member
Dreadproc.c221 &P->start_code, &P->end_code, &P->start_stack, in stat2proc()
/external/strace/
DChangeLog27680 Add start_code and start_data members of struct user.
27681 * process.c: Add start_code and start_data members of struct user