Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_numeric.h69 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/
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 …]
/openbsd/src/gnu/llvm/libcxx/src/
Dsystem_error.cpp235 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()
Dstrstream.cpp39 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()
Dvalarray.cpp22 gslice::__init(size_t __start) in __init() function in gslice
/openbsd/src/sys/dev/pci/drm/
Ddrm_privacy_screen_x86.c21 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/
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 …]
/openbsd/src/gnu/gcc/gcc/config/bfin/
Dcrti.s38 .globl __init
39 .type __init,@function
40 __init: label
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_module.h38 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/
DARexx.pm35 return $self->__init(@_);
38 sub __init subroutine
126 return $self->__init(@_);
129 sub __init subroutine
/openbsd/src/gnu/usr.bin/gcc/gcc/config/h8300/
Dcrti.asm49 .global __init
50 __init: label
/openbsd/src/gnu/gcc/gcc/config/h8300/
Dcrti.asm64 .global __init
65 __init: label
/openbsd/src/lib/csu/
Dcrtbegin.c113 void __init(void);
118 MD_SECTION_PROLOGUE(".init", __init);
Dextern.h17 void __init(void) __dso_hidden;
Dcrt0.c112 __init(); in ___start()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dcompiler.h18 #define __init macro
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Deabi-ci.asm114 FUNC_START(__init)
Deabi.asm232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Deabi-ci.asm113 FUNC_START(__init)
Deabi.asm232 b FUNC_NAME(__init) /* do any C++ global constructors (which returns to caller) */
/openbsd/src/sys/dev/pci/drm/i915/
Di915_module.c83 int __init i915_init(void) in i915_init()
/openbsd/src/gnu/llvm/compiler-rt/lib/crt/
Dcrtbegin.c50 used)) static void (*__init)(void) = __do_init; variable
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dios_init.cc162 ios_base::Init __init; in sync_with_stdio() local
/openbsd/src/gnu/llvm/libcxx/include/
Dbarrier236 constexpr uint64_t __init(ptrdiff_t __count) _NOEXCEPT
251 : __phase_arrived_expected(__init(__count))
/openbsd/src/sys/dev/pci/drm/scheduler/
Dsched_fence.c36 int __init drm_sched_fence_slab_init(void) in drm_sched_fence_slab_init()

123