Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/libc++/include/
H A Dnumeric162 __init = __init + *__first;
163 return __init;
172 __init = __binary_op(__init, *__first);
183 __init = __b(__init, *__first);
211 __init = __init + *__first1 * *__first2;
234 __init = __b(__init, __u(*__first));
246 __init = __b1(__init, __b2(*__first1, *__first2));
310 __init = __b(__init, *__first);
333 __init = __b(__init, *__first);
373 __init = __b(__init, __u(*__first));
[all …]
H A Dstring1822 __init(__s, __n);
1834 __init(__s, __n);
1936 __init(__n, __c);
1949 __init(__n, __c);
1993 __init(__sv.data(), __sv.size());
2004 __init(__sv.data(), __sv.size());
2016 __init(__sv.data(), __sv.size());
2085 __init(__first, __last);
2098 __init(__first, __last);
2111 __init(__il.begin(), __il.end());
[all …]
H A Dcharconv270 __inner_product(_It1 __first1, _It1 __last1, _It2 __first2, _Up __init)
273 __init = __init + *__first1 * *__first2;
274 return __init;
H A Dbitset203 void __init(unsigned long long __v, false_type) _NOEXCEPT;
205 void __init(unsigned long long __v, true_type) _NOEXCEPT;
235 __bitset<_N_words, _Size>::__init(unsigned long long __v, false_type) _NOEXCEPT
253 __bitset<_N_words, _Size>::__init(unsigned long long __v, true_type) _NOEXCEPT
281 __init(__v, integral_constant<bool, sizeof(unsigned long long) == sizeof(__storage_type)>());
/freebsd-12.1/contrib/libstdc++/include/bits/
H A 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()
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
178 __init = __binary_op1(__init, __binary_op2(*__first1, *__first2)); in inner_product()
[all …]
/freebsd-12.1/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h53 #undef __init
56 #undef __init
59 #undef __init
62 #undef __init
/freebsd-12.1/contrib/libc++/src/
H A Dsystem_error.cpp233 system_error::__init(const error_code& ec, string what_arg) in __init() function in system_error
245 : runtime_error(__init(ec, what_arg)), in system_error()
251 : runtime_error(__init(ec, what_arg)), in system_error()
257 : runtime_error(__init(ec, "")), in system_error()
263 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error()
269 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error()
275 : runtime_error(__init(error_code(ev, ecat), "")), in system_error()
H A Dstrstream.cpp37 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() function in strstreambuf
58 __init(__gnext, __n, __pbeg); in strstreambuf()
67 __init(const_cast<char *>(__gnext), __n, nullptr); in strstreambuf()
76__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf()
85 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
94__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf()
103 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
H A Dvalarray.cpp19 gslice::__init(size_t __start) in __init() function in gslice
/freebsd-12.1/contrib/libstdc++/include/ext/
H A 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 …]
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Docteon-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()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Deabi-ci.asm114 FUNC_START(__init)
H A Deabi.asm232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h54 #define __init macro
/freebsd-12.1/sys/dev/mlx5/mlx5_fpga_tools/
H A Dmlx5fpga_tools_main.c126 static int __init mlx5_fpga_tools_init(void) in mlx5_fpga_tools_init()
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h127 extern int __init
/freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_test.c176 static int __init xz_dec_test_init(void) in xz_dec_test_init()
/freebsd-12.1/contrib/libstdc++/src/
H A Dios_init.cc162 ios_base::Init __init; in sync_with_stdio() local
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_catas.c188 int __init mthca_catas_init(void) in mthca_catas_init()
H A Dmthca_main.c1200 static void __init __mthca_check_profile_val(const char *name, int *pval, in __mthca_check_profile_val()
1221 static void __init mthca_validate_profile(void) in mthca_validate_profile()
1249 static int __init mthca_init(void) in mthca_init()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c454 int __init sdp_proc_init(void) in sdp_proc_init()
525 int __init sdp_proc_init(void) in sdp_proc_init()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c295 static int __init mlx4_en_init(void) in mlx4_en_init()
/freebsd-12.1/contrib/bmake/mk/
H A Down.mk6 .if !target(__init.mk__)
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_drv.c272 static int __init radeon_init(void) in radeon_init()
/freebsd-12.1/sys/ofed/drivers/infiniband/core/
H A Dib_roce_gid_mgmt.c440 int __init roce_gid_mgmt_init(void) in roce_gid_mgmt_init()

123