Searched refs:start_id (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c887 UINT16 start_id, end_id; 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/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/valgrind/tsan/
H A Dts_pin.cc1732 int start_id, count;
1734 start_id = 0;
1737 start_id = ret - WAIT_OBJECT_0_;
1741 for (int i = start_id; i < start_id + count; i++) {

Completed in 119 milliseconds