| /freebsd-12.1/contrib/libc++/include/ |
| H A D | numeric | 162 __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 D | string | 1822 __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 D | charconv | 270 __inner_product(_It1 __first1, _It1 __last1, _It2 __first2, _Up __init) 273 __init = __init + *__first1 * *__first2; 274 return __init;
|
| H A D | bitset | 203 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 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() 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 D | osm_vendor.h | 53 #undef __init 56 #undef __init 59 #undef __init 62 #undef __init
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | system_error.cpp | 233 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 D | strstream.cpp | 37 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 D | valarray.cpp | 19 gslice::__init(size_t __start) in __init() function in gslice
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A 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 …]
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | 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()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | eabi-ci.asm | 114 FUNC_START(__init)
|
| H A D | eabi.asm | 232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | compiler.h | 54 #define __init macro
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_fpga_tools/ |
| H A D | mlx5fpga_tools_main.c | 126 static int __init mlx5_fpga_tools_init(void) in mlx5_fpga_tools_init()
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 127 extern int __init
|
| /freebsd-12.1/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_test.c | 176 static int __init xz_dec_test_init(void) in xz_dec_test_init()
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | ios_init.cc | 162 ios_base::Init __init; in sync_with_stdio() local
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_catas.c | 188 int __init mthca_catas_init(void) in mthca_catas_init()
|
| H A D | mthca_main.c | 1200 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 D | sdp_proc.c | 454 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 D | mlx4_en_main.c | 295 static int __init mlx4_en_init(void) in mlx4_en_init()
|
| /freebsd-12.1/contrib/bmake/mk/ |
| H A D | own.mk | 6 .if !target(__init.mk__)
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_drv.c | 272 static int __init radeon_init(void) in radeon_init()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_roce_gid_mgmt.c | 440 int __init roce_gid_mgmt_init(void) in roce_gid_mgmt_init()
|