Home
last modified time | relevance | path

Searched refs:__i1 (Results 1 – 25 of 33) sorted by relevance

12

/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 Dfind_selectors.h60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
61 { return __pred(*__i1); } in operator()
90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
93 return __pred(*__i1, *(__i1 + 1)); in operator()
130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
131 { return !__pred(*__i1, *__i2); } in operator()
169 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
173 if (__pred(*__i1, *__pos_in_candidates)) in operator()
H A Dfind.h128 _RAIter1 __i1 = __begin1 + __start; in __find_template() local
137 if (__selector(__i1, __i2, __pred)) in __find_template()
145 ++__i1; in __find_template()
/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 Dfind_selectors.h60 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
61 { return __pred(*__i1); } in operator()
90 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
93 return __pred(*__i1, *(__i1 + 1)); in operator()
130 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
131 { return !__pred(*__i1, *__i2); } in operator()
169 operator()(_RAIter1 __i1, _RAIter2 __i2, _Pred __pred) in operator()
173 if (__pred(*__i1, *__pos_in_candidates)) in operator()
H A Dfind.h128 _RAIter1 __i1 = __begin1 + __start; in __find_template() local
137 if (__selector(__i1, __i2, __pred)) in __find_template()
145 ++__i1; in __find_template()
/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 Dvstring.h1376 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1379 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1381 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1399 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1402 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
1405 _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
1407 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
1425 replace(const_iterator __i1, const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1427 replace(iterator __i1, iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1431 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc84 _M_replace_dispatch(const_iterator __i1, const_iterator __i2, in _M_replace_dispatch() argument
89 const size_type __n1 = __i2 - __i1; in _M_replace_dispatch()
90 return _M_replace(__i1 - _M_ibegin(), __n1, __s._M_data(), in _M_replace_dispatch()
/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 Dvstring.h1376 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1379 replace(iterator __i1, iterator __i2, const __versa_string& __str) in _GLIBCXX_VISIBILITY()
1381 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
1399 replace(const_iterator __i1, const_iterator __i2, in _GLIBCXX_VISIBILITY()
1402 replace(iterator __i1, iterator __i2, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
1405 _GLIBCXX_DEBUG_PEDASSERT(_M_ibegin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
1407 return this->replace(__i1 - _M_ibegin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
1425 replace(const_iterator __i1, const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1427 replace(iterator __i1, iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
1431 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
[all …]
H A Dvstring.tcc84 _M_replace_dispatch(const_iterator __i1, const_iterator __i2, in _M_replace_dispatch() argument
89 const size_type __n1 = __i2 - __i1; in _M_replace_dispatch()
90 return _M_replace(__i1 - _M_ibegin(), __n1, __s._M_data(), in _M_replace_dispatch()
/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 Dbasic_string.h2015 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2017 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
2035 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2038 _GLIBCXX_DEBUG_PEDASSERT(begin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
2040 return this->replace(__i1 - begin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
2057 replace(__const_iterator __i1, __const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
2060 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2078 replace(__const_iterator __i1, __const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
2081 _GLIBCXX_DEBUG_PEDASSERT(begin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
2083 return _M_replace_aux(__i1 - begin(), __i2 - __i1, __n, __c); in _GLIBCXX_VISIBILITY()
[all …]
H A Datomic_base.h455 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
464 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, in _GLIBCXX_VISIBILITY()
469 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
479 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, in _GLIBCXX_VISIBILITY()
484 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
487 return compare_exchange_weak(__i1, __i2, __m, in _GLIBCXX_VISIBILITY()
492 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
495 return compare_exchange_weak(__i1, __i2, __m, in _GLIBCXX_VISIBILITY()
500 compare_exchange_strong(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
509 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, in _GLIBCXX_VISIBILITY()
[all …]
H A Diterator_concepts.h857 && requires(const _I1 __i1, const _I2 __i2) in _GLIBCXX_VISIBILITY()
859 ranges::iter_swap(__i1, __i1); in _GLIBCXX_VISIBILITY()
861 ranges::iter_swap(__i1, __i2); in _GLIBCXX_VISIBILITY()
862 ranges::iter_swap(__i2, __i1); in _GLIBCXX_VISIBILITY()
H A Dstl_list.h2006 const_iterator __i1 = __x.begin(); in _GLIBCXX_VISIBILITY() local
2008 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) in _GLIBCXX_VISIBILITY()
2010 ++__i1; in _GLIBCXX_VISIBILITY()
2013 return __i1 == __end1 && __i2 == __end2; in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc934 for (size_t __i1 = 0; __i1 < __indexlen; ++__i1) in _M_extract_name() local
935 if (__c == __names[__i1][0] in _M_extract_name()
936 || __c == __ctype.toupper(__names[__i1][0])) in _M_extract_name()
937 __matches[__nmatches++] = __i1; in _M_extract_name()
H A Dbasic_string.tcc380 _M_replace_dispatch(const_iterator __i1, const_iterator __i2, in _M_replace_dispatch() argument
387 const size_type __n1 = __i2 - __i1; in _M_replace_dispatch()
388 return _M_replace(__i1 - begin(), __n1, __s._M_data(), in _M_replace_dispatch()
1100 _M_replace_dispatch(iterator __i1, iterator __i2, _InputIterator __k1,
1104 const size_type __n1 = __i2 - __i1;
1106 return _M_replace_safe(__i1 - _M_ibegin(), __n1, __s._M_data(),
/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 Dbasic_string.h2015 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2017 { return this->replace(__i1, __i2, __str._M_data(), __str.size()); } in _GLIBCXX_VISIBILITY()
2035 replace(__const_iterator __i1, __const_iterator __i2, in _GLIBCXX_VISIBILITY()
2038 _GLIBCXX_DEBUG_PEDASSERT(begin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
2040 return this->replace(__i1 - begin(), __i2 - __i1, __s, __n); in _GLIBCXX_VISIBILITY()
2057 replace(__const_iterator __i1, __const_iterator __i2, const _CharT* __s) in _GLIBCXX_VISIBILITY()
2060 return this->replace(__i1, __i2, __s, traits_type::length(__s)); in _GLIBCXX_VISIBILITY()
2078 replace(__const_iterator __i1, __const_iterator __i2, size_type __n, in _GLIBCXX_VISIBILITY()
2081 _GLIBCXX_DEBUG_PEDASSERT(begin() <= __i1 && __i1 <= __i2 in _GLIBCXX_VISIBILITY()
2083 return _M_replace_aux(__i1 - begin(), __i2 - __i1, __n, __c); in _GLIBCXX_VISIBILITY()
[all …]
H A Datomic_base.h455 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
464 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, in _GLIBCXX_VISIBILITY()
469 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
479 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 1, in _GLIBCXX_VISIBILITY()
484 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
487 return compare_exchange_weak(__i1, __i2, __m, in _GLIBCXX_VISIBILITY()
492 compare_exchange_weak(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
495 return compare_exchange_weak(__i1, __i2, __m, in _GLIBCXX_VISIBILITY()
500 compare_exchange_strong(__int_type& __i1, __int_type __i2, in _GLIBCXX_VISIBILITY()
509 return __atomic_compare_exchange_n(&_M_i, &__i1, __i2, 0, in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_list.h2006 const_iterator __i1 = __x.begin(); in _GLIBCXX_VISIBILITY() local
2008 while (__i1 != __end1 && __i2 != __end2 && *__i1 == *__i2) in _GLIBCXX_VISIBILITY()
2010 ++__i1; in _GLIBCXX_VISIBILITY()
2013 return __i1 == __end1 && __i2 == __end2; in _GLIBCXX_VISIBILITY()
H A Diterator_concepts.h857 && requires(const _I1 __i1, const _I2 __i2) in _GLIBCXX_VISIBILITY()
859 ranges::iter_swap(__i1, __i1); in _GLIBCXX_VISIBILITY()
861 ranges::iter_swap(__i1, __i2); in _GLIBCXX_VISIBILITY()
862 ranges::iter_swap(__i2, __i1); in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc934 for (size_t __i1 = 0; __i1 < __indexlen; ++__i1) in _M_extract_name() local
935 if (__c == __names[__i1][0] in _M_extract_name()
936 || __c == __ctype.toupper(__names[__i1][0])) in _M_extract_name()
937 __matches[__nmatches++] = __i1; in _M_extract_name()
H A Dbasic_string.tcc380 _M_replace_dispatch(const_iterator __i1, const_iterator __i2, in _M_replace_dispatch() argument
387 const size_type __n1 = __i2 - __i1; in _M_replace_dispatch()
388 return _M_replace(__i1 - begin(), __n1, __s._M_data(), in _M_replace_dispatch()
1100 _M_replace_dispatch(iterator __i1, iterator __i2, _InputIterator __k1,
1104 const size_type __n1 = __i2 - __i1;
1106 return _M_replace_safe(__i1 - _M_ibegin(), __n1, __s._M_data(),
/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/
H A Datomic128 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
130 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
133 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
135 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
138 compare_exchange_weak(bool& __i1, bool __i2,
140 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
143 compare_exchange_weak(bool& __i1, bool __i2,
145 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
148 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
150 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
[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/
H A Datomic128 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
130 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
133 compare_exchange_weak(bool& __i1, bool __i2, memory_order __m1,
135 { return _M_base.compare_exchange_weak(__i1, __i2, __m1, __m2); }
138 compare_exchange_weak(bool& __i1, bool __i2,
140 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
143 compare_exchange_weak(bool& __i1, bool __i2,
145 { return _M_base.compare_exchange_weak(__i1, __i2, __m); }
148 compare_exchange_strong(bool& __i1, bool __i2, memory_order __m1,
150 { return _M_base.compare_exchange_strong(__i1, __i2, __m1, __m2); }
[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/debug/
H A Dstring754 replace(__const_iterator __i1, __const_iterator __i2,
757 __glibcxx_check_erase_range(__i1, __i2);
758 _Base::replace(__i1.base(), __i2.base(), __str);
764 replace(__const_iterator __i1, __const_iterator __i2,
767 __glibcxx_check_erase_range(__i1, __i2);
769 _Base::replace(__i1.base(), __i2.base(), __s, __n);
775 replace(__const_iterator __i1, __const_iterator __i2,
778 __glibcxx_check_erase_range(__i1, __i2);
780 _Base::replace(__i1.base(), __i2.base(), __s);
786 replace(__const_iterator __i1, __const_iterator __i2,
[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/debug/
H A Dstring754 replace(__const_iterator __i1, __const_iterator __i2,
757 __glibcxx_check_erase_range(__i1, __i2);
758 _Base::replace(__i1.base(), __i2.base(), __str);
764 replace(__const_iterator __i1, __const_iterator __i2,
767 __glibcxx_check_erase_range(__i1, __i2);
769 _Base::replace(__i1.base(), __i2.base(), __s, __n);
775 replace(__const_iterator __i1, __const_iterator __i2,
778 __glibcxx_check_erase_range(__i1, __i2);
780 _Base::replace(__i1.base(), __i2.base(), __s);
786 replace(__const_iterator __i1, __const_iterator __i2,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dmmintrin.h1079 _mm_set_pi32 (int __i1, int __i0) in _mm_set_pi32() argument
1087 unsigned int __i1; in _mm_set_pi32() member
1092 __u.__s.__i1 = __i1; in _mm_set_pi32()
1101 unsigned int __i1 = (unsigned short) __w3 << 16 | (unsigned short) __w2; in _mm_set_pi16() local
1104 return _mm_set_pi32 (__i1, __i0); in _mm_set_pi16()
1112 unsigned int __i1, __i0; in _mm_set_pi8() local
1114 __i1 = (unsigned char)__b7; in _mm_set_pi8()
1115 __i1 = __i1 << 8 | (unsigned char)__b6; in _mm_set_pi8()
1116 __i1 = __i1 << 8 | (unsigned char)__b5; in _mm_set_pi8()
1117 __i1 = __i1 << 8 | (unsigned char)__b4; in _mm_set_pi8()
[all …]

12