HomeSort by relevance Sort by last modified time
    Searched defs:__end (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 83 _DifferenceType __begin, __end; local
93 __end = __borders[__iam + 1];
98 for (_IIter __iter = __first + __begin; __iter < __first + __end;
111 __end = __borders[__iam + 1];
113 for (_IIter __iter = __first + __begin; __iter < __first + __end;
140 __end = __size;
142 for (_IIter __iter = __first + __begin; __iter < __first + __end;
161 for (_IIter __iter = __first + __begin; __iter < __first + __end;
balanced_quicksort.h 93 * @param __end End iterator of subsequence.
97 * @pre @c (__end-__begin)>=1 */
100 __qsb_divide(_RAIter __begin, _RAIter __end,
110 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2,
111 __end - 1, __comp);
115 _DifferenceType __n = __end - __begin;
121 && !__comp(*(__end - 1), *__pivot_pos))
125 && !__comp(*(__end - 1), *__pivot_pos))
126 || (!__comp(*__pivot_pos, *(__end - 1))
128 || (!__comp(*__pivot_pos, *(__end - 1)
277 _RAIter __begin = __current.first, __end = __current.second; local
    [all...]
random_shuffle.h 230 *__end = (__sd->_M_temporaries[__iam] local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
258 * @param __end End iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
405 * @param __end End iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
512 __gnu_sequential::random_shuffle(__begin, __end, __rng)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
unique_copy.h 83 _DifferenceType __begin, __end; local
93 __end = __borders[__iam + 1];
98 for (_IIter __iter = __first + __begin; __iter < __first + __end;
111 __end = __borders[__iam + 1];
113 for (_IIter __iter = __first + __begin; __iter < __first + __end;
140 __end = __size;
142 for (_IIter __iter = __first + __begin; __iter < __first + __end;
161 for (_IIter __iter = __first + __begin; __iter < __first + __end;
balanced_quicksort.h 93 * @param __end End iterator of subsequence.
97 * @pre @c (__end-__begin)>=1 */
100 __qsb_divide(_RAIter __begin, _RAIter __end,
110 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2,
111 __end - 1, __comp);
115 _DifferenceType __n = __end - __begin;
121 && !__comp(*(__end - 1), *__pivot_pos))
125 && !__comp(*(__end - 1), *__pivot_pos))
126 || (!__comp(*__pivot_pos, *(__end - 1))
128 || (!__comp(*__pivot_pos, *(__end - 1)
277 _RAIter __begin = __current.first, __end = __current.second; local
    [all...]
random_shuffle.h 230 *__end = (__sd->_M_temporaries[__iam] local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
258 * @param __end End iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
405 * @param __end End iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
512 __gnu_sequential::random_shuffle(__begin, __end, __rng)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
unique_copy.h 83 _DifferenceType __begin, __end; local
93 __end = __borders[__iam + 1];
98 for (_IIter __iter = __first + __begin; __iter < __first + __end;
111 __end = __borders[__iam + 1];
113 for (_IIter __iter = __first + __begin; __iter < __first + __end;
140 __end = __size;
142 for (_IIter __iter = __first + __begin; __iter < __first + __end;
161 for (_IIter __iter = __first + __begin; __iter < __first + __end;
balanced_quicksort.h 93 * @param __end End iterator of subsequence.
97 * @pre @c (__end-__begin)>=1 */
100 __qsb_divide(_RAIter __begin, _RAIter __end,
110 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2,
111 __end - 1, __comp);
115 _DifferenceType __n = __end - __begin;
121 && !__comp(*(__end - 1), *__pivot_pos))
125 && !__comp(*(__end - 1), *__pivot_pos))
126 || (!__comp(*__pivot_pos, *(__end - 1))
128 || (!__comp(*__pivot_pos, *(__end - 1)
277 _RAIter __begin = __current.first, __end = __current.second; local
    [all...]
random_shuffle.h 230 *__end = (__sd->_M_temporaries[__iam] local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
258 * @param __end End iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
405 * @param __end End iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
512 __gnu_sequential::random_shuffle(__begin, __end, __rng)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
unique_copy.h 83 _DifferenceType __begin, __end; local
93 __end = __borders[__iam + 1];
98 for (_IIter __iter = __first + __begin; __iter < __first + __end;
111 __end = __borders[__iam + 1];
113 for (_IIter __iter = __first + __begin; __iter < __first + __end;
140 __end = __size;
142 for (_IIter __iter = __first + __begin; __iter < __first + __end;
161 for (_IIter __iter = __first + __begin; __iter < __first + __end;
balanced_quicksort.h 93 * @param __end End iterator of subsequence.
97 * @pre @c (__end-__begin)>=1 */
100 __qsb_divide(_RAIter __begin, _RAIter __end,
110 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2,
111 __end - 1, __comp);
115 _DifferenceType __n = __end - __begin;
121 && !__comp(*(__end - 1), *__pivot_pos))
125 && !__comp(*(__end - 1), *__pivot_pos))
126 || (!__comp(*__pivot_pos, *(__end - 1))
128 || (!__comp(*__pivot_pos, *(__end - 1)
277 _RAIter __begin = __current.first, __end = __current.second; local
    [all...]
random_shuffle.h 230 *__end = (__sd->_M_temporaries[__iam] local
233 __sequential_random_shuffle(__begin, __end, __rng);
234 std::copy(__begin, __end, __sd->_M_source + __global_offset
258 * @param __end End iterator of sequence.
265 __parallel_random_shuffle_drs(_RAIter __begin, _RAIter __end,
334 __sequential_random_shuffle(__begin, __end, __derived_rng);
405 * @param __end End iterator of sequence.
410 __sequential_random_shuffle(_RAIter __begin, _RAIter __end,
417 _DifferenceType __n = __end - __begin;
512 __gnu_sequential::random_shuffle(__begin, __end, __rng)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
functions.h 196 const _PointerType __end = std::__addressof(*(__seq->_M_base().end()-1)); local
199 return __l(__other, __begin) || __l(__end, __other);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end,
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end,
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
sso_string_base.h 98 _M_construct_aux(_InIterator __beg, _InIterator __end,
102 _M_construct(__beg, __end, _Tag());
109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local
118 _M_construct(_InIterator __beg, _InIterator __end)
121 _M_construct_aux(__beg, __end, _Integral());
127 _M_construct(_InIterator __beg, _InIterator __end,
134 _M_construct(_FwdIterator __beg, _FwdIterator __end,
192 __sso_string_base(_InputIterator __beg, _InputIterator __end,
379 __sso_string_base(_InputIterator __beg, _InputIterator __end,
453 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
sso_string_base.h 105 _M_construct_aux(_InIterator __beg, _InIterator __end,
109 _M_construct(__beg, __end, _Tag());
116 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type)
117 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local
125 _M_construct(_InIterator __beg, _InIterator __end)
128 _M_construct_aux(__beg, __end, _Integral());
134 _M_construct(_InIterator __beg, _InIterator __end,
141 _M_construct(_FwdIterator __beg, _FwdIterator __end,
213 __sso_string_base(_InputIterator __beg, _InputIterator __end,
405 __sso_string_base(_InputIterator __beg, _InputIterator __end,
479 { this->_S_copy_chars(_M_data(), __beg, __end); } local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 518 std::string::size_type __end = __line.find_first_of(";\n"); local
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/
profiler_trace.h 518 std::string::size_type __end = __line.find_first_of(";\n"); local
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/
profiler_trace.h 518 std::string::size_type __end = __line.find_first_of(";\n"); local
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/
profiler_trace.h 518 std::string::size_type __end = __line.find_first_of(";\n"); local
519 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_vector.h 571 iterator __end = end(); local
572 for (; __src != __end; ++__dst, ++__src) {
590 iterator __end = end(); local
591 for (; __dst != __last && __src != __end; ++__dst, ++__src) {
598 _STLP_STD::_Destroy_Moved_Range(__last, __end);
602 for (; __src != __end; ++__dst, ++__src) {
606 _STLP_STD::_Destroy_Moved_Range(__dst, __end);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 57 _Fwd_list_node_base* __end)
60 if (__end)
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
68 return __end;
1277 auto __end = end(); local
1307 auto __end = end(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 138 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state
242 _M_variant._M_iterator._M_state = __end;
278 _M_variant._M_iterator._M_state = __end;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
forward_list.h 57 _Fwd_list_node_base* __end)
60 if (__end)
62 __begin->_M_next = __end->_M_next;
63 __end->_M_next = _M_next;
68 return __end;
1277 auto __end = end(); local
1307 auto __end = end(); local
    [all...]

Completed in 292 milliseconds

1 2