HomeSort by: relevance | last modified time | path
    Searched defs:__init (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libgcc/config/h8300/
crti.S 59 .global __init
60 __init: label
  /src/external/gpl3/gcc/dist/libgcc/config/microblaze/
crti.S 1 /* crti.s for __init, __fini
2 This file supplies the prologue for __init and __fini routines
34 .global __init
42 __init: label
  /src/external/gpl3/gcc/dist/libgcc/config/visium/
crti.S 29 .globl __init
30 .type __init,@function
31 __init: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/cr16/
crti.S 32 .globl __init
33 .type __init,@function
34 __init: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/h8300/
crti.S 59 .global __init
60 __init: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
crti.S 1 /* crti.s for __init, __fini
2 This file supplies the prologue for __init and __fini routines
34 .global __init
42 __init: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/visium/
crti.S 29 .globl __init
30 .type __init,@function
31 __init: label
  /src/sys/external/bsd/drm2/include/linux/
init.h 37 #define __init /* call at module load time */ macro
  /src/external/apache2/llvm/dist/libcxx/src/
valarray.cpp 22 gslice::__init(size_t __start) function in class:gslice
system_error.cpp 232 system_error::__init(const error_code& ec, string what_arg) function in class:system_error
244 : runtime_error(__init(ec, what_arg)),
250 : runtime_error(__init(ec, what_arg)),
256 : runtime_error(__init(ec, "")),
262 : runtime_error(__init(error_code(ev, ecat), what_arg)),
268 : runtime_error(__init(error_code(ev, ecat), what_arg)),
274 : runtime_error(__init(error_code(ev, ecat), "")),
strstream.cpp 36 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) function in class:strstreambuf
57 __init(__gnext, __n, __pbeg);
66 __init(const_cast<char *>(__gnext), __n, nullptr);
75 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__pbeg));
84 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr);
93 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, reinterpret_cast<char*>(__pbeg));
102 __init(const_cast<char *>(reinterpret_cast<const char*>(__gnext)), __n, nullptr);
  /src/external/gpl3/gcc/dist/libgcc/config/bfin/
crti.S 35 .globl __init
36 .type __init,@function
37 __init: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/
crti.S 35 .globl __init
36 .type __init,@function
37 __init: label
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
numeric_impl.h 34 __brick_transform_reduce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init,
38 return std::inner_product(__first1, __last1, __first2, __init, __binary_op1, __binary_op2);
45 _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1,
51 __last1 - __first1, __init, __binary_op1,
59 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1,
62 return __brick_transform_reduce(__first1, __last1, __first2, __init, __binary_op1, __binary_op2,
70 _RandomAccessIterator1 __last1, _RandomAccessIterator2 __first2, _Tp __init,
82 __init, member in namespace:__pstl
85 _Tp __init) -> _Tp
87 return __internal::__brick_transform_reduce(__i, __j, __first2 + (__i - __first1), __init,
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
ios_init.cc 161 ios_base::Init __init; local
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
numeric_impl.h 34 __brick_transform_reduce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init,
38 return std::inner_product(__first1, __last1, __first2, __init, __binary_op1, __binary_op2);
43 __brick_transform_reduce(_ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init,
49 __last1 - __first1, __init, __binary_op1,
57 _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1,
61 return __brick_transform_reduce(__first1, __last1, __first2, __init, __binary_op1, __binary_op2, __is_vector);
68 _RandomAccessIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1,
77 __init, member in namespace:__pstl
80 __is_vector](_RandomAccessIterator1 __i, _RandomAccessIterator1 __j, _Tp __init) -> _Tp {
81 return __internal::__brick_transform_reduce(__i, __j, __first2 + (__i - __first1), __init, __binary_op1
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
ios_init.cc 161 ios_base::Init __init; local
  /src/sys/external/bsd/drm2/dist/drm/scheduler/
sched_fence.c 40 #define __init macro
44 static int __init drm_sched_fence_slab_init(void)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_container_size.h 75 __init(std::size_t __num) function in class:__gnu_profile::__container_size_info
171 __ret->__init(__num);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_buddy.c 42 #define __init /* called from i915_module.c */ macro
45 int __init i915_global_buddy_init(void)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
losertree.h 163 * __init and __delete_min_insert.
210 void __init() function in class:__gnu_parallel::_LoserTree
311 __init() function in class:__gnu_parallel::_LoserTree
449 void __init() function in class:__gnu_parallel::_LoserTreePointer
531 void __init() function in class:__gnu_parallel::_LoserTreePointer
686 __init() function in class:__gnu_parallel::_LoserTreeUnguarded
781 __init() function in class:__gnu_parallel::_LoserTreeUnguarded
931 __init() function in class:__gnu_parallel::_LoserTreePointerUnguarded
1024 __init() function in class:__gnu_parallel::_LoserTreePointerUnguarded
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
losertree.h 163 * __init and __delete_min_insert.
210 void __init() function in class:__gnu_parallel::_LoserTree
311 __init() function in class:__gnu_parallel::_LoserTree
449 void __init() function in class:__gnu_parallel::_LoserTreePointer
531 void __init() function in class:__gnu_parallel::_LoserTreePointer
686 __init() function in class:__gnu_parallel::_LoserTreeUnguarded
781 __init() function in class:__gnu_parallel::_LoserTreeUnguarded
931 __init() function in class:__gnu_parallel::_LoserTreePointerUnguarded
1024 __init() function in class:__gnu_parallel::_LoserTreePointerUnguarded
  /src/sys/external/bsd/acpica/dist/include/platform/
aclinux.h 98 #define ACPI_INIT_FUNCTION __init
214 #ifndef __init
215 #define __init macro
  /src/sys/external/bsd/vchiq/dist/interface/compat/
vchi_bsd.h 182 #define __init macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
mt_allocator.h 416 static bool __init; local
417 if (__builtin_expect(__init == false, false))
420 __init = true;
439 static bool __init; local
440 if (__builtin_expect(__init == false, false))
453 __init = true;
512 static bool __init; local
513 if (__builtin_expect(__init == false, false))
516 __init = true;
535 static bool __init; local
    [all...]

Completed in 43 milliseconds

1 2