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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-coretext.cc208 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t
523 range->index_last = event->index - 1;
619 while (log_clusters[k] > range->index_last)
H A Dhb-uniscribe.cc290 unsigned int index_last; /* == end - 1 */ member in struct:range_record_t
688 range->index_last = event->index - 1;
855 while (log_clusters[k] > range->index_last)
/external/valgrind/main/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 173 milliseconds