Searched refs:_Distance (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_heap.h70 template<typename _RandomAccessIterator, typename _Distance>
72 __is_heap(_RandomAccessIterator __first, _Distance __n)
74 _Distance __parent = 0;
75 for (_Distance __child = 1; __child < __n; ++__child)
85 template<typename _RandomAccessIterator, typename _Distance,
89 _Distance __n)
91 _Distance __parent = 0;
92 for (_Distance __child = 1; __child < __n; ++__child)
115 template<typename _RandomAccessIterator, typename _Distance, typename _Tp>
118 _Distance __holeInde
236 _Distance; typedef
300 _Distance; typedef
[all...]
H A Dstl_iterator_base_funcs.h122 template<typename _InputIterator, typename _Distance>
124 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
132 template<typename _BidirectionalIterator, typename _Distance>
134 __advance(_BidirectionalIterator& __i, _Distance __n,
148 template<typename _RandomAccessIterator, typename _Distance>
150 __advance(_RandomAccessIterator& __i, _Distance __n,
171 template<typename _InputIterator, typename _Distance>
173 advance(_InputIterator& __i, _Distance __n)
H A Dstl_iterator_base_types.h104 template<typename _Category, typename _Tp, typename _Distance = ptrdiff_t,
113 typedef _Distance difference_type;
H A Dstl_algo.h1843 _Distance; typedef
1847 const _Distance __n = __last - __first;
1848 const _Distance __k = __middle - __first;
1849 const _Distance __l = __n - __k;
1857 const _Distance __d = __gcd(__n, __k);
1859 for (_Distance __i = 0; __i < __d; __i++)
1866 for (_Distance __j = 0; __j < __l / __d; __j++)
1880 for (_Distance __j = 0; __j < __k / __d - 1; __j ++)
2117 template<typename _ForwardIterator, typename _Predicate, typename _Distance>
2121 _Predicate __pred, _Distance __le
3416 _Distance; typedef
3440 _Distance; typedef
[all...]
H A Dstl_algobase.h280 typedef typename iterator_traits<_II>::difference_type _Distance; typedef
281 for(_Distance __n = __last - __first; __n > 0; --__n)
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Diterator.h85 template<typename _Tp, typename _Distance>
89 typedef _Distance difference_type;
102 template<typename _Tp, typename _Distance>
106 typedef _Distance difference_type;
111 template<typename _Tp, typename _Distance>
115 typedef _Distance difference_type;
120 template<typename _Tp, typename _Distance>
124 typedef _Distance difference_type;

Completed in 86 milliseconds