Home
last modified time | relevance | path

Searched refs:__init (Results 1 – 25 of 69) sorted by relevance

123

/NextBSD/contrib/libstdc++/include/bits/
Dstl_numeric.h81 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/
Dnumeric72 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 …]
Dstring1796 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 …]
Dbitset198 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/
Dsystem_error.cpp147 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()
Dstrstream.cpp34 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()
Dvalarray.cpp19 gslice::__init(size_t __start) in __init() function in gslice
/NextBSD/contrib/ofed/management/opensm/include/vendor/
HDosm_vendor.h53 #undef __init
56 #undef __init
59 #undef __init
62 #undef __init
/NextBSD/contrib/libstdc++/include/ext/
Dmt_allocator.h414 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/
HDocteon-feature.c59 #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/
HDcompiler.h53 #define __init macro
/NextBSD/contrib/gcc/config/rs6000/
HDeabi-ci.asm114 FUNC_START(__init)
HDeabi.asm232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_arm.h127 extern int __init
/NextBSD/sys/contrib/xz-embedded/linux/lib/xz/
HDxz_dec_test.c176 static int __init xz_dec_test_init(void) in xz_dec_test_init()
/NextBSD/contrib/libstdc++/src/
Dios_init.cc162 ios_base::Init __init; in sync_with_stdio() local
/NextBSD/sys/ofed/drivers/net/mlx4/
HDcatas.c170 void __init mlx4_catas_init(void) in mlx4_catas_init()
HDen_main.c306 static int __init mlx4_en_init(void) in mlx4_en_init()
/NextBSD/sys/dev/ifmlx4/
HDcatas.c170 void __init mlx4_catas_init(void) in mlx4_catas_init()
HDen_main.c317 static int __init mlx4_en_init(void) in mlx4_en_init()
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_catas.c184 int __init mthca_catas_init(void) in mthca_catas_init()
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_proc.c453 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/
HDmlx5_health.c179 void __init mlx5_health_init(void) in mlx5_health_init()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_drv.c255 static int __init radeon_init(void) in radeon_init()
/NextBSD/contrib/bmake/mk/
HDown.mk6 .if !target(__init.mk__)

123