Searched defs:index_last (Results 1 - 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
H A D | hb-uniscribe.cc | 293 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t 704 range->index_last = event->index - 1; 872 while (log_clusters[k] > range->index_last)
|
H A D | hb-coretext.cc | 312 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t 646 range->index_last = event->index - 1; 805 while (log_clusters[k] > range->index_last)
|
/external/valgrind/perf/ |
H A D | tinycc.c | 13850 int notfirst, index, index_last, align, l, nb_elems, elem_size; 13869 index_last = expr_const(); 13870 if (index_last < 0 || 13871 (s->c >= 0 && index_last >= s->c) || 13872 index_last < index) 13875 index_last = index; 13879 *cur_index = index_last; 13884 nb_elems = index_last - index + 1; 13848 int notfirst, index, index_last, align, l, nb_elems, elem_size; local
|
Completed in 118 milliseconds