| /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 | char_traits.h | 102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() 106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY() 140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 328 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.h | 388 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 393 __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 408 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 413 __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 610 _UIntType1 __c1, size_t __l1, _UIntType1 __f1, in _GLIBCXX_VISIBILITY() 615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY() 636 _UIntType1 __c1, size_t __l1, _UIntType1 __f1, in _GLIBCXX_VISIBILITY() 641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
|
| /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 | char_traits.h | 102 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 103 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() 106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 107 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 110 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 111 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY() 140 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 141 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 328 assign(char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 329 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.h | 388 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 393 __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 408 template<typename _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 413 __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 610 _UIntType1 __c1, size_t __l1, _UIntType1 __f1, in _GLIBCXX_VISIBILITY() 615 __m1, __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY() 636 _UIntType1 __c1, size_t __l1, _UIntType1 __f1, in _GLIBCXX_VISIBILITY() 641 __r1, __a1, __u1, __d1, __s1, __b1, __t1, __c1, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __string | 85 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;} 86 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT 87 {return __c1 == __c2;} 88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 89 {return __c1 < __c2;} 109 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT 110 {return __c1 == __c2;} 209 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;} 210 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT 211 {return __c1 == __c2;} [all …]
|
| H A D | __debug | 276 void swap(void* __c1, void* __c2);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __string | 85 assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;} 86 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT 87 {return __c1 == __c2;} 88 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT 89 {return __c1 < __c2;} 109 static inline _LIBCPP_CONSTEXPR bool eq_int_type(int_type __c1, int_type __c2) _NOEXCEPT 110 {return __c1 == __c2;} 209 void assign(char_type& __c1, const char_type& __c2) _NOEXCEPT {__c1 = __c2;} 210 static inline _LIBCPP_CONSTEXPR bool eq(char_type __c1, char_type __c2) _NOEXCEPT 211 {return __c1 == __c2;} [all …]
|
| H A D | __debug | 276 void swap(void* __c1, void* __c2);
|
| /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 D | pod_char_traits.h | 106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() 110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
|
| /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 D | pod_char_traits.h | 106 assign(char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 107 { __c1 = __c2; } in _GLIBCXX_VISIBILITY() 110 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 111 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY() 114 lt(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() 115 { return __c1 < __c2; } in _GLIBCXX_VISIBILITY() 178 eq_int_type(const int_type& __c1, const int_type& __c2) in _GLIBCXX_VISIBILITY() 179 { return __c1 == __c2; } in _GLIBCXX_VISIBILITY()
|
| /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 | ell_integral.tcc | 94 const _Tp __c1 = _Tp(1) / _Tp(24); in __ellint_rf() local 131 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 in __ellint_rf() 336 const _Tp __c1 = _Tp(3) / _Tp(14); in __ellint_rd() local 378 _Tp __s1 = __ed * (-__c1 + __c3 * __ed in __ellint_rd() 511 const _Tp __c1 = _Tp(1) / _Tp(7); in __ellint_rc() local 538 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); in __ellint_rc() 587 const _Tp __c1 = _Tp(3) / _Tp(14); in __ellint_rj() local 641 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4) in __ellint_rj()
|
| H A D | random.h | 466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY() 487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 644 _UIntType1 __c1, int __l1, in _GLIBCXX_VISIBILITY() 649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY() 663 _UIntType1 __c1, int __l1, in _GLIBCXX_VISIBILITY() 668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 1090 const _RealType __c1 = _M_sm * __spi_2; in operator ()() local 1091 const _RealType __c2 = _M_c2b + __c1; in operator ()() 1108 if (__u <= __c1) in operator ()()
|
| /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 | ell_integral.tcc | 94 const _Tp __c1 = _Tp(1) / _Tp(24); in __ellint_rf() local 131 const _Tp __s = _Tp(1) + (__c1 * __e2 - __c2 - __c3 * __e3) * __e2 in __ellint_rf() 336 const _Tp __c1 = _Tp(3) / _Tp(14); in __ellint_rd() local 378 _Tp __s1 = __ed * (-__c1 + __c3 * __ed in __ellint_rd() 511 const _Tp __c1 = _Tp(1) / _Tp(7); in __ellint_rc() local 538 * (__c3 + __sn*(__c1 + __sn * (__c4 + __sn * __c2))); in __ellint_rc() 587 const _Tp __c1 = _Tp(3) / _Tp(14); in __ellint_rj() local 641 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4) in __ellint_rj()
|
| H A D | random.h | 466 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 471 const linear_congruential<_UIntType1, __a1, __c1, in _GLIBCXX_VISIBILITY() 487 template<class _UIntType1, _UIntType1 __a1, _UIntType1 __c1, in _GLIBCXX_VISIBILITY() 492 linear_congruential<_UIntType1, __a1, __c1, __m1>& __lcr); in _GLIBCXX_VISIBILITY() 644 _UIntType1 __c1, int __l1, in _GLIBCXX_VISIBILITY() 649 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY() 663 _UIntType1 __c1, int __l1, in _GLIBCXX_VISIBILITY() 668 __a1, __u1, __s1, __b1, __t1, __c1, __l1>& __x); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 1090 const _RealType __c1 = _M_sm * __spi_2; in operator ()() local 1091 const _RealType __c2 = _M_c2b + __c1; in operator ()() 1108 if (__u <= __c1) in operator ()()
|
| /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/plugin/include/ |
| H A D | tree.h | 3309 enum tree_code __c1, enum tree_code __c2) in tree_check2() argument 3311 if (TREE_CODE (__t) != __c1 in tree_check2() 3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3319 enum tree_code __c1, enum tree_code __c2) in tree_not_check2() argument 3321 if (TREE_CODE (__t) == __c1 in tree_not_check2() 3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2() 3329 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_check3() argument 3331 if (TREE_CODE (__t) != __c1 in tree_check3() 3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() 3340 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_not_check3() argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree.h | 3309 enum tree_code __c1, enum tree_code __c2) in tree_check2() argument 3311 if (TREE_CODE (__t) != __c1 in tree_check2() 3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3319 enum tree_code __c1, enum tree_code __c2) in tree_not_check2() argument 3321 if (TREE_CODE (__t) == __c1 in tree_not_check2() 3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2() 3329 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_check3() argument 3331 if (TREE_CODE (__t) != __c1 in tree_check3() 3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() 3340 enum tree_code __c1, enum tree_code __c2, enum tree_code __c3) in tree_not_check3() argument [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 | 230 typename _Traits::int_type __c1 = __is.rdbuf()->sbumpc(); in operator >>() 231 if (_Traits::eq_int_type(__c1, __eof)) in operator >>() 238 const char_type __c2 = _Traits::to_char_type(__c1); in operator >>()
|
| /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 | 230 typename _Traits::int_type __c1 = __is.rdbuf()->sbumpc(); in operator >>() 231 if (_Traits::eq_int_type(__c1, __eof)) in operator >>() 238 const char_type __c2 = _Traits::to_char_type(__c1); in operator >>()
|
| /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 D | ratio | 222 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift; 224 static constexpr uintmax_t __new_d = __d * __c1; 225 static constexpr uintmax_t __new_n0 = __n0 * __c1; 226 static constexpr uintmax_t __n1_shifted = (__n1 % __d) * __c1; 234 static constexpr uintmax_t __rem = _Res::__rem / __c1;
|
| H A D | bitset | 1496 typename _Traits::int_type __c1 = __is.rdbuf()->sbumpc(); 1497 if (_Traits::eq_int_type(__c1, __eof)) 1504 const char_type __c2 = _Traits::to_char_type(__c1);
|
| /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 D | ratio | 222 static constexpr uintmax_t __c1 = uintmax_t(1) << __shift; 224 static constexpr uintmax_t __new_d = __d * __c1; 225 static constexpr uintmax_t __new_n0 = __n0 * __c1; 226 static constexpr uintmax_t __n1_shifted = (__n1 % __d) * __c1; 234 static constexpr uintmax_t __rem = _Res::__rem / __c1;
|
| /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 | multiway_merge.h | 290 #define _GLIBCXX_PARALLEL_MERGE_3_CASE(__a, __b, __c, __c0, __c1) \ in multiway_merge_3_variant() argument 298 if (__seq ## __a __c1 __seq ## __c) goto __s ## __b ## __a ## __c; \ in multiway_merge_3_variant() 413 __c0, __c1, __c2) \ in multiway_merge_4_variant() argument 422 if (__seq ## __a __c1 __seq ## __c) \ in multiway_merge_4_variant()
|
| /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 | multiway_merge.h | 290 #define _GLIBCXX_PARALLEL_MERGE_3_CASE(__a, __b, __c, __c0, __c1) \ in multiway_merge_3_variant() argument 298 if (__seq ## __a __c1 __seq ## __c) goto __s ## __b ## __a ## __c; \ in multiway_merge_3_variant() 413 __c0, __c1, __c2) \ in multiway_merge_4_variant() argument 422 if (__seq ## __a __c1 __seq ## __c) \ in multiway_merge_4_variant()
|