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

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c887 UINT16 start_id=0, end_id=0; local
893 start_id = attr_seq->attr_entry[xx].start;
897 start_id,
904 if (start_id != end_id)
907 start_id = p_attr->id + 1;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c1639 FT_UInt32 n, start, end, start_id, count, last = 0; local
1649 start_id = TT_NEXT_ULONG( p );
1659 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1715 FT_UInt32 start, end, start_id; local
1722 start_id = TT_NEXT_ULONG( p );
1729 result = (FT_UInt)( start_id + char_code - start );
1747 FT_UInt32 start, end, start_id; local
1756 start_id = TT_NEXT_ULONG( p );
1763 gindex = (FT_UInt)( char_code - start + start_id );
2041 FT_ULong n, start, end, start_id, las local
2077 FT_ULong start, end, start_id, char_code; local
2128 FT_UInt32 start, end, start_id; local
[all...]
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc1154 int nav_dir, int start_id, int lower_bound, int upper_bound) const {
1156 if ((start_id + 1) > upper_bound) {
1160 if ((start_id - 1) <= lower_bound) {
1153 IsValidNav( int nav_dir, int start_id, int lower_bound, int upper_bound) const argument
/external/freetype/src/sfnt/
H A Dttcmap.c1655 FT_UInt32 n, start, end, start_id, count, last = 0; local
1665 start_id = TT_NEXT_ULONG( p );
1675 if ( start_id + end - start >= TT_VALID_GLYPH_COUNT( valid ) )
1731 FT_UInt32 start, end, start_id; local
1738 start_id = TT_NEXT_ULONG( p );
1745 result = (FT_UInt)( start_id + char_code - start );
1763 FT_UInt32 start, end, start_id; local
1772 start_id = TT_NEXT_ULONG( p );
1779 gindex = (FT_UInt)( char_code - start + start_id );
2065 FT_ULong n, start, end, start_id, las local
2101 FT_ULong start, end, start_id, char_code; local
2152 FT_UInt32 start, end, start_id; local
[all...]

Completed in 333 milliseconds