HomeSort by relevance Sort by last modified time
    Searched refs:difference_type (Results 26 - 50 of 440) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 71 typedef typename traits_type::difference_type difference_type; typedef in struct:__gnu_parallel::symmetric_difference_func
106 difference_type
110 difference_type counter = 0;
150 typedef typename traits_type::difference_type difference_type; typedef in struct:__gnu_parallel::difference_func
180 difference_type
184 difference_type counter = 0;
218 typedef typename traits_type::difference_type difference_type; typedef in struct:__gnu_parallel::intersection_func
283 difference_type; typedef in struct:__gnu_parallel::union_func
361 typedef typename traits_type::difference_type difference_type; typedef
    [all...]
balanced_quicksort.h 65 typedef typename traits_type::difference_type difference_type; typedef in struct:__gnu_parallel::QSBThreadLocal
81 volatile difference_type* elements_leftover;
99 typename std::iterator_traits<RandomAccessIterator>::difference_type
107 typedef typename traits_type::difference_type difference_type; typedef
115 difference_type n = end - begin;
135 difference_type split_pos = parallel_partition(
171 typedef typename traits_type::difference_type difference_type; typedef
244 typedef typename traits_type::difference_type difference_type; typedef
426 typedef typename traits_type::difference_type difference_type; typedef
    [all...]
multiseq_selection.h 135 typedef typename std::iterator_traits<It>::difference_type
136 difference_type; typedef
144 difference_type m = std::distance(begin_seqs, end_seqs), N = 0,
167 difference_type* ns = new difference_type[m];
168 difference_type* a = new difference_type[m];
169 difference_type* b = new difference_type[m];
170 difference_type l
    [all...]
merge.h 63 typedef _DifferenceTp difference_type; typedef
113 typedef _DifferenceTp difference_type; typedef
206 difference_type max_length, Comparator comp)
234 difference_type max_length, Comparator comp)
239 difference_type difference_type1 /* == difference_type2 */;
241 difference_type difference_type3;
base.h 335 * @param difference_type Sequence difference type.
341 typedef _DifferenceTp difference_type; typedef in class:__gnu_parallel::pseudo_sequence_iterator
347 difference_type pos;
350 pseudo_sequence_iterator(const T& val, difference_type pos)
371 operator[](difference_type) const
378 difference_type
382 difference_type
391 * @param difference_type Sequence difference type.
399 typedef _DifferenceTp difference_type; typedef in class:__gnu_parallel::pseudo_sequence
408 pseudo_sequence(const T& val, difference_type count
    [all...]
  /external/clang/include/clang/AST/
UnresolvedSet.h 44 typedef std::iterator_traits<IteratorTy>::difference_type difference_type; typedef in class:clang::UnresolvedSetIterator
62 UnresolvedSetIterator &operator+=(difference_type d) {
65 UnresolvedSetIterator operator+(difference_type d) const {
68 UnresolvedSetIterator &operator-=(difference_type d) {
71 UnresolvedSetIterator operator-(difference_type d) const {
74 value_type operator[](difference_type d) const { return *(*this + d); }
76 difference_type operator-(const UnresolvedSetIterator &o) const {
  /external/clang/include/clang/Index/
STLExtras.h 32 typedef typename iter_type::difference_type difference_type; typedef in class:clang::idx::pair_value_iterator
  /external/stlport/stlport/stl/
_deque.c 113 const_iterator __mid = __x.begin() + difference_type(__len);
210 difference_type __index = __pos - this->_M_start;
247 difference_type __index = __pos - this->_M_start;
262 difference_type __n = __last - __first;
263 difference_type __elems_before = __first - this->_M_start;
264 if (__elems_before <= difference_type(this->size() - __n) / 2) {
326 difference_type __n = __last - __first;
327 difference_type __elems_before = __first - this->_M_start;
328 if (__elems_before <= difference_type(this->size() - __n) / 2) {
467 const difference_type __elems_before = __pos - this->_M_start
    [all...]
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_deque.c 113 const_iterator __mid = __x.begin() + difference_type(__len);
210 difference_type __index = __pos - this->_M_start;
247 difference_type __index = __pos - this->_M_start;
262 difference_type __n = __last - __first;
263 difference_type __elems_before = __first - this->_M_start;
264 if (__elems_before <= difference_type(this->size() - __n) / 2) {
326 difference_type __n = __last - __first;
327 difference_type __elems_before = __first - this->_M_start;
328 if (__elems_before <= difference_type(this->size() - __n) / 2) {
467 const difference_type __elems_before = __pos - this->_M_start
    [all...]
_iterator.h 50 typename iterator_traits<_Iterator>::difference_type,
57 typedef typename iterator_traits<_Iterator>::difference_type difference_type; typedef in class:reverse_iterator
99 _Self operator+(difference_type __n) const { return _Self(current - __n); }
100 _Self& operator+=(difference_type __n) {
104 _Self operator-(difference_type __n) const { return _Self(current + __n); }
105 _Self& operator-=(difference_type __n) {
109 reference operator[](difference_type __n) const { return *(*this + __n); }
148 inline typename reverse_iterator<_Iterator>::difference_type _STLP_CALL
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_deque.c 113 const_iterator __mid = __x.begin() + difference_type(__len);
210 difference_type __index = __pos - this->_M_start;
247 difference_type __index = __pos - this->_M_start;
262 difference_type __n = __last - __first;
263 difference_type __elems_before = __first - this->_M_start;
264 if (__elems_before <= difference_type(this->size() - __n) / 2) {
326 difference_type __n = __last - __first;
327 difference_type __elems_before = __first - this->_M_start;
328 if (__elems_before <= difference_type(this->size() - __n) / 2) {
467 const difference_type __elems_before = __pos - this->_M_start
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_deque.c 113 const_iterator __mid = __x.begin() + difference_type(__len);
210 difference_type __index = __pos - this->_M_start;
247 difference_type __index = __pos - this->_M_start;
262 difference_type __n = __last - __first;
263 difference_type __elems_before = __first - this->_M_start;
264 if (__elems_before <= difference_type(this->size() - __n) / 2) {
326 difference_type __n = __last - __first;
327 difference_type __elems_before = __first - this->_M_start;
328 if (__elems_before <= difference_type(this->size() - __n) / 2) {
467 const difference_type __elems_before = __pos - this->_M_start
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 93 typename iterator_traits<_Iterator>::difference_type,
102 typedef typename iterator_traits<_Iterator>::difference_type
103 difference_type; typedef in class:reverse_iterator
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) const
250 operator-=(difference_type __n)
262 operator[](difference_type __n) const
313 inline typename reverse_iterator<_Iterator>::difference_type
320 operator+(typename reverse_iterator<_Iterator>::difference_type __n
679 difference_type; typedef in class:__normal_iterator
890 difference_type; typedef in class:move_iterator
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 93 typename iterator_traits<_Iterator>::difference_type,
102 typedef typename iterator_traits<_Iterator>::difference_type
103 difference_type; typedef in class:reverse_iterator
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) const
250 operator-=(difference_type __n)
262 operator[](difference_type __n) const
313 inline typename reverse_iterator<_Iterator>::difference_type
320 operator+(typename reverse_iterator<_Iterator>::difference_type __n
679 difference_type; typedef in class:__normal_iterator
890 difference_type; typedef in class:move_iterator
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 93 typename iterator_traits<_Iterator>::difference_type,
102 typedef typename iterator_traits<_Iterator>::difference_type
103 difference_type; typedef in class:reverse_iterator
220 operator+(difference_type __n) const
229 operator+=(difference_type __n)
241 operator-(difference_type __n) const
250 operator-=(difference_type __n)
262 operator[](difference_type __n) const
313 inline typename reverse_iterator<_Iterator>::difference_type
320 operator+(typename reverse_iterator<_Iterator>::difference_type __n
679 difference_type; typedef in class:__normal_iterator
890 difference_type; typedef in class:move_iterator
    [all...]
  /external/llvm/include/llvm/ADT/
DenseSet.h 66 typedef typename MapTy::iterator::difference_type difference_type; typedef in class:llvm::DenseSet::Iterator
86 typedef typename MapTy::const_iterator::difference_type difference_type; typedef in class:llvm::DenseSet::ConstIterator
STLExtras.h 72 typedef typename std::iterator_traits<RootIt>::difference_type
73 difference_type; typedef in class:llvm::mapped_iterator
99 _Self operator+ (difference_type n) const {
102 _Self& operator+= (difference_type n) { current += n; return *this; }
103 _Self operator- (difference_type n) const {
106 _Self& operator-= (difference_type n) { current -= n; return *this; }
107 reference operator[](difference_type n) const { return *(*this + n); }
113 inline difference_type operator-(const _Self &X) const {
120 operator+(typename mapped_iterator<_Iterator, Func>::difference_type N,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 65 typedef typename std::iterator_traits<_Iterator>::difference_type
66 difference_type; typedef in class:__gnu_debug::_After_nth_from
69 difference_type _M_n;
72 _After_nth_from(const difference_type& __n, const _Iterator& __base)

Completed in 1822 milliseconds

12 3 4 5 6 7 8 91011>>