Home
last modified time | relevance | path

Searched defs:__l2 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dstable_sort.h153 typename iterator_traits<_RandomAccessIterator>::difference_type __l2 = __len / 2; in __stable_sort_move() local
189 typename iterator_traits<_RandomAccessIterator>::difference_type __l2 = __len / 2; in __stable_sort() local
H A Dpartition_point.h32 difference_type __l2 = _VSTD::__half_positive(__len); in partition_point() local
H A Dfind_end.h110 _Iter2 __l2 = __last2; in __find_end() local
169 _Iter2 __l2 = __last2; in __find_end() local
H A Dlower_bound.h37 auto __l2 = std::__half_positive(__len); in __lower_bound_impl() local