Searched refs:start_id (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttcmap.c | 1639 FT_UInt32 n, start, end, start_id, count, last = 0; in FT_CALLBACK_DEF() local 1649 start_id = TT_NEXT_ULONG( p ); in FT_CALLBACK_DEF() 1659 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) ) in FT_CALLBACK_DEF() 1715 FT_UInt32 start, end, start_id; in tt_cmap8_char_index() local 1722 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_index() 1729 result = (FT_UInt)( start_id + char_code - start ); in tt_cmap8_char_index() 1747 FT_UInt32 start, end, start_id; in tt_cmap8_char_next() local 1756 start_id = TT_NEXT_ULONG( p ); in tt_cmap8_char_next() 1763 gindex = (FT_UInt)( char_code - start + start_id ); in tt_cmap8_char_next() 2041 FT_ULong n, start, end, start_id, last = 0; in tt_cmap12_validate() local [all …]
|
/external/valgrind/tsan/ |
D | ts_pin.cc | 1732 int start_id, count; in WRAP_NAME() local 1734 start_id = 0; in WRAP_NAME() 1737 start_id = ret - WAIT_OBJECT_0_; in WRAP_NAME() 1741 for (int i = start_id; i < start_id + count; i++) { in WRAP_NAME()
|