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

/external/harfbuzz_ng/src/
H A Dhb-uniscribe.cc293 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t
706 range->index_last = event->index - 1;
874 while (log_clusters[k] > range->index_last)
H A Dhb-coretext.cc352 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t
686 range->index_last = event->index - 1;
845 while (log_clusters[k] > range->index_last)
/external/valgrind/perf/
H A Dtinycc.c13850 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 556 milliseconds