HomeSort by relevance Sort by last modified time
    Searched refs:index_end (Results 1 - 4 of 4) sorted by null

  /art/runtime/gc/accounting/
space_bitmap-inl.h 83 const uintptr_t index_end = OffsetToIndex(offset_end); local
103 if (index_start < index_end) {
118 for (size_t i = index_start + 1; i < index_end; ++i) {
137 right_edge = bitmap_begin_[index_end];
147 const uintptr_t ptr_base = IndexToOffset(index_end) + heap_begin_;
  /external/chromium_org/ui/base/ime/chromeos/
character_composer.cc 243 const SequenceIterator index_end = index_begin + index_size_; local
245 std::lower_bound(index_begin, index_end, sequence,
247 if (index == index_end || CompareSequenceFront()(sequence, *index) != 0)
character_composer_unittest.cc 270 const int index_end = local
273 for (int index = index_begin + stride; index < index_end;
  /external/openfst/src/include/fst/
accumulator.h 214 ssize_t index_begin = -1, index_end = -1; local
218 index_end = end / arc_period_;
220 stored_end = index_end * arc_period_;
231 sum = LogPlus(sum, LogMinus(state_weights_[index_end],

Completed in 173 milliseconds