| /NextBSD/contrib/libstdc++/include/bits/ |
| D | stl_numeric.h | 81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in _GLIBCXX_BEGIN_NAMESPACE() 88 __init = __init + *__first; in _GLIBCXX_BEGIN_NAMESPACE() 89 return __init; in _GLIBCXX_BEGIN_NAMESPACE() 107 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in accumulate() argument 115 __init = __binary_op(__init, *__first); in accumulate() 116 return __init; in accumulate() 136 _InputIterator2 __first2, _Tp __init) in inner_product() argument 144 __init = __init + (*__first1 * *__first2); in inner_product() 145 return __init; in inner_product() 168 _InputIterator2 __first2, _Tp __init, in inner_product() argument [all …]
|
| /NextBSD/contrib/libc++/include/ |
| D | numeric | 72 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) 75 __init = __init + *__first; 76 return __init; 82 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) 85 __init = __binary_op(__init, *__first); 86 return __init; 92 …er_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) 95 __init = __init + *__first1 * *__first2; 96 return __init; 103 _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) [all …]
|
| D | string | 1796 void __init(const value_type* __s, size_type __sz, size_type __reserve); 1797 void __init(const value_type* __s, size_type __sz); 1798 void __init(size_type __n, value_type __c); 1807 __init(_InputIterator __first, _InputIterator __last); 1815 __init(_ForwardIterator __first, _ForwardIterator __last); 1954 basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz, size_type … 1978 basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) 2005 __init(__s, traits_type::length(__s)); 2017 __init(__s, traits_type::length(__s)); 2028 __init(__s, __n); [all …]
|
| D | bitset | 198 void __init(unsigned long long __v, false_type) _NOEXCEPT; 199 void __init(unsigned long long __v, true_type) _NOEXCEPT; 226 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEPT 239 __bitset<_N_words, _Size>::__init(unsigned long long __v, true_type) _NOEXCEPT 262 __init(__v, integral_constant<bool, sizeof(unsigned long long) == sizeof(__storage_type)>());
|
| /NextBSD/contrib/libc++/src/ |
| D | system_error.cpp | 147 system_error::__init(const error_code& ec, string what_arg) in __init() function in system_error 159 : runtime_error(__init(ec, what_arg)), in system_error() 165 : runtime_error(__init(ec, what_arg)), in system_error() 171 : runtime_error(__init(ec, "")), in system_error() 177 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 183 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 189 : runtime_error(__init(error_code(ev, ecat), "")), in system_error()
|
| D | strstream.cpp | 34 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() function in strstreambuf 55 __init(__gnext, __n, __pbeg); in strstreambuf() 64 __init(const_cast<char *>(__gnext), __n, nullptr); in strstreambuf() 73 …__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf() 82 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf() 91 …__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf() 100 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
|
| D | valarray.cpp | 19 gslice::__init(size_t __start) in __init() function in gslice
|
| /NextBSD/contrib/ofed/management/opensm/include/vendor/ |
| HD | osm_vendor.h | 53 #undef __init 56 #undef __init 59 #undef __init 62 #undef __init
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | mt_allocator.h | 414 static bool __init; 415 if (__builtin_expect(__init == false, false)) 418 __init = true; 437 static bool __init; 438 if (__builtin_expect(__init == false, false)) 451 __init = true; 509 static bool __init; 510 if (__builtin_expect(__init == false, false)) 513 __init = true; 532 static bool __init; [all …]
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | octeon-feature.c | 59 #define __init macro 68 static int __init octeon_feature_set(octeon_feature_t feature) in octeon_feature_set() 79 void __init octeon_feature_init(void) in octeon_feature_init()
|
| /NextBSD/sys/compat/linuxkpi/common/include/linux/ |
| HD | compiler.h | 53 #define __init macro
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | eabi-ci.asm | 114 FUNC_START(__init)
|
| HD | eabi.asm | 232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
|
| /NextBSD/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_arm.h | 127 extern int __init
|
| /NextBSD/sys/contrib/xz-embedded/linux/lib/xz/ |
| HD | xz_dec_test.c | 176 static int __init xz_dec_test_init(void) in xz_dec_test_init()
|
| /NextBSD/contrib/libstdc++/src/ |
| D | ios_init.cc | 162 ios_base::Init __init; in sync_with_stdio() local
|
| /NextBSD/sys/ofed/drivers/net/mlx4/ |
| HD | catas.c | 170 void __init mlx4_catas_init(void) in mlx4_catas_init()
|
| HD | en_main.c | 306 static int __init mlx4_en_init(void) in mlx4_en_init()
|
| /NextBSD/sys/dev/ifmlx4/ |
| HD | catas.c | 170 void __init mlx4_catas_init(void) in mlx4_catas_init()
|
| HD | en_main.c | 317 static int __init mlx4_en_init(void) in mlx4_en_init()
|
| /NextBSD/sys/ofed/drivers/infiniband/hw/mthca/ |
| HD | mthca_catas.c | 184 int __init mthca_catas_init(void) in mthca_catas_init()
|
| /NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_proc.c | 453 int __init sdp_proc_init(void) in sdp_proc_init() 524 int __init sdp_proc_init(void) in sdp_proc_init()
|
| /NextBSD/sys/dev/mlx5/mlx5_core/ |
| HD | mlx5_health.c | 179 void __init mlx5_health_init(void) in mlx5_health_init()
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_drv.c | 255 static int __init radeon_init(void) in radeon_init()
|
| /NextBSD/contrib/bmake/mk/ |
| HD | own.mk | 6 .if !target(__init.mk__)
|