Home
last modified time | relevance | path

Searched refs:difference_type (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_iterator.h92 typedef ptrdiff_t difference_type; typedef
116 c_iterator (* inc_n)(c_piterator thiz, difference_type n);
118 c_iterator (* dec_n)(c_piterator thiz, difference_type n);
119 difference_type (* diff)(c_piterator thiz, const c_piterator val);
120 value_type (* at)(c_piterator thiz, difference_type n);
121 c_iterator (* positive_n)(c_piterator thiz, difference_type n);
122 c_iterator (* negative_n)(c_piterator thiz, difference_type n);
133 c_reverse_iterator (* inc_n)(c_preverse_iterator thiz, difference_type n);
135 c_reverse_iterator (* dec_n)(c_preverse_iterator thiz, difference_type n);
136 difference_type (* diff)(c_preverse_iterator thiz, const c_preverse_iterator val);
[all …]
H A Dc_iterator.c82 static c_iterator _c_array_iterator_inc_n(c_piterator thiz, difference_type n) in _c_array_iterator_inc_n()
98 static c_iterator _c_array_iterator_dec_n(c_piterator thiz, difference_type n) in _c_array_iterator_dec_n()
106 static difference_type _c_array_iterator_diff(c_piterator thiz, const c_piterator val) in _c_array_iterator_diff()
111 static value_type _c_array_iterator_at(c_piterator thiz, difference_type n) in _c_array_iterator_at()
116 static c_iterator _c_array_iterator_positive_n(c_piterator thiz, difference_type n) in _c_array_iterator_positive_n()
125 static c_iterator _c_array_iterator_negative_n(c_piterator thiz, difference_type n) in _c_array_iterator_negative_n()
195 static c_reverse_iterator _c_array_reverse_iterator_inc_n(c_preverse_iterator thiz, difference_type in _c_array_reverse_iterator_inc_n()
211 static c_reverse_iterator _c_array_reverse_iterator_dec_n(c_preverse_iterator thiz, difference_type in _c_array_reverse_iterator_dec_n()
219 static difference_type _c_array_reverse_iterator_diff(c_preverse_iterator thiz, const c_preverse_it… in _c_array_reverse_iterator_diff()
224 static value_type _c_array_reverse_iterator_at(c_preverse_iterator thiz, difference_type n) in _c_array_reverse_iterator_at()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Diterator.hpp58 …typedef typename boost::movelib::iterator_traits<iterator_type>::difference_type difference_type; typedef in boost::move_iterator
98 move_iterator<iterator_type> operator+ (difference_type n) const in operator +()
101 BOOST_MOVE_FORCEINLINE move_iterator& operator+=(difference_type n) in operator +=()
104 BOOST_MOVE_FORCEINLINE move_iterator<iterator_type> operator- (difference_type n) const in operator -()
107 BOOST_MOVE_FORCEINLINE move_iterator& operator-=(difference_type n) in operator -=()
110 BOOST_MOVE_FORCEINLINE reference operator[](difference_type n) const in operator []()
137 …BOOST_MOVE_FORCEINLINE friend difference_type operator-(const move_iterator& x, const move_iterato… in operator -()
140 BOOST_MOVE_FORCEINLINE friend move_iterator operator+(difference_type n, const move_iterator& x) in operator +()
195 typedef typename C::difference_type difference_type; typedef in boost::back_move_insert_iterator
237 typedef typename C::difference_type difference_type; typedef in boost::front_move_insert_iterator
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Diterator_traits.hpp45 typedef typename Iterator::difference_type difference_type; typedef
50 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
56 typedef std::ptrdiff_t difference_type; typedef
61 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
67 typedef std::ptrdiff_t difference_type; typedef
72 typedef typename boost::move_detail::make_unsigned<difference_type>::type size_type;
H A Dreverse_iterator.hpp37 typedef typename boost::movelib::iterator_traits<It>::difference_type difference_type; typedef in boost::movelib::reverse_iterator
89 reference operator[](difference_type off) const in operator []()
138 reverse_iterator& operator+=(difference_type off) in operator +=()
141 reverse_iterator& operator-=(difference_type off) in operator -=()
144 friend reverse_iterator operator+(reverse_iterator l, difference_type off) in operator +()
147 friend reverse_iterator operator+(difference_type off, reverse_iterator r) in operator +()
150 friend reverse_iterator operator-(reverse_iterator l, difference_type off) in operator -()
153 friend difference_type operator-(const reverse_iterator& l, const reverse_iterator& r) in operator -()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/detail/
H A Dreverse_iterator.hpp37 typedef typename boost::intrusive::iterator_traits<It>::difference_type difference_type; typedef in boost::intrusive::reverse_iterator
89 reference operator[](difference_type off) const in operator []()
138 reverse_iterator& operator+=(difference_type off) in operator +=()
141 reverse_iterator& operator-=(difference_type off) in operator -=()
144 friend reverse_iterator operator+(reverse_iterator l, difference_type off) in operator +()
147 friend reverse_iterator operator+(difference_type off, reverse_iterator r) in operator +()
150 friend reverse_iterator operator-(reverse_iterator l, difference_type off) in operator -()
153 friend difference_type operator-(const reverse_iterator& l, const reverse_iterator& r) in operator -()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__bit_reference244 typename __bit_iterator<_Cp, _IsConst>::difference_type
249 typedef typename _It::difference_type difference_type;
251 difference_type __r = 0;
275 typename __bit_iterator<_Cp, _IsConst>::difference_type
280 typedef typename _It::difference_type difference_type;
282 difference_type __r = 0;
307 typename __bit_iterator<_Cp, _IsConst>::difference_type
409 typedef typename _In::difference_type difference_type;
412 difference_type __n = __last - __first;
419 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
[all …]
H A Diterator23 typedef typename Iterator::difference_type difference_type;
33 typedef ptrdiff_t difference_type;
45 typedef Distance difference_type;
61 typename iterator_traits<InputIterator>::difference_type n);
64 constexpr typename iterator_traits<InputIterator>::difference_type
69 typename iterator_traits<InputIterator>::difference_type n = 1);
73 typename iterator_traits<BidirectionalIterator>::difference_type n = 1);
79 typename iterator_traits<Iterator>::difference_type,
87 typedef typename iterator_traits<Iterator>::difference_type difference_type;
102 constexpr reverse_iterator operator+ (difference_type n) const;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__bit_reference244 typename __bit_iterator<_Cp, _IsConst>::difference_type
249 typedef typename _It::difference_type difference_type;
251 difference_type __r = 0;
275 typename __bit_iterator<_Cp, _IsConst>::difference_type
280 typedef typename _It::difference_type difference_type;
282 difference_type __r = 0;
307 typename __bit_iterator<_Cp, _IsConst>::difference_type
409 typedef typename _In::difference_type difference_type;
412 difference_type __n = __last - __first;
419 difference_type __dn = _VSTD::min(static_cast<difference_type>(__clz), __n);
[all …]
H A Diterator23 typedef typename Iterator::difference_type difference_type;
33 typedef ptrdiff_t difference_type;
45 typedef Distance difference_type;
61 typename iterator_traits<InputIterator>::difference_type n);
64 constexpr typename iterator_traits<InputIterator>::difference_type
69 typename iterator_traits<InputIterator>::difference_type n = 1);
73 typename iterator_traits<BidirectionalIterator>::difference_type n = 1);
79 typename iterator_traits<Iterator>::difference_type,
87 typedef typename iterator_traits<Iterator>::difference_type difference_type;
102 constexpr reverse_iterator operator+ (difference_type n) const;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dstl_iterator_base_types.h134 typedef _Distance difference_type; in _GLIBCXX_VISIBILITY() typedef
164 typename _Iterator::difference_type, in _GLIBCXX_VISIBILITY()
170 typedef typename _Iterator::difference_type difference_type; in _GLIBCXX_VISIBILITY()
186 typedef typename _Iterator::difference_type difference_type; in _GLIBCXX_VISIBILITY()
203 using difference_type = ptrdiff_t; in _GLIBCXX_VISIBILITY()
214 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
225 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
H A Ddeque.tcc123 const_iterator __mid = __x.begin() + difference_type(__len); in operator =()
240 const difference_type __index = __position - begin(); in _M_erase()
270 const difference_type __n = __last - __first; in _M_erase()
271 const difference_type __elems_before = __first - begin(); in _M_erase()
377 const difference_type __front_capacity in _M_shrink_to_fit()
382 const difference_type __back_capacity in _M_shrink_to_fit()
653 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux()
685 const difference_type __elems_before = __pos - this->_M_impl._M_start; in _M_insert_aux()
688 if (__elems_before < difference_type(__length / 2)) in _M_insert_aux()
695 if (__elems_before >= difference_type(__n)) in _M_insert_aux()
[all …]
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
86 typename iterator_traits<_InputIterator>::difference_type __n = 0; in _GLIBCXX_VISIBILITY()
97 typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY()
137 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
205 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY()
214 iterator_traits<_InputIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
225 iterator_traits<_BidirectionalIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dstl_iterator_base_types.h134 typedef _Distance difference_type; in _GLIBCXX_VISIBILITY() typedef
164 typename _Iterator::difference_type, in _GLIBCXX_VISIBILITY()
170 typedef typename _Iterator::difference_type difference_type; in _GLIBCXX_VISIBILITY()
186 typedef typename _Iterator::difference_type difference_type; in _GLIBCXX_VISIBILITY()
203 using difference_type = ptrdiff_t; in _GLIBCXX_VISIBILITY()
214 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
225 typedef ptrdiff_t difference_type; in _GLIBCXX_VISIBILITY()
H A Ddeque.tcc123 const_iterator __mid = __x.begin() + difference_type(__len); in operator =()
240 const difference_type __index = __position - begin(); in _M_erase()
270 const difference_type __n = __last - __first; in _M_erase()
271 const difference_type __elems_before = __first - begin(); in _M_erase()
377 const difference_type __front_capacity in _M_shrink_to_fit()
382 const difference_type __back_capacity in _M_shrink_to_fit()
653 difference_type __index = __pos - this->_M_impl._M_start; in _M_insert_aux()
685 const difference_type __elems_before = __pos - this->_M_impl._M_start; in _M_insert_aux()
688 if (__elems_before < difference_type(__length / 2)) in _M_insert_aux()
695 if (__elems_before >= difference_type(__n)) in _M_insert_aux()
[all …]
H A Dstl_iterator_base_funcs.h79 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
86 typename iterator_traits<_InputIterator>::difference_type __n = 0; in _GLIBCXX_VISIBILITY()
97 typename iterator_traits<_RandomAccessIterator>::difference_type in _GLIBCXX_VISIBILITY()
137 typename iterator_traits<_InputIterator>::difference_type in _GLIBCXX_VISIBILITY()
205 typename iterator_traits<_InputIterator>::difference_type __d = __n; in _GLIBCXX_VISIBILITY()
214 iterator_traits<_InputIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
225 iterator_traits<_BidirectionalIterator>::difference_type __n = 1) in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dclosing_iterator.hpp45 typedef typename boost::range_difference<Range>::type difference_type; typedef
52 , m_size(static_cast<difference_type>(boost::size(range))) in closing_iterator()
61 , m_size(static_cast<difference_type>(boost::size(range))) in closing_iterator()
80 inline difference_type distance_to(closing_iterator<Range> const& other) const in distance_to()
115 inline void advance(difference_type n) in advance()
140 difference_type m_size;
141 difference_type m_index;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dquery_iterators.hpp26 typedef typename Allocators::difference_type difference_type; typedef
71 typedef typename Allocators::difference_type difference_type; typedef in boost::geometry::index::detail::rtree::iterators::spatial_query_iterator
139 typedef typename Allocators::difference_type difference_type; typedef in boost::geometry::index::detail::rtree::iterators::distance_query_iterator
212 typedef typename Allocators::difference_type difference_type; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_base
235 typedef typename Allocators::difference_type difference_type; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator_wrapper
268 typedef typename Allocators::difference_type difference_type; typedef in boost::geometry::index::detail::rtree::iterators::query_iterator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Diterator.h55 typedef typename _TraitsType::difference_type difference_type; typedef
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef
188 operator+(difference_type __delta) const
192 difference_type
H A Dquicksort.h50 typename std::iterator_traits<_RAIter>::difference_type
53 <_RAIter>::difference_type __pivot_rank, in __parallel_sort_qs_divide()
55 <_RAIter>::difference_type in __parallel_sort_qs_divide()
60 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs_divide()
107 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs_conquer()
162 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Diterator.h55 typedef typename _TraitsType::difference_type difference_type; typedef
105 operator+(difference_type __delta) const
109 difference_type
125 typedef typename std::iterator_traits<_Iterator1>::difference_type
126 difference_type; typedef
188 operator+(difference_type __delta) const
192 difference_type
H A Dquicksort.h50 typename std::iterator_traits<_RAIter>::difference_type
53 <_RAIter>::difference_type __pivot_rank, in __parallel_sort_qs_divide()
55 <_RAIter>::difference_type in __parallel_sort_qs_divide()
60 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs_divide()
107 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs_conquer()
162 typedef typename _TraitsType::difference_type _DifferenceType; in __parallel_sort_qs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/functional/std/
H A Diterator.hpp50 >::difference_type
55 typename std::iterator_traits<InputIterator>::difference_type
95 , static_cast<typename std::iterator_traits<ForwardIterator>::difference_type>(1) in operator ()()
102 , typename std::iterator_traits<ForwardIterator>::difference_type n in operator ()()
142 … , -static_cast<typename std::iterator_traits<BidirectionalIterator>::difference_type>(1) in operator ()()
149 , typename std::iterator_traits<BidirectionalIterator>::difference_type n in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Diterators.hpp496 typedef Difference difference_type; typedef in boost::container::emplace_iterator
541 …BOOST_CONTAINER_FORCEINLINE friend difference_type operator- (const this_type& i, const this_type&… in operator -()
545 BOOST_CONTAINER_FORCEINLINE this_type& operator+=(difference_type off) in operator +=()
548 this_type operator+(difference_type off) const in operator +()
555 …BOOST_CONTAINER_FORCEINLINE friend this_type operator+(difference_type off, const this_type& right) in operator +()
558 BOOST_CONTAINER_FORCEINLINE this_type& operator-=(difference_type off) in operator -=()
561 BOOST_CONTAINER_FORCEINLINE this_type operator-(difference_type off) const in operator -()
569 const T& operator[](difference_type) const;
582 difference_type m_num;
603 BOOST_CONTAINER_FORCEINLINE void advance(difference_type n) in advance()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/
H A Dfunctional215 typedef typename std::iterator_traits<_RandomAccessIterator1>::difference_type difference_type;
217 typedef _BMSkipTable<value_type, difference_type, _Hash, _BinaryPredicate,
230 __suffix_{make_shared<vector<difference_type>>(__pattern_length_ + 1)}
233 for ( difference_type __i = 0; __f != __l; ++__f, (void) ++__i )
264 difference_type __pattern_length_;
266 shared_ptr<vector<difference_type>> __suffix_;
275 const vector<difference_type> & __suffix = *__suffix_.get();
281 difference_type __j = __pattern_length_;
290 difference_type __k = __skip[__cur [ __j - 1 ]];
291 difference_type __m = __j - __k - 1;
[all …]

12345678910>>...17