| /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 | random.h | 89 _Adaptor(const _Engine& __g) in _GLIBCXX_VISIBILITY() 90 : _M_g(__g) { } in _GLIBCXX_VISIBILITY() 161 _Adaptor(_Engine* __g) in _GLIBCXX_VISIBILITY() 162 : _M_g(__g) { } in _GLIBCXX_VISIBILITY() 385 linear_congruential(_Gen& __g) in _GLIBCXX_VISIBILITY() 386 { this->seed(__g); } in _GLIBCXX_VISIBILITY() 405 seed(_Gen& __g) in _GLIBCXX_VISIBILITY() 406 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY() 497 seed(_Gen& __g, true_type) in _GLIBCXX_VISIBILITY() 498 { return seed(static_cast<unsigned long>(__g)); } 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/tr1/ |
| H A D | random.h | 89 _Adaptor(const _Engine& __g) in _GLIBCXX_VISIBILITY() 90 : _M_g(__g) { } in _GLIBCXX_VISIBILITY() 161 _Adaptor(_Engine* __g) in _GLIBCXX_VISIBILITY() 162 : _M_g(__g) { } in _GLIBCXX_VISIBILITY() 385 linear_congruential(_Gen& __g) in _GLIBCXX_VISIBILITY() 386 { this->seed(__g); } in _GLIBCXX_VISIBILITY() 405 seed(_Gen& __g) in _GLIBCXX_VISIBILITY() 406 { seed(__g, typename is_fundamental<_Gen>::type()); } in _GLIBCXX_VISIBILITY() 497 seed(_Gen& __g, true_type) in _GLIBCXX_VISIBILITY() 498 { return seed(static_cast<unsigned long>(__g)); } 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 D | gslice.h | 158 gslice::gslice(const gslice& __g) in _GLIBCXX_VISIBILITY() 159 : _M_index(__g._M_index) in _GLIBCXX_VISIBILITY() 170 gslice::operator=(const gslice& __g) in _GLIBCXX_VISIBILITY() 172 if (__g._M_index) in _GLIBCXX_VISIBILITY() 173 __g._M_index->_M_increment_use(); in _GLIBCXX_VISIBILITY() 176 _M_index = __g._M_index; in _GLIBCXX_VISIBILITY()
|
| H A D | valarray_array.tcc | 181 size_t* __g (__f._M_data); in __valarray_copy() local 183 for (size_t __k = 0; __k < __n; ++__k, ++__j, ++__g) in __valarray_copy() 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
|
| H A D | stl_algo.h | 3731 _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() 3734 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g); in _GLIBCXX_VISIBILITY() 3754 _UniformRandomNumberGenerator&& __g) in _GLIBCXX_VISIBILITY() 3776 const __uc_type __urngrange = __g.max() - __g.min(); in _GLIBCXX_VISIBILITY() 3791 std::iter_swap(__i++, __first + __d(__g)); in _GLIBCXX_VISIBILITY() 3803 __gen_two_uniform_ints(__swap_range, __swap_range + 1, __g); in _GLIBCXX_VISIBILITY() 3815 std::iter_swap(__i, __first + __d(__g, __p_type(0, __i - __first))); in _GLIBCXX_VISIBILITY() 5769 _Size __n, _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() 5783 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY() 5797 _Size __n, _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets.tcc | 87 const string& __g = __np.grouping(); in _M_cache() 88 _M_grouping_size = __g.size(); in _M_cache() 90 __g.copy(__grouping, _M_grouping_size); in _M_cache()
|
| /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 | gslice.h | 158 gslice::gslice(const gslice& __g) in _GLIBCXX_VISIBILITY() 159 : _M_index(__g._M_index) in _GLIBCXX_VISIBILITY() 170 gslice::operator=(const gslice& __g) in _GLIBCXX_VISIBILITY() 172 if (__g._M_index) in _GLIBCXX_VISIBILITY() 173 __g._M_index->_M_increment_use(); in _GLIBCXX_VISIBILITY() 176 _M_index = __g._M_index; in _GLIBCXX_VISIBILITY()
|
| H A D | valarray_array.tcc | 181 size_t* __g (__f._M_data); in __valarray_copy() local 183 for (size_t __k = 0; __k < __n; ++__k, ++__j, ++__g) in __valarray_copy() 184 __a._M_data[*__j] = __e._M_data[*__g]; in __valarray_copy()
|
| H A D | stl_algo.h | 3731 _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() 3734 = uniform_int_distribution<_IntType>{0, (__b0 * __b1) - 1}(__g); in _GLIBCXX_VISIBILITY() 3754 _UniformRandomNumberGenerator&& __g) in _GLIBCXX_VISIBILITY() 3776 const __uc_type __urngrange = __g.max() - __g.min(); in _GLIBCXX_VISIBILITY() 3791 std::iter_swap(__i++, __first + __d(__g)); in _GLIBCXX_VISIBILITY() 3803 __gen_two_uniform_ints(__swap_range, __swap_range + 1, __g); in _GLIBCXX_VISIBILITY() 3815 std::iter_swap(__i, __first + __d(__g, __p_type(0, __i - __first))); in _GLIBCXX_VISIBILITY() 5769 _Size __n, _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() 5783 const auto __k = __d(__g, __param_type{0, __pop_sz}); in _GLIBCXX_VISIBILITY() 5797 _Size __n, _UniformRandomBitGenerator&& __g) in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | locale_facets.tcc | 87 const string& __g = __np.grouping(); in _M_cache() 88 _M_grouping_size = __g.size(); in _M_cache() 90 __g.copy(__grouping, _M_grouping_size); in _M_cache()
|
| /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 | 3291 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) in tree_check() argument 3294 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check() 3299 tree_not_check (tree __t, const char *__f, int __l, const char *__g, in tree_not_check() argument 3303 tree_not_check_failed (__t, __f, __l, __g, __c, 0); in tree_not_check() 3308 tree_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_check2() argument 3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3318 tree_not_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_not_check2() argument 3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2() 3328 tree_check3 (tree __t, const char *__f, int __l, const char *__g, in tree_check3() argument 3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() [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 | 3291 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) in tree_check() argument 3294 tree_check_failed (__t, __f, __l, __g, __c, 0); in tree_check() 3299 tree_not_check (tree __t, const char *__f, int __l, const char *__g, in tree_not_check() argument 3303 tree_not_check_failed (__t, __f, __l, __g, __c, 0); in tree_not_check() 3308 tree_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_check2() argument 3313 tree_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_check2() 3318 tree_not_check2 (tree __t, const char *__f, int __l, const char *__g, in tree_not_check2() argument 3323 tree_not_check_failed (__t, __f, __l, __g, __c1, __c2, 0); in tree_not_check2() 3328 tree_check3 (tree __t, const char *__f, int __l, const char *__g, in tree_check3() argument 3334 tree_check_failed (__t, __f, __l, __g, __c1, __c2, __c3, 0); in tree_check3() [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/ |
| H A D | ratio | 458 static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value; 459 static constexpr uintmax_t __d2 = _R2::den / __g; 461 typedef __big_mul<_R1::num, _R2::den / __g> __x; 462 typedef __big_mul<_R2::num, _R1::den / __g> __y; 465 typedef __big_div<__n::__hi, __n::__lo, __g> __ng; 466 static constexpr uintmax_t __g2 = __static_gcd<__ng::__rem, __g>::value; 488 static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value; 489 static constexpr uintmax_t __d2 = _R2::den / __g; 491 typedef __big_mul<_R1::num, _R2::den / __g> __x; 492 typedef __big_mul<-_R2::num, _R1::den / __g> __y; [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 D | ratio | 458 static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value; 459 static constexpr uintmax_t __d2 = _R2::den / __g; 461 typedef __big_mul<_R1::num, _R2::den / __g> __x; 462 typedef __big_mul<_R2::num, _R1::den / __g> __y; 465 typedef __big_div<__n::__hi, __n::__lo, __g> __ng; 466 static constexpr uintmax_t __g2 = __static_gcd<__ng::__rem, __g>::value; 488 static constexpr uintmax_t __g = __static_gcd<_R1::den, _R2::den>::value; 489 static constexpr uintmax_t __d2 = _R2::den / __g; 491 typedef __big_mul<_R1::num, _R2::den / __g> __x; 492 typedef __big_mul<-_R2::num, _R1::den / __g> __y; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | random | 3639 generate_canonical(_URNG& __g) 3651 _RealType _Sp = __g() - _URNG::min(); 3653 _Sp += (__g() - _URNG::min()) * __base; 3741 result_type operator()(_URNG& __g) 3742 {return (*this)(__g, __p_);} 3743 …template<class _URNG> _LIBCPP_INLINE_VISIBILITY result_type operator()(_URNG& __g, const param_typ… 3775 uniform_real_distribution<_RealType>::operator()(_URNG& __g, const param_type& __p) 3778 * _VSTD::generate_canonical<_RealType, numeric_limits<_RealType>::digits>(__g) 3857 result_type operator()(_URNG& __g) 3858 {return (*this)(__g, __p_);} [all …]
|
| H A D | locale | 369 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, 382 const string& __grouping, unsigned* __g, 388 unsigned* __g, unsigned*& __g_end, _CharT* __atoms); 407 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms); 457 unsigned* __g, unsigned*& __g_end, _CharT* __atoms) 461 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms) 473 if (__g_end-__g < __num_get_buf_sz) 510 unsigned* __g, unsigned*& __g_end, unsigned& __dc, _CharT* __atoms) 518 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz) 526 if (__g_end-__g < __num_get_buf_sz) [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | random | 3639 generate_canonical(_URNG& __g) 3651 _RealType _Sp = __g() - _URNG::min(); 3653 _Sp += (__g() - _URNG::min()) * __base; 3741 result_type operator()(_URNG& __g) 3742 {return (*this)(__g, __p_);} 3743 …template<class _URNG> _LIBCPP_INLINE_VISIBILITY result_type operator()(_URNG& __g, const param_typ… 3775 uniform_real_distribution<_RealType>::operator()(_URNG& __g, const param_type& __p) 3778 * _VSTD::generate_canonical<_RealType, numeric_limits<_RealType>::digits>(__g) 3857 result_type operator()(_URNG& __g) 3858 {return (*this)(__g, __p_);} [all …]
|
| H A D | locale | 369 void __check_grouping(const string& __grouping, unsigned* __g, unsigned* __g_end, 382 const string& __grouping, unsigned* __g, 388 unsigned* __g, unsigned*& __g_end, _CharT* __atoms); 407 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms); 457 unsigned* __g, unsigned*& __g_end, _CharT* __atoms) 461 unsigned* __g, unsigned*& __g_end, const _CharT* __atoms) 473 if (__g_end-__g < __num_get_buf_sz) 510 unsigned* __g, unsigned*& __g_end, unsigned& __dc, _CharT* __atoms) 518 if (__grouping.size() != 0 && __g_end-__g < __num_get_buf_sz) 526 if (__g_end-__g < __num_get_buf_sz) [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/ |
| H A D | algorithm | 63 _UniformRandomNumberGenerator&& __g) 82 std::forward<_UniformRandomNumberGenerator>(__g));
|
| /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/ |
| H A D | algorithm | 63 _UniformRandomNumberGenerator&& __g) 82 std::forward<_UniformRandomNumberGenerator>(__g));
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | gshadow.h | 100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
|
| /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/ |
| H A D | gshadow.h | 100 extern int putsgent (const struct sgrp *__g, FILE *__stream);
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | vhub.h | 365 #define to_ast_dev(__g) container_of(__g, struct ast_vhub_dev, gadget) argument
|
| /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 | algorithm_impl.h | 2443 __brick_generate(_RandomAccessIterator __first, _RandomAccessIterator __last, _Generator __g, in __brick_generate() argument 2446 __unseq_backend::__simd_generate_n(__first, __last - __first, __g); in __brick_generate() 2451 __brick_generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __brick_generate() argument 2454 std::generate(__first, __last, __g); in __brick_generate() 2459 …ern_generate(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __pattern_generate() argument 2462 __internal::__brick_generate(__first, __last, __g, __is_vector); in __pattern_generate() 2467 …erate(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __pattern_generate() argument 2472 … [__g, __is_vector](_ForwardIterator __begin, _ForwardIterator __end) { in __pattern_generate() 2473 … __internal::__brick_generate(__begin, __end, __g, __is_vector); in __pattern_generate() 2481 __brick_generate_n(OutputIterator __first, Size __count, _Generator __g, /* is_vector = */ std::tru… in __brick_generate_n() argument [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 | algorithm_impl.h | 2443 __brick_generate(_RandomAccessIterator __first, _RandomAccessIterator __last, _Generator __g, in __brick_generate() argument 2446 __unseq_backend::__simd_generate_n(__first, __last - __first, __g); in __brick_generate() 2451 __brick_generate(_ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __brick_generate() argument 2454 std::generate(__first, __last, __g); in __brick_generate() 2459 …ern_generate(_ExecutionPolicy&&, _ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __pattern_generate() argument 2462 __internal::__brick_generate(__first, __last, __g, __is_vector); in __pattern_generate() 2467 …erate(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Generator __g, in __pattern_generate() argument 2472 … [__g, __is_vector](_ForwardIterator __begin, _ForwardIterator __end) { in __pattern_generate() 2473 … __internal::__brick_generate(__begin, __end, __g, __is_vector); in __pattern_generate() 2481 __brick_generate_n(OutputIterator __first, Size __count, _Generator __g, /* is_vector = */ std::tru… in __brick_generate_n() argument [all …]
|