| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | stl_numeric.h | 69 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in accumulate() argument 75 __init = __init + *__first; in accumulate() 76 return __init; in accumulate() 81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in accumulate() argument 88 __init = __binary_op(__init, *__first); in accumulate() 89 return __init; in accumulate() 95 _InputIterator2 __first2, _Tp __init) in inner_product() argument 102 __init = __init + (*__first1 * *__first2); in inner_product() 103 return __init; in inner_product() 110 _InputIterator2 __first2, _Tp __init, in inner_product() argument [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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 …]
|
| /openbsd/src/gnu/llvm/libcxx/src/ |
| D | system_error.cpp | 235 system_error::__init(const error_code& ec, string what_arg) in __init() function in system_error 247 : runtime_error(__init(ec, what_arg)), in system_error() 253 : runtime_error(__init(ec, what_arg)), in system_error() 259 : runtime_error(__init(ec, "")), in system_error() 265 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 271 : runtime_error(__init(error_code(ev, ecat), what_arg)), in system_error() 277 : runtime_error(__init(error_code(ev, ecat), "")), in system_error()
|
| D | strstream.cpp | 39 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() function in strstreambuf 60 __init(__gnext, __n, __pbeg); in strstreambuf() 69 __init(const_cast<char *>(__gnext), __n, nullptr); in strstreambuf() 78 …__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf() 87 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf() 96 …__init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__… in strstreambuf() 105 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr); in strstreambuf()
|
| D | valarray.cpp | 22 gslice::__init(size_t __start) in __init() function in gslice
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_privacy_screen_x86.c | 21 static acpi_status __init acpi_set_handle(acpi_handle handle, u32 level, in acpi_set_handle() 28 static bool __init detect_thinkpad_privacy_screen(void) in detect_thinkpad_privacy_screen() 54 static bool __init detect_chromeos_privacy_screen(void) in detect_chromeos_privacy_screen() 83 void __init drm_privacy_screen_lookup_init(void) in drm_privacy_screen_lookup_init()
|
| /openbsd/src/gnu/gcc/libstdc++-v3/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 …]
|
| /openbsd/src/gnu/gcc/gcc/config/bfin/ |
| D | crti.s | 38 .globl __init 39 .type __init,@function 40 __init: label
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_module.h | 38 static inline int __init drm_pci_register_driver(struct pci_driver *pci_drv) in drm_pci_register_driver() 61 static inline int __init 100 static inline int __init
|
| /openbsd/src/gnu/usr.bin/perl/ext/Amiga-ARexx/ |
| D | ARexx.pm | 35 return $self->__init(@_); 38 sub __init subroutine 126 return $self->__init(@_); 129 sub __init subroutine
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/h8300/ |
| D | crti.asm | 49 .global __init 50 __init: label
|
| /openbsd/src/gnu/gcc/gcc/config/h8300/ |
| D | crti.asm | 64 .global __init 65 __init: label
|
| /openbsd/src/lib/csu/ |
| D | crtbegin.c | 113 void __init(void); 118 MD_SECTION_PROLOGUE(".init", __init);
|
| D | extern.h | 17 void __init(void) __dso_hidden;
|
| D | crt0.c | 112 __init(); in ___start()
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | compiler.h | 18 #define __init macro
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | eabi-ci.asm | 114 FUNC_START(__init)
|
| D | eabi.asm | 232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | eabi-ci.asm | 113 FUNC_START(__init)
|
| D | eabi.asm | 232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_module.c | 83 int __init i915_init(void) in i915_init()
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/crt/ |
| D | crtbegin.c | 50 used)) static void (*__init)(void) = __do_init; variable
|
| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | ios_init.cc | 162 ios_base::Init __init; in sync_with_stdio() local
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | barrier | 236 constexpr uint64_t __init(ptrdiff_t __count) _NOEXCEPT 251 : __phase_arrived_expected(__init(__count))
|
| /openbsd/src/sys/dev/pci/drm/scheduler/ |
| D | sched_fence.c | 36 int __init drm_sched_fence_slab_init(void) in drm_sched_fence_slab_init()
|