Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_dfa_exec.c425 const pcre_uchar *start_code = md->start_code; in internal_dfa_exec() local
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); in internal_dfa_exec()
561 ADD_NEW((int)(end_code - start_code + length), 0); in internal_dfa_exec()
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code))); in internal_dfa_exec()
691 code = start_code + state_offset; in internal_dfa_exec()
820 ADD_ACTIVE((int)(code - start_code), 0); in internal_dfa_exec()
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_exec()
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0); in internal_dfa_exec()
841 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_exec()
852 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); in internal_dfa_exec()
[all …]
Dpcre_compile.c1775 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */ in find_fixedlength()
2376 const pcre_uchar *scode = cd->start_code + GET(code, 1); in could_be_empty_branch()
2388 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE; in could_be_empty_branch()
3972 if (cd->start_code + offset == ptr + 1) in adjust_recurse()
3985 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust); in adjust_recurse()
5614 if (offset == previous + 1 - cd->start_code) in compile_branch()
7291 called = cd->start_code; in compile_branch()
7304 called = PRIV(find_bracket)(cd->start_code, utf, recno); in compile_branch()
7320 called = cd->start_code + recno; in compile_branch()
7327 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code)); in compile_branch()
[all …]
Dpcre_internal.h2423 const pcre_uchar *start_code; /* The start of the compiled code */ member
2525 const pcre_uchar *start_code; /* For use when recursing */ member
2552 const pcre_uchar *start_code; /* Start of the compiled pattern */ member
Dpcre_exec.c1142 code_offset = (int)(ecode - md->start_code); in match()
1170 ecode = md->start_code + code_offset; in match()
1238 code_offset = (int)(ecode - md->start_code); in match()
1249 ecode = md->start_code + code_offset; in match()
1755 callpat = md->start_code + GET(ecode, 1); in match()
1756 recno = (callpat == md->start_code)? 0 : in match()
6539 md->start_code = (const pcre_uchar *)re + re->name_table_offset + in pcre_exec()
6923 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0); in pcre_exec()
/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/kernel-headers/original/uapi/linux/
Dprctl.h134 __u64 start_code; /* code section bounds */ member
/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/lldb/source/Plugins/Process/POSIX/
DRegisterContext_i386.h148 uint32_t start_code; // VM address of text. member
DRegisterContextLinux_x86_64.cpp83 uint64_t start_code; // VM address of text. member