Searched refs:ComputeUpperBounds (Results 1 – 1 of 1) sorted by relevance
422 ComputeUpperBounds(0, m_entries.size()); in Sort()599 B ComputeUpperBounds(size_t lo, size_t hi) { in ComputeUpperBounds() function607 std::max(entry.upper_bound, ComputeUpperBounds(lo, mid)); in ComputeUpperBounds()611 std::max(entry.upper_bound, ComputeUpperBounds(mid + 1, hi)); in ComputeUpperBounds()