Home
last modified time | relevance | path

Searched refs:__r (Results 1 – 25 of 230) sorted by relevance

12345678910

/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/tr1/
H A Dshared_ptr.h327 __shared_count(std::auto_ptr<_Tp>& __r) in _GLIBCXX_VISIBILITY()
329 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>())) in _GLIBCXX_VISIBILITY()
330 { __r.release(); } in _GLIBCXX_VISIBILITY()
334 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()
342 __shared_count(const __shared_count& __r) in _GLIBCXX_VISIBILITY()
343 : _M_pi(__r._M_pi) // nothrow in _GLIBCXX_VISIBILITY()
350 operator=(const __shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY()
352 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY()
365 _M_swap(__shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY()
367 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc64 static const _Tp __r = __m % __a; in __calc() local
67 _Tp __t2 = __r * (__x / __q); in __calc()
194 template<class _UIntType, int __w, int __n, int __m, int __r,
198 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
201 template<class _UIntType, int __w, int __n, int __m, int __r,
205 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
208 template<class _UIntType, int __w, int __n, int __m, int __r,
212 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
215 template<class _UIntType, int __w, int __n, int __m, int __r,
219 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
[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/tr1/
H A Dshared_ptr.h327 __shared_count(std::auto_ptr<_Tp>& __r) in _GLIBCXX_VISIBILITY()
329 _Sp_deleter<_Tp>, _Lp >(__r.get(), _Sp_deleter<_Tp>())) in _GLIBCXX_VISIBILITY()
330 { __r.release(); } in _GLIBCXX_VISIBILITY()
334 __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()
342 __shared_count(const __shared_count& __r) in _GLIBCXX_VISIBILITY()
343 : _M_pi(__r._M_pi) // nothrow in _GLIBCXX_VISIBILITY()
350 operator=(const __shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY()
352 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY()
365 _M_swap(__shared_count& __r) // nothrow in _GLIBCXX_VISIBILITY()
367 _Sp_counted_base<_Lp>* __tmp = __r._M_pi; in _GLIBCXX_VISIBILITY()
[all …]
H A Drandom.tcc64 static const _Tp __r = __m % __a; in __calc() local
67 _Tp __t2 = __r * (__x / __q); in __calc()
194 template<class _UIntType, int __w, int __n, int __m, int __r,
198 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
201 template<class _UIntType, int __w, int __n, int __m, int __r,
205 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
208 template<class _UIntType, int __w, int __n, int __m, int __r,
212 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
215 template<class _UIntType, int __w, int __n, int __m, int __r,
219 mersenne_twister<_UIntType, __w, __n, __m, __r, __a, __u, __s,
[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/ext/
H A Dropeimpl.h313 _Rope_iterator(rope<_CharT, _Alloc>& __r, std::size_t __pos) in _GLIBCXX_VISIBILITY()
314 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _GLIBCXX_VISIBILITY()
315 _M_root_rope(&__r) in _GLIBCXX_VISIBILITY()
424 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, in _GLIBCXX_VISIBILITY()
427 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY()
432 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _GLIBCXX_VISIBILITY()
438 __r->_M_get_allocator()); in _GLIBCXX_VISIBILITY()
443 __r->_M_get_allocator()); in _GLIBCXX_VISIBILITY()
454 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, in _GLIBCXX_VISIBILITY()
457 if (__r->_M_ref_count > 1) in _GLIBCXX_VISIBILITY()
[all …]
H A Drc_string_base.h465 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, in _GLIBCXX_VISIBILITY() local
469 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); in _GLIBCXX_VISIBILITY()
471 __r->_M_set_length(_M_info._M_length); in _GLIBCXX_VISIBILITY()
472 return __r->_M_refdata(); in _GLIBCXX_VISIBILITY()
530 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _GLIBCXX_VISIBILITY() local
531 _S_copy(__r->_M_refdata(), __buf, __len); in _GLIBCXX_VISIBILITY()
536 if (__len == __r->_M_info._M_capacity) in _GLIBCXX_VISIBILITY()
540 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _GLIBCXX_VISIBILITY()
541 __r->_M_destroy(__a); in _GLIBCXX_VISIBILITY()
542 __r = __another; in _GLIBCXX_VISIBILITY()
[all …]
/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/ext/
H A Dropeimpl.h313 _Rope_iterator(rope<_CharT, _Alloc>& __r, std::size_t __pos) in _GLIBCXX_VISIBILITY()
314 : _Rope_iterator_base<_CharT,_Alloc>(__r._M_tree_ptr, __pos), in _GLIBCXX_VISIBILITY()
315 _M_root_rope(&__r) in _GLIBCXX_VISIBILITY()
424 _S_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, in _GLIBCXX_VISIBILITY()
427 std::size_t __old_len = __r->_M_size; in _GLIBCXX_VISIBILITY()
432 uninitialized_copy_n(__r->_M_data, __old_len, __new_data); in _GLIBCXX_VISIBILITY()
438 __r->_M_get_allocator()); in _GLIBCXX_VISIBILITY()
443 __r->_M_get_allocator()); in _GLIBCXX_VISIBILITY()
454 _S_destr_leaf_concat_char_iter(_RopeLeaf* __r, const _CharT* __iter, in _GLIBCXX_VISIBILITY()
457 if (__r->_M_ref_count > 1) in _GLIBCXX_VISIBILITY()
[all …]
H A Drc_string_base.h465 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, in _GLIBCXX_VISIBILITY() local
469 __rc_string_base::_S_copy(__r->_M_refdata(), _M_refdata(), _M_info._M_length); in _GLIBCXX_VISIBILITY()
471 __r->_M_set_length(_M_info._M_length); in _GLIBCXX_VISIBILITY()
472 return __r->_M_refdata(); in _GLIBCXX_VISIBILITY()
530 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _GLIBCXX_VISIBILITY() local
531 _S_copy(__r->_M_refdata(), __buf, __len); in _GLIBCXX_VISIBILITY()
536 if (__len == __r->_M_info._M_capacity) in _GLIBCXX_VISIBILITY()
540 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _GLIBCXX_VISIBILITY()
541 __r->_M_destroy(__a); in _GLIBCXX_VISIBILITY()
542 __r = __another; in _GLIBCXX_VISIBILITY()
[all …]
/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 Dshared_ptr.h256 shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
257 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY()
283 shared_ptr(shared_ptr<_Yp>&& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
284 : __shared_ptr<_Tp>(std::move(__r), __p) { } in _GLIBCXX_VISIBILITY()
295 shared_ptr(const shared_ptr<_Yp>& __r) noexcept in _GLIBCXX_VISIBILITY()
296 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY()
303 shared_ptr(shared_ptr&& __r) noexcept in _GLIBCXX_VISIBILITY()
304 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
312 shared_ptr(shared_ptr<_Yp>&& __r) noexcept in _GLIBCXX_VISIBILITY()
313 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_base.h695 __shared_count(std::auto_ptr<_Tp>&& __r); in _GLIBCXX_VISIBILITY()
702 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0) in _GLIBCXX_VISIBILITY()
706 if (__r.get() == nullptr) in _GLIBCXX_VISIBILITY()
722 _Alloc_traits::construct(__a, __mem, __r.release(), in _GLIBCXX_VISIBILITY()
723 std::forward<_Del>(__r.get_deleter())); in _GLIBCXX_VISIBILITY()
728 explicit __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()
731 explicit __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t); in _GLIBCXX_VISIBILITY()
739 __shared_count(const __shared_count& __r) noexcept in _GLIBCXX_VISIBILITY()
740 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY()
747 operator=(const __shared_count& __r) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_atomic.h139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
143 __p->swap(__r); // use swap so that **__p not destroyed while lock held in _GLIBCXX_VISIBILITY()
148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
149 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
154 __shared_ptr<_Tp, _Lp> __r, in _GLIBCXX_VISIBILITY()
158 __p->swap(__r); // use swap so that **__p not destroyed while lock held in _GLIBCXX_VISIBILITY()
163 atomic_store(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) in _GLIBCXX_VISIBILITY()
164 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
180 __p->swap(__r); in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algo.h89 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
91 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
117 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
119 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
145 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
147 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
194 operator()(_Range&& __r, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
196 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
257 operator()(_Range&& __r, const _Tp& __value, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
259 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.tcc82 _StateSeqT __r(*_M_nfa, _M_nfa->_M_start()); in _Compiler() local
83 __r._M_append(_M_nfa->_M_insert_subexpr_begin()); in _Compiler()
87 __r._M_append(_M_pop()); in _Compiler()
89 __r._M_append(_M_nfa->_M_insert_subexpr_end()); in _Compiler()
90 __r._M_append(_M_nfa->_M_insert_accept()); in _Compiler()
198 _StateSeqT __r(*_M_nfa, in _M_quantifier() local
201 __e._M_append(__r); in _M_quantifier()
202 _M_stack.push(__r); in _M_quantifier()
217 _StateSeqT __r(*_M_nfa, in _M_quantifier() local
221 __r._M_append(__end); in _M_quantifier()
[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 Dshared_ptr.h256 shared_ptr(const shared_ptr<_Yp>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
257 : __shared_ptr<_Tp>(__r, __p) { } in _GLIBCXX_VISIBILITY()
283 shared_ptr(shared_ptr<_Yp>&& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
284 : __shared_ptr<_Tp>(std::move(__r), __p) { } in _GLIBCXX_VISIBILITY()
295 shared_ptr(const shared_ptr<_Yp>& __r) noexcept in _GLIBCXX_VISIBILITY()
296 : __shared_ptr<_Tp>(__r) { } in _GLIBCXX_VISIBILITY()
303 shared_ptr(shared_ptr&& __r) noexcept in _GLIBCXX_VISIBILITY()
304 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
312 shared_ptr(shared_ptr<_Yp>&& __r) noexcept in _GLIBCXX_VISIBILITY()
313 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_base.h695 __shared_count(std::auto_ptr<_Tp>&& __r); in _GLIBCXX_VISIBILITY()
702 __shared_count(std::unique_ptr<_Tp, _Del>&& __r) : _M_pi(0) in _GLIBCXX_VISIBILITY()
706 if (__r.get() == nullptr) in _GLIBCXX_VISIBILITY()
722 _Alloc_traits::construct(__a, __mem, __r.release(), in _GLIBCXX_VISIBILITY()
723 std::forward<_Del>(__r.get_deleter())); in _GLIBCXX_VISIBILITY()
728 explicit __shared_count(const __weak_count<_Lp>& __r); in _GLIBCXX_VISIBILITY()
731 explicit __shared_count(const __weak_count<_Lp>& __r, std::nothrow_t); in _GLIBCXX_VISIBILITY()
739 __shared_count(const __shared_count& __r) noexcept in _GLIBCXX_VISIBILITY()
740 : _M_pi(__r._M_pi) in _GLIBCXX_VISIBILITY()
747 operator=(const __shared_count& __r) noexcept in _GLIBCXX_VISIBILITY()
[all …]
H A Dshared_ptr_atomic.h139 atomic_store_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
143 __p->swap(__r); // use swap so that **__p not destroyed while lock held in _GLIBCXX_VISIBILITY()
148 atomic_store(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r) in _GLIBCXX_VISIBILITY()
149 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
154 __shared_ptr<_Tp, _Lp> __r, in _GLIBCXX_VISIBILITY()
158 __p->swap(__r); // use swap so that **__p not destroyed while lock held in _GLIBCXX_VISIBILITY()
163 atomic_store(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp> __r) in _GLIBCXX_VISIBILITY()
164 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY()
176 atomic_exchange_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp> __r, in _GLIBCXX_VISIBILITY()
180 __p->swap(__r); in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_algo.h89 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
91 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
117 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
119 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
145 operator()(_Range&& __r, _Pred __pred, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
147 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
194 operator()(_Range&& __r, _Fun __f, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
196 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
257 operator()(_Range&& __r, const _Tp& __value, _Proj __proj = {}) const in _GLIBCXX_VISIBILITY()
259 return (*this)(ranges::begin(__r), ranges::end(__r), in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex_compiler.tcc82 _StateSeqT __r(*_M_nfa, _M_nfa->_M_start()); in _Compiler() local
83 __r._M_append(_M_nfa->_M_insert_subexpr_begin()); in _Compiler()
87 __r._M_append(_M_pop()); in _Compiler()
89 __r._M_append(_M_nfa->_M_insert_subexpr_end()); in _Compiler()
90 __r._M_append(_M_nfa->_M_insert_accept()); in _Compiler()
198 _StateSeqT __r(*_M_nfa, in _M_quantifier() local
201 __e._M_append(__r); in _M_quantifier()
202 _M_stack.push(__r); in _M_quantifier()
217 _StateSeqT __r(*_M_nfa, in _M_quantifier() local
221 __r._M_append(__end); in _M_quantifier()
[all …]
/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/experimental/bits/
H A Dshared_ptr.h117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
118 : _Base_type(__r, __p) { } in _GLIBCXX_VISIBILITY()
120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY()
121 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY()
124 shared_ptr(const shared_ptr<_Tp1>& __r) noexcept in _GLIBCXX_VISIBILITY()
125 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY()
127 shared_ptr(shared_ptr&& __r) noexcept in _GLIBCXX_VISIBILITY()
128 : _Base_type(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
131 shared_ptr(shared_ptr<_Tp1>&& __r) noexcept in _GLIBCXX_VISIBILITY()
132 : _Base_type(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
[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/experimental/bits/
H A Dshared_ptr.h117 shared_ptr(const shared_ptr<_Tp1>& __r, element_type* __p) noexcept in _GLIBCXX_VISIBILITY()
118 : _Base_type(__r, __p) { } in _GLIBCXX_VISIBILITY()
120 shared_ptr(const shared_ptr& __r) noexcept in _GLIBCXX_VISIBILITY()
121 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY()
124 shared_ptr(const shared_ptr<_Tp1>& __r) noexcept in _GLIBCXX_VISIBILITY()
125 : _Base_type(__r) { } in _GLIBCXX_VISIBILITY()
127 shared_ptr(shared_ptr&& __r) noexcept in _GLIBCXX_VISIBILITY()
128 : _Base_type(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
131 shared_ptr(shared_ptr<_Tp1>&& __r) noexcept in _GLIBCXX_VISIBILITY()
132 : _Base_type(std::move(__r)) { } in _GLIBCXX_VISIBILITY()
[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/parallel/
H A Dpartition.h104 for (_ThreadIndex __r = 0; __r < __num_threads; ++__r) in __parallel_partition() local
106 __reserved_left [__r] = 0; // false in __parallel_partition()
107 __reserved_right[__r] = 0; // false in __parallel_partition()
229 for (int __r = 0; __r < __leftover_left; ++__r) in __parallel_partition() local
230 if (__reserved_left[__r] == 0 in __parallel_partition()
231 && __compare_and_swap(&(__reserved_left[__r]), 0, 1)) in __parallel_partition()
233 __swapstart = __leftold - (__r + 1) * __chunk_size; in __parallel_partition()
252 for (int __r = 0; __r < __leftover_right; ++__r) in __parallel_partition() local
253 if (__reserved_right[__r] == 0 in __parallel_partition()
254 && __compare_and_swap(&(__reserved_right[__r]), 0, 1)) in __parallel_partition()
[all …]
H A Dset_operations.h47 std::pair<_IIter, _IIter> __e, _OutputIterator __r) in __copy_tail() argument
53 *__r++ = *__b.first++; in __copy_tail()
60 *__r++ = *__b.second++; in __copy_tail()
62 return __r; in __copy_tail()
80 _OutputIterator __r) const in _M_invoke()
86 *__r = *__a; in _M_invoke()
88 ++__r; in _M_invoke()
92 *__r = *__c; in _M_invoke()
94 ++__r; in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
[all …]
/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 Dpartition.h104 for (_ThreadIndex __r = 0; __r < __num_threads; ++__r) in __parallel_partition() local
106 __reserved_left [__r] = 0; // false in __parallel_partition()
107 __reserved_right[__r] = 0; // false in __parallel_partition()
229 for (int __r = 0; __r < __leftover_left; ++__r) in __parallel_partition() local
230 if (__reserved_left[__r] == 0 in __parallel_partition()
231 && __compare_and_swap(&(__reserved_left[__r]), 0, 1)) in __parallel_partition()
233 __swapstart = __leftold - (__r + 1) * __chunk_size; in __parallel_partition()
252 for (int __r = 0; __r < __leftover_right; ++__r) in __parallel_partition() local
253 if (__reserved_right[__r] == 0 in __parallel_partition()
254 && __compare_and_swap(&(__reserved_right[__r]), 0, 1)) in __parallel_partition()
[all …]
H A Dset_operations.h47 std::pair<_IIter, _IIter> __e, _OutputIterator __r) in __copy_tail() argument
53 *__r++ = *__b.first++; in __copy_tail()
60 *__r++ = *__b.second++; in __copy_tail()
62 return __r; in __copy_tail()
80 _OutputIterator __r) const in _M_invoke()
86 *__r = *__a; in _M_invoke()
88 ++__r; in _M_invoke()
92 *__r = *__c; in _M_invoke()
94 ++__r; in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
[all …]
/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/backward/
H A Dauto_ptr.h302 __shared_count<_Lp>::__shared_count(std::auto_ptr<_Tp>&& __r) in _GLIBCXX_VISIBILITY()
303 : _M_pi(new _Sp_counted_ptr<_Tp*, _Lp>(__r.get())) in _GLIBCXX_VISIBILITY()
304 { __r.release(); } in _GLIBCXX_VISIBILITY()
309 __shared_ptr<_Tp, _Lp>::__shared_ptr(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY()
310 : _M_ptr(__r.get()), _M_refcount() in _GLIBCXX_VISIBILITY()
314 _Tp1* __tmp = __r.get(); in _GLIBCXX_VISIBILITY()
315 _M_refcount = __shared_count<_Lp>(std::move(__r)); in _GLIBCXX_VISIBILITY()
322 shared_ptr<_Tp>::shared_ptr(std::auto_ptr<_Tp1>&& __r) in _GLIBCXX_VISIBILITY()
323 : __shared_ptr<_Tp>(std::move(__r)) { } in _GLIBCXX_VISIBILITY()

12345678910