Searched refs:start_code (Results 1 - 15 of 15) sorted by relevance

/external/strace/linux/bfin/
H A Duserent.h4 XLAT_UOFF(start_code),
/external/strace/linux/mips/
H A Duserent.h76 XLAT_UOFF(start_code),
/external/strace/linux/s390/
H A Duserent1.h4 XLAT_UOFF(start_code),
/external/strace/linux/i386/
H A Duserent0.h6 XLAT_UOFF(start_code),
/external/strace/linux/sh/
H A Duserent0.h5 XLAT_UOFF(start_code),
/external/strace/linux/arm/
H A Duserent.h23 XLAT_UOFF(start_code),
/external/strace/linux/avr32/
H A Duserent.h23 XLAT_UOFF(start_code),
/external/strace/linux/m68k/
H A Duserent.h26 XLAT_UOFF(start_code),
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h134 __u64 start_code; /* code section bounds */ member in struct:prctl_mm_map
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_i386.h148 uint32_t start_code; // VM address of text. member in struct:RegisterContext_i386::UserArea
H A DRegisterContextLinux_x86_64.cpp83 uint64_t start_code; // VM address of text. member in struct:UserArea
/external/pcre/dist/
H A Dpcre_dfa_exec.c425 const pcre_uchar *start_code = md->start_code; local
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
561 ADD_NEW((int)(end_code - start_code + length), 0);
571 DPRINTF(("%.*sEnd state = %d\n", rlevel*2-2, SP, (int)(end_code - start_code)));
691 code = start_code + state_offset;
820 ADD_ACTIVE((int)(code - start_code), 0);
828 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0);
837 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE + IMM2_SIZE), 0);
841 ADD_ACTIVE((int)(code - start_code
[all...]
H A Dpcre_compile.c1775 cs = ce = (pcre_uchar *)cd->start_code + GET(cc, 1); /* Start subpattern */
2376 const pcre_uchar *scode = cd->start_code + GET(code, 1);
2388 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
3972 if (cd->start_code + offset == ptr + 1)
3985 if (cd->start_code + offset >= group) PUT(ptr, 1, offset + adjust);
5614 if (offset == previous + 1 - cd->start_code)
7291 called = cd->start_code;
7304 called = PRIV(find_bracket)(cd->start_code, utf, recno);
7320 called = cd->start_code + recno;
7327 PUTINC(cd->hwm, 0, (int)(code + 1 - cd->start_code));
[all...]
H A Dpcre_exec.c1142 code_offset = (int)(ecode - md->start_code);
1170 ecode = md->start_code + code_offset;
1238 code_offset = (int)(ecode - md->start_code);
1249 ecode = md->start_code + code_offset;
1755 callpat = md->start_code + GET(ecode, 1);
1756 recno = (callpat == md->start_code)? 0 :
6539 md->start_code = (const pcre_uchar *)re + re->name_table_offset +
6923 rc = match(start_match, md->start_code, start_match, 2, md, NULL, 0);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc616 int32_t start_code = StartCode(segment); local
617 return RetrieveGlyphId(segment, start_code, character);
621 int32_t start_code,
623 if (character < start_code) {
632 2 * (character - start_code));
672 int32_t start_code = data->ReadUShort(StartCodeOffset(seg_count) + local
674 return start_code;
620 RetrieveGlyphId(int32_t segment, int32_t start_code, int32_t character) argument

Completed in 253 milliseconds