| /src/external/gpl3/gcc/dist/libstdc++-v3/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 | 96 * @param __end End iterator of subsequence. 100 * @pre @c (__end-__begin)>=1 */ 103 __qsb_divide(_RAIter __begin, _RAIter __end, 113 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2, 114 __end - 1, __comp); 118 _DifferenceType __n = __end - __begin; 124 && !__comp(*(__end - 1), *__pivot_pos)) 128 && !__comp(*(__end - 1), *__pivot_pos)) 129 || (!__comp(*__pivot_pos, *(__end - 1)) 131 || (!__comp(*__pivot_pos, *(__end - 1) 280 _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...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/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 | 96 * @param __end End iterator of subsequence. 100 * @pre @c (__end-__begin)>=1 */ 103 __qsb_divide(_RAIter __begin, _RAIter __end, 113 __median_of_three_iterators(__begin, __begin + (__end - __begin) / 2, 114 __end - 1, __comp); 118 _DifferenceType __n = __end - __begin; 124 && !__comp(*(__end - 1), *__pivot_pos)) 128 && !__comp(*(__end - 1), *__pivot_pos)) 129 || (!__comp(*__pivot_pos, *(__end - 1)) 131 || (!__comp(*__pivot_pos, *(__end - 1) 280 _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...] |
| /src/external/apache2/llvm/dist/libcxx/include/__ranges/ |
| access.h | 103 namespace ranges::__end { namespace in class:ranges::ranges 156 } // namespace ranges::__end 159 inline constexpr auto end = __end::__fn{};
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| safe_unordered_container.h | 168 auto __end = _M_cont()._M_base().cend(); local 169 this->_M_invalidate_if([__end](__decltype(__end) __it) 170 { return __it != __end; });
|
| functions.h | 84 const _PointerType __end = std::__addressof(*(__seq->_M_base().end()-1)); local 87 return __l(__other, __begin) || __l(__end, __other);
|
| formatter.h | 199 __end, // past-the-end, may be at beginning if sequence empty enumerator in enum:__gnu_debug::_Error_formatter::_Iterator_state 311 _M_variant._M_iterator._M_state = __end; 342 _M_variant._M_iterator._M_state = __end; 448 case __end:
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| localename.cc | 224 const char* __end = __s; local 230 const char* __beg = std::strchr(__end + 1, '=') + 1; 231 __end = std::strchr(__beg, ';'); 232 if (!__end) 233 __end = __s + __len; 234 _M_names[__i] = new char[__end - __beg + 1]; 235 std::memcpy(_M_names[__i], __beg, __end - __beg); 236 _M_names[__i][__end - __beg] = '\0';
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/ |
| safe_unordered_container.h | 168 auto __end = _M_cont()._M_base().cend(); local 169 this->_M_invalidate_if([__end](__decltype(__end) __it) 170 { return __it != __end; });
|
| functions.h | 84 const _PointerType __end = std::__addressof(*(__seq->_M_base().end()-1)); local 87 return __l(__other, __begin) || __l(__end, __other);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/ |
| localename.cc | 217 const char* __end = __s; local 223 const char* __beg = std::strchr(__end + 1, '=') + 1; 224 __end = std::strchr(__beg, ';'); 225 if (!__end) 226 __end = __s + __len; 227 _M_names[__i] = new char[__end - __beg + 1]; 228 std::memcpy(_M_names[__i], __beg, __end - __beg); 229 _M_names[__i][__end - __beg] = '\0';
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| arm_cmse.h | 127 uintptr_t __end = __begin + __s - 1; local 129 if (__end < __begin) 133 const int __single_check = (__begin ^ __end) < 0x20u; 136 void *__pe = (void *)__end;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| sso_string_base.h | 100 _M_construct_aux(_InIterator __beg, _InIterator __end, 105 _M_construct(__beg, __end, _Tag()); 112 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 113 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 121 _M_construct(_InIterator __beg, _InIterator __end) 124 _M_construct_aux(__beg, __end, _Integral()); 130 _M_construct(_InIterator __beg, _InIterator __end, 137 _M_construct(_FwdIterator __beg, _FwdIterator __end, 198 __sso_string_base(_InputIterator __beg, _InputIterator __end, 385 __sso_string_base(_InputIterator __beg, _InputIterator __end, 459 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| sso_string_base.h | 98 _M_construct_aux(_InIterator __beg, _InIterator __end, 103 _M_construct(__beg, __end, _Tag()); 110 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 111 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 119 _M_construct(_InIterator __beg, _InIterator __end) 122 _M_construct_aux(__beg, __end, _Integral()); 128 _M_construct(_InIterator __beg, _InIterator __end, 135 _M_construct(_FwdIterator __beg, _FwdIterator __end, 196 __sso_string_base(_InputIterator __beg, _InputIterator __end, 383 __sso_string_base(_InputIterator __beg, _InputIterator __end, 457 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| regex_compiler.h | 513 auto __end = std::unique(_M_char_set.begin(), _M_char_set.end()); local 514 _M_char_set.erase(__end, _M_char_set.end());
|
| basic_string.h | 301 _M_construct_aux(_InIterator __beg, _InIterator __end, 305 _M_construct(__beg, __end, _Tag()); 312 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 313 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 324 _M_construct(_InIterator __beg, _InIterator __end, 332 _M_construct(_FwdIterator __beg, _FwdIterator __end, 653 const _CharT* __end = __s + traits_type::length(__s); local 654 _M_construct(__s, __end, forward_iterator_tag()); 755 * @param __end End of range. 765 basic_string(_InputIterator __beg, _InputIterator __end, [all...] |
| unicode.h | 617 auto* __end = std::end(__gcb_edges); local 618 auto* __p = std::lower_bound(__gcb_edges, __end, 626 const auto __end = std::end(__incb_linkers); local 628 return std::find(__incb_linkers, __end, __c) != __end; 639 auto* __end = std::end(__incb_edges); local 640 auto* __p = std::lower_bound(__incb_edges, __end, (__c << 2) | __mask); 778 const auto __end = _M_base.end(); local 779 if (_M_base != __end) 783 while (++__it != __end) 957 const auto __end = __gc.end(); local 975 const auto __end = __gc.end(); local [all...] |
| stl_bvector.h | 1302 _Bit_type * const __end = this->_M_impl._M_end_addr(); variable 1303 for (_Bit_type * __p = this->_M_impl._M_start._M_p; __p != __end; ++__p)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| regex_compiler.h | 513 auto __end = std::unique(_M_char_set.begin(), _M_char_set.end()); local 514 _M_char_set.erase(__end, _M_char_set.end());
|
| basic_string.h | 309 _M_construct_aux(_InIterator __beg, _InIterator __end, 313 _M_construct(__beg, __end, _Tag()); 320 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 321 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 332 _M_construct(_InIterator __beg, _InIterator __end, 340 _M_construct(_FwdIterator __beg, _FwdIterator __end, 651 const _CharT* __end = __s + traits_type::length(__s); local 652 _M_construct(__s, __end, forward_iterator_tag()); 753 * @param __end End of range. 763 basic_string(_InputIterator __beg, _InputIterator __end, [all...] |
| stl_bvector.h | 1256 _Bit_type * const __end = this->_M_impl._M_end_addr(); variable 1257 for (_Bit_type * __p = this->_M_impl._M_start._M_p; __p != __end; ++__p)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/ |
| profiler_trace.h | 539 std::string::size_type __end = __line.find_first_of(";\n"); local 540 std::string __factor_value = __line.substr(__pos + 1, __end - __pos);
|