Home
last modified time | relevance | path

Searched refs:start_id (Results 1 – 12 of 12) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.h249 lldb::user_id_t start_id,
255 lldb::user_id_t start_id,
266 lldb::user_id_t start_id,
DObjectFileELF.cpp1012 user_id_t start_id, in ParseSymbols() argument
1159 i + start_id, // ID is the original symbol table index. in ParseSymbols()
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *sy… in ParseSymbolTable() argument
1186 return obj_file_elf->ParseSymbolTable (symbol_table, start_id, symtab); in ParseSymbolTable()
1217 num_symbols = ParseSymbols(symbol_table, start_id, in ParseSymbolTable()
1293 user_id_t start_id, in ParsePLTRelocations() argument
1345 i + start_id, // Symbol table index in ParsePLTRelocations()
1367 user_id_t start_id, in ParseTrampolineSymbols() argument
1431 start_id, in ParseTrampolineSymbols()
/external/freetype/src/sfnt/
Dttcmap.c1677 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1687 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1697 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF()
1753 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1760 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1767 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index()
1785 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1794 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1801 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next()
2087 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local
[all …]
/external/chromium_org/third_party/freetype/src/sfnt/
Dttcmap.c1655 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1665 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF()
1731 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1738 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1745 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index()
1763 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1772 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1779 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next()
2065 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttcmap.c1655 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local
1665 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF()
1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF()
1731 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local
1738 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index()
1745 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index()
1763 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local
1772 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next()
1779 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next()
2065 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local
[all …]
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_utils.c887 UINT16 start_id=0, end_id=0; in sdpu_get_attrib_seq_len() local
893 start_id = attr_seq->attr_entry[xx].start; in sdpu_get_attrib_seq_len()
897 start_id, in sdpu_get_attrib_seq_len()
904 if (start_id != end_id) in sdpu_get_attrib_seq_len()
907 start_id = p_attr->id + 1; in sdpu_get_attrib_seq_len()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager_android.h65 jint FindElementType(JNIEnv* env, jobject obj, jint start_id,
Dbrowser_accessibility_manager_android.cc431 JNIEnv* env, jobject obj, jint start_id, jstring element_type_str, in FindElementType() argument
433 BrowserAccessibility* node = GetFromID(start_id); in FindElementType()
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl.cc943 uint16_t start_id = 0; in SendNACK() local
959 start_id = i + 1; in SendNACK()
963 nackLength = size - start_id; in SendNACK()
971 nack_last_seq_number_sent_ = nack_list[start_id + nackLength - 1]; in SendNACK()
974 GetFeedbackState(), kRtcpNack, nackLength, &nack_list[start_id]); in SendNACK()
/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.h375 int start_id,
Dnative_view_accessibility_win.cc1394 int nav_dir, int start_id, int lower_bound, int upper_bound) const { in IsValidNav() argument
1396 if ((start_id + 1) > upper_bound) { in IsValidNav()
1400 if ((start_id - 1) <= lower_bound) { in IsValidNav()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector_unittest.cc234 const std::string& start_id) { in CheckCertChainReports() argument
235 std::string certificate_id = start_id; in CheckCertChainReports()