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

  /art/compiler/optimizing/
register_allocator.cc 105 size_t max_end = 0u; local
108 max_end = std::max(max_end, it.CurrentRange()->GetEnd());
116 ArenaBitVector::Create(allocator, max_end, false, kArenaAllocRegisterAllocatorValidate));
  /external/pcre/dist2/src/
pcre2_jit_compile.c 1158 PCRE2_SPTR max_end; local
1188 max_end = next;
1214 common->private_data_ptrs[max_end - common->start - LINK_SIZE] = next_end - max_end;
1215 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 1] = (type == OP_BRAZERO) ? OP_UPTO : OP_MINUPTO;
1217 common->private_data_ptrs[max_end - common->start - LINK_SIZE + 2] = max + 2;
1221 max_end -= (1 + LINK_SIZE) + GET(max_end, -LINK_SIZE);
1229 common->private_data_ptrs[end - common->start - LINK_SIZE] = max_end - end;
    [all...]

Completed in 79 milliseconds