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

  /external/e2fsprogs/contrib/android/
basefs_allocator.c 75 struct block_range *next_range; local
84 next_range = e->head->next;
86 e->head = next_range;
  /external/perf_data_converter/src/quipper/
huge_page_deducer.cc 175 // to be pgoff-contiguous with |next_range|, and match its file information.
176 void UpdateRangeFromNext(const MMapRange& range, const MMapRange& next_range,
179 CHECK(next_range.LastIndex() < events->size());
180 const MMapEvent& src = next_range.FirstMmap(*events);
226 // |next_range| contains the next range to process, possibily containing
229 MMapRange next_range = FindNextRange(*events, range); local
231 for (; range.IsValid(); prev_range = range, range = next_range,
232 next_range = FindNextRange(*events, range)) {
234 (next_range.IsValid() && IsContiguous(*events, range, next_range) &
    [all...]
  /external/harfbuzz_ng/src/
hb-set.hh 602 bool next_range (hb_codepoint_t *first, hb_codepoint_t *last) const function in struct:hb_set_t
  /external/v8/src/regexp/
jsregexp.cc 5977 CharacterRange next_range = ranges->at(i); local
    [all...]

Completed in 1051 milliseconds