Searched defs:__init (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h53 #undef __init macro
56 #undef __init macro
59 #undef __init macro
62 #undef __init macro
/freebsd-current/sys/contrib/openzfs/module/icp/
H A Dillumos-crypto.c32 #define __init macro
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dvalarray.cpp21 void gslice::__init(size_t __start) { function in class:gslice
H A Dstrstream.cpp28 void strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) { function in class:strstreambuf
/freebsd-current/contrib/llvm-project/libcxx/include/__numeric/
H A Dreduce.h30 reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b) { argument
38 reduce(_InputIterator __first, _InputIterator __last, _Tp __init) { argument
H A Dinclusive_scan.h28 inclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _Tp __init) { argument
40 typename iterator_traits<_InputIterator>::value_type __init = *__first; local
H A Dexclusive_scan.h30 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b) { argument
48 exclusive_scan(_InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init) { argument
H A Daccumulate.h27 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) { argument
39 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op) { argument
[all...]
H A Dinner_product.h27 inner_product(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) { argument
38 inner_product( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) argument
[all...]
H A Dtransform_inclusive_scan.h39 typename iterator_traits<_InputIterator>::value_type __init = __u(*__first); local
25 transform_inclusive_scan( _InputIterator __first, _InputIterator __last, _OutputIterator __result, _BinaryOp __b, _UnaryOp __u, _Tp __init) argument
H A Dtransform_exclusive_scan.h24 transform_exclusive_scan( _InputIterator __first, _InputIterator __last, _OutputIterator __result, _Tp __init, _BinaryOp __b, _UnaryOp __u) argument
H A Dtransform_reduce.h29 transform_reduce(_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOp __b, _UnaryOp __u) { argument
50 transform_reduce(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init) { argument
36 transform_reduce( _InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _Tp __init, _BinaryOp1 __b1, _BinaryOp2 __b2) argument
[all...]
H A Dpstl_transform_reduce.h67 transform_reduce( _ExecutionPolicy&& __policy, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __reduce, _BinaryOperation2 __transform) argument
96 transform_reduce( _ExecutionPolicy&& __policy, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init) argument
136 transform_reduce( _ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Tp __init, _BinaryOperation __reduce, _UnaryOperation __transform) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c50 used)) static void (*__init)(void) = __do_init; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dtransform_reduce.h108 __pstl_transform_reduce( __cpu_backend_tag, _ForwardIterator1 __first1, _ForwardIterator1 __last1, _ForwardIterator2 __first2, _Tp __init, _BinaryOperation1 __reduce, _BinaryOperation2 __transform) argument
[all...]
H A Dthread.h45 __parallel_transform_reduce(_Index __first, _Index __last, _UnaryOp, _Tp __init, _BinaryOp, _Reduce __reduce) { argument
H A Dserial.h42 __parallel_transform_reduce(_Index __first, _Index __last, _UnaryOp, _Tp __init, _BinaryOp, _Reduce __reduce) { argument
H A Dlibdispatch.h199 __parallel_transform_reduce( _RandomAccessIterator __first, _RandomAccessIterator __last, _Transform __transform, _Value __init, _Combiner __combiner, _Reduction __reduction) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfold.h82 operator()(_Ip __first, _Sp __last, _Tp __init, _Fp __f) { argument
98 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI static constexpr auto operator()(_Rp&& __r, _Tp __init, _Fp __f) { argument
111 operator()(_Ip __first, _Sp __last, _Tp __init, _Fp __f) { argument
116 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI static constexpr auto operator()(_Rp&& __r, _Tp __init, _Fp __f) { argument
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dseed_seq.h75 void seed_seq::__init(_InputIterator __first, _InputIterator __last) { function in class:seed_seq
H A Ddiscrete_distribution.h141 void discrete_distribution<_IntType>::param_type::__init() { function in class:discrete_distribution::param_type
H A Dpiecewise_linear_distribution.h158 void piecewise_linear_distribution<_RealType>::param_type::__init() { function in class:piecewise_linear_distribution::param_type
H A Dpiecewise_constant_distribution.h158 void piecewise_constant_distribution<_RealType>::param_type::__init() { function in class:piecewise_constant_distribution::param_type
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h54 #define __init macro
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc51 #undef __init macro

Completed in 302 milliseconds

12