Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-uniscribe.cc321 unsigned int index_last; /* == end - 1 */ member
693 range->index_last = event->index - 1; in _hb_uniscribe_shape()
862 while (log_clusters[k] > range->index_last) in _hb_uniscribe_shape()
Dhb-coretext.cc429 unsigned int index_last; /* == end - 1 */ member
576 range->index_last = event->index - 1; in _hb_coretext_shape()
728 while (log_clusters[k] > range->index_last) in _hb_coretext_shape()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout8970 int index, index_last, align, l, nb_elems, elem_size;
8983 index = index_last = expr_const();
8986 index_last = expr_const();
8990 if (index < 0 || (s->c >= 0 && index_last >= s->c) ||
8991 index_last < index)
8994 (*cur_field)->c = index_last;
8998 nb_elems = index_last - index + 1;