| /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_mergesort.h | 97 __determine_samples(_PMWMSSortingData<_RAIter>* __sd, in __determine_samples() argument 108 __equally_split(__sd->_M_starts[__iam + 1] - __sd->_M_starts[__iam], in __determine_samples() 112 ::new(&(__sd->_M_samples[__iam * __num_samples + __i])) in __determine_samples() 113 _ValueType(__sd->_M_source[__sd->_M_starts[__iam] in __determine_samples() 132 _PMWMSSortingData<_RAIter>* __sd, 142 __seqs(__sd->_M_num_threads); 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++) 144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s], 145 __sd->_M_temporary[__s] 146 + (__sd->_M_starts[__s + 1] [all …]
|
| H A D | random_shuffle.h | 131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu() local 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] in __parallel_random_shuffle_drs_pu() 135 - __sd->_M_starts[__iam]); in __parallel_random_shuffle_drs_pu() 137 _DifferenceType* __dist = new _DifferenceType[__sd->_M_num_bins + 1]; in __parallel_random_shuffle_drs_pu() 138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu() 142 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() 144 int __num_bits = __sd->_M_num_bits; in __parallel_random_shuffle_drs_pu() 158 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() 159 __sd->_M_dist[__b][__iam + 1] = __dist[__b]; in __parallel_random_shuffle_drs_pu() 167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s) in __parallel_random_shuffle_drs_pu() [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 | multiway_mergesort.h | 97 __determine_samples(_PMWMSSortingData<_RAIter>* __sd, in __determine_samples() argument 108 __equally_split(__sd->_M_starts[__iam + 1] - __sd->_M_starts[__iam], in __determine_samples() 112 ::new(&(__sd->_M_samples[__iam * __num_samples + __i])) in __determine_samples() 113 _ValueType(__sd->_M_source[__sd->_M_starts[__iam] in __determine_samples() 132 _PMWMSSortingData<_RAIter>* __sd, 142 __seqs(__sd->_M_num_threads); 143 for (_ThreadIndex __s = 0; __s < __sd->_M_num_threads; __s++) 144 __seqs[__s] = std::make_pair(__sd->_M_temporary[__s], 145 __sd->_M_temporary[__s] 146 + (__sd->_M_starts[__s + 1] [all …]
|
| H A D | random_shuffle.h | 131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu() local 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] in __parallel_random_shuffle_drs_pu() 135 - __sd->_M_starts[__iam]); in __parallel_random_shuffle_drs_pu() 137 _DifferenceType* __dist = new _DifferenceType[__sd->_M_num_bins + 1]; in __parallel_random_shuffle_drs_pu() 138 _BinIndex* __bin_proc = new _BinIndex[__sd->_M_num_bins]; in __parallel_random_shuffle_drs_pu() 142 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() 144 int __num_bits = __sd->_M_num_bits; in __parallel_random_shuffle_drs_pu() 158 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() 159 __sd->_M_dist[__b][__iam + 1] = __dist[__b]; in __parallel_random_shuffle_drs_pu() 167 for (_BinIndex __s = 0; __s < __sd->_M_num_bins; ++__s) in __parallel_random_shuffle_drs_pu() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | v4l2-device.h | 319 struct v4l2_subdev *__sd; \ 321 __v4l2_device_call_subdevs_p(v4l2_dev, __sd, cond, o, \ 386 struct v4l2_subdev *__sd; \ 387 __v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, cond, o, \ 413 struct v4l2_subdev *__sd; \ 415 __v4l2_device_call_subdevs_p(v4l2_dev, __sd, \ 416 (grpid) == 0 || __sd->grp_id == (grpid), o, f , \ 446 struct v4l2_subdev *__sd; \ 447 __v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, \ 448 (grpid) == 0 || __sd->grp_id == (grpid), o, f , \ [all …]
|
| H A D | v4l2-subdev.h | 1138 struct v4l2_subdev *__sd = (sd); \ 1140 if (!__sd) \ 1142 else if (!(__sd->ops->o && __sd->ops->o->f)) \ 1147 __sd, ##args); \ 1149 __result = __sd->ops->o->f(__sd, ##args); \
|
| /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 | spawn.h | 33 sigset_t __sd; member
|
| /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 | spawn.h | 33 sigset_t __sd; member
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | sched.h | 1465 #define for_each_domain(cpu, __sd) \ argument 1466 for (__sd = rcu_dereference_check_sched_domain(cpu_rq(cpu)->sd); \ 1467 __sd; __sd = __sd->parent)
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | random | 2111 explicit mersenne_twister_engine(result_type __sd = default_seed) 2112 {seed(__sd);} 2118 void seed(result_type __sd = default_seed); 2310 __t, __c, __l, __f>::seed(result_type __sd) 2313 __x_[0] = __sd & _Max; 2567 explicit subtract_with_carry_engine(result_type __sd = default_seed) 2568 {seed(__sd);} 2575 void seed(result_type __sd = default_seed) 2576 {seed(__sd, integral_constant<unsigned, 1 + (__w - 1) / 32>());} 2622 void seed(result_type __sd, integral_constant<unsigned, 1>); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | random | 2111 explicit mersenne_twister_engine(result_type __sd = default_seed) 2112 {seed(__sd);} 2118 void seed(result_type __sd = default_seed); 2310 __t, __c, __l, __f>::seed(result_type __sd) 2313 __x_[0] = __sd & _Max; 2567 explicit subtract_with_carry_engine(result_type __sd = default_seed) 2568 {seed(__sd);} 2575 void seed(result_type __sd = default_seed) 2576 {seed(__sd, integral_constant<unsigned, 1 + (__w - 1) / 32>());} 2622 void seed(result_type __sd, integral_constant<unsigned, 1>); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | mt9v111.c | 158 #define sd_to_mt9v111(__sd) container_of((__sd), struct mt9v111_dev, sd) 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/bits/ |
| H A D | random.h | 530 mersenne_twister_engine(result_type __sd) in _GLIBCXX_VISIBILITY() 531 { seed(__sd); } in _GLIBCXX_VISIBILITY() 545 seed(result_type __sd = default_seed); in _GLIBCXX_VISIBILITY() 723 subtract_with_carry_engine(result_type __sd) in _GLIBCXX_VISIBILITY() 724 { seed(__sd); } in _GLIBCXX_VISIBILITY() 750 seed(result_type __sd = default_seed); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 325 seed(result_type __sd) in seed() argument 328 __detail::_Shift<_UIntType, __w>::__value>(__sd); in seed()
|
| /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 | random.h | 530 mersenne_twister_engine(result_type __sd) in _GLIBCXX_VISIBILITY() 531 { seed(__sd); } in _GLIBCXX_VISIBILITY() 545 seed(result_type __sd = default_seed); in _GLIBCXX_VISIBILITY() 723 subtract_with_carry_engine(result_type __sd) in _GLIBCXX_VISIBILITY() 724 { seed(__sd); } in _GLIBCXX_VISIBILITY() 750 seed(result_type __sd = default_seed); in _GLIBCXX_VISIBILITY()
|
| H A D | random.tcc | 325 seed(result_type __sd) in seed() argument 328 __detail::_Shift<_UIntType, __w>::__value>(__sd); in seed()
|
| /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 | random | 106 simd_fast_mersenne_twister_engine(result_type __sd) 107 { seed(__sd); } 115 seed(result_type __sd = default_seed);
|
| /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 | random | 106 simd_fast_mersenne_twister_engine(result_type __sd) 107 { seed(__sd); } 115 seed(result_type __sd = default_seed);
|