| /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 D | multiseq_selection.h | 148 for (_SeqNumber __i = 0; __i < __m; __i++) variable 150 __nn += std::distance(__begin_seqs[__i].first, 151 __begin_seqs[__i].second); 153 std::distance(__begin_seqs[__i].first, 154 __begin_seqs[__i].second) > 0); 159 for (_SeqNumber __i = 0; __i < __m; __i++) variable 160 __begin_offsets[__i] = __begin_seqs[__i].second; // Very end. 177 for (_SeqNumber __i = 0; __i < __m; __i++) variable 179 __ns[__i] = std::distance(__begin_seqs[__i].first, 180 __begin_seqs[__i].second); [all …]
|
| H A D | for_each_selectors.h | 59 operator()(_Op& __o, _It __i) in operator() 61 __o(*__i); in operator() 75 operator()(_Op& __o, _It __i) in operator() 77 *__i = __o(); in operator() 91 operator()(_ValueType& __v, _It __i) in operator() 93 *__i = __v; in operator() 107 operator()(_Op& __o, _It __i) in operator() 109 *__i.second = __o(*__i.first); in operator() 123 operator()(_Op& __o, _It __i) in operator() 125 *__i._M_third = __o(*__i._M_first, *__i._M_second); in operator() [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 D | multiseq_selection.h | 148 for (_SeqNumber __i = 0; __i < __m; __i++) variable 150 __nn += std::distance(__begin_seqs[__i].first, 151 __begin_seqs[__i].second); 153 std::distance(__begin_seqs[__i].first, 154 __begin_seqs[__i].second) > 0); 159 for (_SeqNumber __i = 0; __i < __m; __i++) variable 160 __begin_offsets[__i] = __begin_seqs[__i].second; // Very end. 177 for (_SeqNumber __i = 0; __i < __m; __i++) variable 179 __ns[__i] = std::distance(__begin_seqs[__i].first, 180 __begin_seqs[__i].second); [all …]
|
| H A D | for_each_selectors.h | 59 operator()(_Op& __o, _It __i) in operator() 61 __o(*__i); in operator() 75 operator()(_Op& __o, _It __i) in operator() 77 *__i = __o(); in operator() 91 operator()(_ValueType& __v, _It __i) in operator() 93 *__i = __v; in operator() 107 operator()(_Op& __o, _It __i) in operator() 109 *__i.second = __o(*__i.first); in operator() 123 operator()(_Op& __o, _It __i) in operator() 125 *__i._M_third = __o(*__i._M_first, *__i._M_second); in operator() [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/pstl/ |
| H A D | unseq_backend_simd.h | 32 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_1() local 33 __f(__first[__i]); in __simd_walk_1() 43 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_2() local 44 __f(__first1[__i], __first2[__i]); in __simd_walk_2() 54 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_3() local 55 __f(__first1[__i], __first2[__i], __first3[__i]); in __simd_walk_3() 65 _DifferenceType __i; in __simd_or() local 68 for (__i = 0; __i < __n; ++__i) in __simd_or() 69 if (__pred(__first[__i])) in __simd_or() 71 return __i < __n; in __simd_or() [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/pstl/ |
| H A D | unseq_backend_simd.h | 32 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_1() local 33 __f(__first[__i]); in __simd_walk_1() 43 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_2() local 44 __f(__first1[__i], __first2[__i]); in __simd_walk_2() 54 for (_DifferenceType __i = 0; __i < __n; ++__i) in __simd_walk_3() local 55 __f(__first1[__i], __first2[__i], __first3[__i]); in __simd_walk_3() 65 _DifferenceType __i; in __simd_or() local 68 for (__i = 0; __i < __n; ++__i) in __simd_or() 69 if (__pred(__first[__i])) in __simd_or() 71 return __i < __n; in __simd_or() [all …]
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_atomic.h | 702 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument 703 for ((__i) = 0; \ 704 (__i) < (__state)->num_connector; \ 705 (__i)++) \ 706 for_each_if ((__state)->connectors[__i].ptr && \ 707 ((connector) = (__state)->connectors[__i].ptr, \ 709 (old_connector_state) = (__state)->connectors[__i].old_state, \ 710 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 724 #define for_each_old_connector_in_state(__state, connector, old_connector_state, __i) \ argument 725 for ((__i) = 0; \ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | smc91111.h | 106 #define SMC_outsl(a,r,b,l) ({ int __i; \ 109 for (__i = 0; __i < l; __i++) { \ 110 SMC_outl((a), *(__b2 + __i), r); \ 114 #define SMC_outsw(a,r,b,l) ({ int __i; \ 117 for (__i = 0; __i < l; __i++) { \ 118 SMC_outw((a), *(__b2 + __i), r); \ 122 #define SMC_insl(a,r,b,l) ({ int __i ; \ 125 for (__i = 0; __i < l; __i++) { \ 126 *(__b2 + __i) = SMC_inl((a),(r)); \ 131 #define SMC_insw(a,r,b,l) ({ int __i ; \ [all …]
|
| H A D | lan91c96.h | 83 #define SMC_outsl(edev, r, b, l) ({ int __i; \ 86 for (__i = 0; __i < l; __i++) { \ 87 SMC_outl(edev, *(__b2 + __i),\ 92 #define SMC_outsw(edev, r, b, l) ({ int __i; \ 95 for (__i = 0; __i < l; __i++) { \ 96 SMC_outw(edev, *(__b2 + __i),\ 101 #define SMC_insl(edev, r, b, l) ({ int __i ; \ 104 for (__i = 0; __i < l; __i++) { \ 105 *(__b2 + __i) = SMC_inl(edev,\ 111 #define SMC_insw(edev, r, b, l) ({ int __i ; \ [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/tr2/ |
| H A D | dynamic_bitset.tcc | 101 for (size_t __i = __n; __i < this->_M_w.size(); ++__i) in _M_do_to_ulong() local 102 if (this->_M_w[__i]) in _M_do_to_ulong() 105 for (size_t __i = 0; __i < __n && __i < this->_M_w.size(); ++__i) in _M_do_to_ulong() local 106 __res += this->_M_w[__i] << (__i * _S_bits_per_block); in _M_do_to_ulong() 115 for (size_t __i = __n; __i < this->_M_w.size(); ++__i) in _M_do_to_ullong() local 116 if (this->_M_w[__i]) in _M_do_to_ullong() 119 for (size_t __i = 0; __i < __n && __i < this->_M_w.size(); ++__i) in _M_do_to_ullong() local 120 __res += this->_M_w[__i] << (__i * _S_bits_per_block); in _M_do_to_ullong() 129 for (size_t __i = 0; __i < this->_M_w.size(); ++__i) in _M_do_find_first() local 131 _WordT __thisword = this->_M_w[__i]; in _M_do_find_first() [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/tr2/ |
| H A D | dynamic_bitset.tcc | 101 for (size_t __i = __n; __i < this->_M_w.size(); ++__i) in _M_do_to_ulong() local 102 if (this->_M_w[__i]) in _M_do_to_ulong() 105 for (size_t __i = 0; __i < __n && __i < this->_M_w.size(); ++__i) in _M_do_to_ulong() local 106 __res += this->_M_w[__i] << (__i * _S_bits_per_block); in _M_do_to_ulong() 115 for (size_t __i = __n; __i < this->_M_w.size(); ++__i) in _M_do_to_ullong() local 116 if (this->_M_w[__i]) in _M_do_to_ullong() 119 for (size_t __i = 0; __i < __n && __i < this->_M_w.size(); ++__i) in _M_do_to_ullong() local 120 __res += this->_M_w[__i] << (__i * _S_bits_per_block); in _M_do_to_ullong() 129 for (size_t __i = 0; __i < this->_M_w.size(); ++__i) in _M_do_find_first() local 131 _WordT __thisword = this->_M_w[__i]; in _M_do_find_first() [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 D | exp_integral.tcc | 90 for (unsigned int __i = 1; __i < __max_iter; ++__i) in __expint_E1_series() local 92 __term *= - __x / __i; in __expint_E1_series() 96 __esum += __term / __i; in __expint_E1_series() 98 __osum += __term / __i; in __expint_E1_series() 126 for (unsigned int __i = 1; __i < __max_iter; ++__i) in __expint_E1_asymp() local 129 __term *= - __i / __x; in __expint_E1_asymp() 166 for (int __i = 1; __i <= __max_iter; ++__i) in __expint_En_series() local 168 __fact *= -__x / _Tp(__i); in __expint_En_series() 170 if ( __i != __nm1 ) in __expint_En_series() 171 __del = -__fact / _Tp(__i - __nm1); in __expint_En_series() [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/tr1/ |
| H A D | exp_integral.tcc | 90 for (unsigned int __i = 1; __i < __max_iter; ++__i) in __expint_E1_series() local 92 __term *= - __x / __i; in __expint_E1_series() 96 __esum += __term / __i; in __expint_E1_series() 98 __osum += __term / __i; in __expint_E1_series() 126 for (unsigned int __i = 1; __i < __max_iter; ++__i) in __expint_E1_asymp() local 129 __term *= - __i / __x; in __expint_E1_asymp() 166 for (int __i = 1; __i <= __max_iter; ++__i) in __expint_En_series() local 168 __fact *= -__x / _Tp(__i); in __expint_En_series() 170 if ( __i != __nm1 ) in __expint_En_series() 171 __del = -__fact / _Tp(__i - __nm1); in __expint_En_series() [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 D | regex_executor.tcc | 158 for (size_t __i = 0; __i < __what.size(); __i++) in _M_lookahead() local 159 if (__what[__i].matched) in _M_lookahead() 160 _M_cur_results[__i] = __what[__i]; in _M_lookahead() 175 _M_rep_once_more(_Match_mode __match_mode, _StateIdT __i) in _M_rep_once_more() argument 177 const auto& __state = _M_nfa[__i]; in _M_rep_once_more() 178 auto& __rep_count = _M_rep_count[__i]; in _M_rep_once_more() 205 _M_handle_repeat(_Match_mode __match_mode, _StateIdT __i) in _M_handle_repeat() argument 207 const auto& __state = _M_nfa[__i]; in _M_handle_repeat() 212 _M_rep_once_more(__match_mode, __i); in _M_handle_repeat() 224 _M_rep_once_more(__match_mode, __i); in _M_handle_repeat() [all …]
|
| H A D | valarray_array.h | 190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY() 195 *__o++ = __a[*__i++]; in _GLIBCXX_VISIBILITY() 198 new (__o++) _Tp(__a[*__i++]); in _GLIBCXX_VISIBILITY() 229 for (size_t __i = 0; __i < __n; ++__i, __a += __s) in _GLIBCXX_VISIBILITY() 236 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY() 239 for (size_t __j = 0; __j < __n; ++__j, ++__i) in _GLIBCXX_VISIBILITY() 240 __a[*__i] = __t; in _GLIBCXX_VISIBILITY() 282 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s) in _GLIBCXX_VISIBILITY() 292 for (size_t __i = 0; __i < __n; ++__i, ++__a, __b += __s) in _GLIBCXX_VISIBILITY() 303 for (size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | valarray_array.tcc | 46 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p) in __valarray_fill() local 121 for (size_t __i = 0; __i < __n; in __valarray_copy() local 122 ++__srcok, ++__p, ++__dstok, ++__q, ++__i) in __valarray_copy() 145 for (size_t __i = 0; __i < __n; ++__i, ++__p) in __valarray_copy() local 146 *__p = __e[__i]; in __valarray_copy() 157 for (size_t __i = 0; __i < __n; ++__i, __p += __s) in __valarray_copy() local 158 *__p = __e[__i]; in __valarray_copy() 166 _Array<_Tp> __a, _Array<size_t> __i) in __valarray_copy() argument 168 size_t* __j (__i._M_data); in __valarray_copy() 179 _Array<_Tp> __a, _Array<size_t> __i) in __valarray_copy() argument [all …]
|
| H A D | atomic_base.h | 195 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY() 196 : __atomic_flag_base{ _S_init(__i) } in _GLIBCXX_VISIBILITY() 235 _S_init(bool __i) in _GLIBCXX_VISIBILITY() 236 { return __i ? __GCC_ATOMIC_TEST_AND_SET_TRUEVAL : 0; } in _GLIBCXX_VISIBILITY() 286 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } in _GLIBCXX_VISIBILITY() 295 operator=(__int_type __i) noexcept in _GLIBCXX_VISIBILITY() 297 store(__i); in _GLIBCXX_VISIBILITY() 298 return __i; in _GLIBCXX_VISIBILITY() 302 operator=(__int_type __i) volatile noexcept in _GLIBCXX_VISIBILITY() 304 store(__i); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | char_traits.h | 157 for (std::size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() local 158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 170 std::size_t __i = 0; in _GLIBCXX_VISIBILITY() local 171 while (!eq(__p[__i], char_type())) in _GLIBCXX_VISIBILITY() 172 ++__i; in _GLIBCXX_VISIBILITY() 173 return __i; in _GLIBCXX_VISIBILITY() 181 for (std::size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() local 182 if (eq(__s[__i], __a)) in _GLIBCXX_VISIBILITY() 183 return __s + __i; 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/bits/ |
| H A D | regex_executor.tcc | 158 for (size_t __i = 0; __i < __what.size(); __i++) in _M_lookahead() local 159 if (__what[__i].matched) in _M_lookahead() 160 _M_cur_results[__i] = __what[__i]; in _M_lookahead() 175 _M_rep_once_more(_Match_mode __match_mode, _StateIdT __i) in _M_rep_once_more() argument 177 const auto& __state = _M_nfa[__i]; in _M_rep_once_more() 178 auto& __rep_count = _M_rep_count[__i]; in _M_rep_once_more() 205 _M_handle_repeat(_Match_mode __match_mode, _StateIdT __i) in _M_handle_repeat() argument 207 const auto& __state = _M_nfa[__i]; in _M_handle_repeat() 212 _M_rep_once_more(__match_mode, __i); in _M_handle_repeat() 224 _M_rep_once_more(__match_mode, __i); in _M_handle_repeat() [all …]
|
| H A D | valarray_array.h | 190 const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY() 195 *__o++ = __a[*__i++]; in _GLIBCXX_VISIBILITY() 198 new (__o++) _Tp(__a[*__i++]); in _GLIBCXX_VISIBILITY() 229 for (size_t __i = 0; __i < __n; ++__i, __a += __s) in _GLIBCXX_VISIBILITY() 236 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, in _GLIBCXX_VISIBILITY() 239 for (size_t __j = 0; __j < __n; ++__j, ++__i) in _GLIBCXX_VISIBILITY() 240 __a[*__i] = __t; in _GLIBCXX_VISIBILITY() 282 for (size_t __i = 0; __i < __n; ++__i, ++__b, __a += __s) in _GLIBCXX_VISIBILITY() 292 for (size_t __i = 0; __i < __n; ++__i, ++__a, __b += __s) in _GLIBCXX_VISIBILITY() 303 for (size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | valarray_array.tcc | 46 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p) in __valarray_fill() local 121 for (size_t __i = 0; __i < __n; in __valarray_copy() local 122 ++__srcok, ++__p, ++__dstok, ++__q, ++__i) in __valarray_copy() 145 for (size_t __i = 0; __i < __n; ++__i, ++__p) in __valarray_copy() local 146 *__p = __e[__i]; in __valarray_copy() 157 for (size_t __i = 0; __i < __n; ++__i, __p += __s) in __valarray_copy() local 158 *__p = __e[__i]; in __valarray_copy() 166 _Array<_Tp> __a, _Array<size_t> __i) in __valarray_copy() argument 168 size_t* __j (__i._M_data); in __valarray_copy() 179 _Array<_Tp> __a, _Array<size_t> __i) in __valarray_copy() argument [all …]
|
| H A D | atomic_base.h | 195 constexpr atomic_flag(bool __i) noexcept in _GLIBCXX_VISIBILITY() 196 : __atomic_flag_base{ _S_init(__i) } in _GLIBCXX_VISIBILITY() 235 _S_init(bool __i) in _GLIBCXX_VISIBILITY() 236 { return __i ? __GCC_ATOMIC_TEST_AND_SET_TRUEVAL : 0; } in _GLIBCXX_VISIBILITY() 286 constexpr __atomic_base(__int_type __i) noexcept : _M_i (__i) { } in _GLIBCXX_VISIBILITY() 295 operator=(__int_type __i) noexcept in _GLIBCXX_VISIBILITY() 297 store(__i); in _GLIBCXX_VISIBILITY() 298 return __i; in _GLIBCXX_VISIBILITY() 302 operator=(__int_type __i) volatile noexcept in _GLIBCXX_VISIBILITY() 304 store(__i); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | char_traits.h | 157 for (std::size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() local 158 if (lt(__s1[__i], __s2[__i])) in _GLIBCXX_VISIBILITY() 160 else if (lt(__s2[__i], __s1[__i])) in _GLIBCXX_VISIBILITY() 170 std::size_t __i = 0; in _GLIBCXX_VISIBILITY() local 171 while (!eq(__p[__i], char_type())) in _GLIBCXX_VISIBILITY() 172 ++__i; in _GLIBCXX_VISIBILITY() 173 return __i; in _GLIBCXX_VISIBILITY() 181 for (std::size_t __i = 0; __i < __n; ++__i) in _GLIBCXX_VISIBILITY() local 182 if (eq(__s[__i], __a)) in _GLIBCXX_VISIBILITY() 183 return __s + __i; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_global_state.h | 32 #define for_each_new_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 33 for ((__i) = 0; \ 34 (__i) < (__state)->num_global_objs && \ 35 ((obj) = (__state)->global_objs[__i].ptr, \ 36 (new_obj_state) = (__state)->global_objs[__i].new_state, 1); \ 37 (__i)++) \ 40 #define for_each_old_global_obj_in_state(__state, obj, new_obj_state, __i) \ argument 41 for ((__i) = 0; \ 42 (__i) < (__state)->num_global_objs && \ 43 ((obj) = (__state)->global_objs[__i].ptr, \ [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/libc/usr/include/bits/ |
| H A D | cpu-set.h | 51 size_t __i; \ 54 for (__i = 0; __i < __imax; ++__i) \ 55 __bits[__i] = 0; \ 92 size_t __i; \ 93 for (__i = 0; __i < __imax; ++__i) \ 94 if (__arr1[__i] != __arr2[__i]) \ 96 __i == __imax; })) 105 size_t __i; \ 106 for (__i = 0; __i < __imax; ++__i) \ 107 ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; \
|