Searched defs:start_id (Results 1 - 5 of 5) sorted by relevance

/external/freetype/src/sfnt/
H A Dttcmap.c1789 FT_UInt32 n, start, end, start_id, count, last = 0; local
1799 start_id = TT_NEXT_ULONG( p );
1812 /* start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ? */
1814 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d )
1870 FT_UInt32 start, end, start_id; local
1877 start_id = TT_NEXT_ULONG( p );
1884 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) )
1887 result = (FT_UInt)( start_id + ( char_code - start ) );
1906 FT_UInt32 start, end, start_id; local
1920 start_id
2252 FT_ULong n, start, end, start_id, last = 0; local
2294 FT_ULong start, end, start_id, char_code; local
2363 FT_UInt32 start, end, start_id; local
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttcmap.c1736 FT_UInt32 n, start, end, start_id, count, last = 0; local
1746 start_id = TT_NEXT_ULONG( p );
1759 /* start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ? */
1761 start_id >= TT_VALID_GLYPH_COUNT( valid ) - d )
1817 FT_UInt32 start, end, start_id; local
1824 start_id = TT_NEXT_ULONG( p );
1831 if ( start_id > 0xFFFFFFFFUL - ( char_code - start ) )
1834 result = (FT_UInt)( start_id + ( char_code - start ) );
1853 FT_UInt32 start, end, start_id; local
1867 start_id
2196 FT_ULong n, start, end, start_id, last = 0; local
2238 FT_ULong start, end, start_id, char_code; local
2304 FT_UInt32 start, end, start_id; local
[all...]
/external/webrtc/talk/app/webrtc/
H A Dstatscollector_unittest.cc270 const StatsReport::Id& start_id) {
272 const StatsReport::Id* certificate_id = &start_id;
268 CheckCertChainReports(const StatsReports& reports, const std::vector<std::string>& ders, const StatsReport::Id& start_id) argument
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1012 user_id_t start_id,
1159 i + start_id, // ID is the original symbol table index.
1179 ObjectFileELF::ParseSymbolTable(Symtab *symbol_table, user_id_t start_id, lldb_private::Section *symtab) argument
1186 return obj_file_elf->ParseSymbolTable (symbol_table, start_id, symtab);
1217 num_symbols = ParseSymbols(symbol_table, start_id,
1293 user_id_t start_id,
1345 i + start_id, // Symbol table index
1367 user_id_t start_id,
1431 start_id,
1011 ParseSymbols(Symtab *symtab, user_id_t start_id, SectionList *section_list, const size_t num_symbols, const DataExtractor &symtab_data, const DataExtractor &strtab_data) argument
1292 ParsePLTRelocations(Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument
1366 ParseTrampolineSymbols(Symtab *symbol_table, user_id_t start_id, const ELFSectionHeaderInfo *rel_hdr, user_id_t rel_id) argument
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_rtcp_impl.cc700 uint16_t start_id = 0; local
714 start_id = i + 1;
718 nack_length = size - start_id;
726 nack_last_seq_number_sent_ = nack_list[start_id + nack_length - 1];
729 GetFeedbackState(), kRtcpNack, nack_length, &nack_list[start_id]);

Completed in 100 milliseconds