Searched refs:__dispatch (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | default.h | 101 using _FindIf = __dispatch<__find_if, __current_configuration, _ExecutionPolicy>; 114 using _FindIf = __dispatch<__find_if, __current_configuration, _ExecutionPolicy>; 124 using _FindIf = __dispatch<__find_if, __current_configuration, _ExecutionPolicy>; 137 using _AnyOf = __dispatch<__any_of, __current_configuration, _ExecutionPolicy>; 152 using _AnyOf = __dispatch<__any_of, __current_configuration, _ExecutionPolicy>; 165 using _FindIfNot = __dispatch<__find_if_not, __current_configuration, _ExecutionPolicy>; 174 using _NoneOf = __dispatch<__none_of, __current_configuration, _ExecutionPolicy>; 188 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>; 204 using _ForEach = __dispatch<__for_each, __current_configuration, _ExecutionPolicy>; 216 using _Fill = __dispatch<__fill, __current_configuration, _ExecutionPolicy>; [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl.h | 45 …using _Implementation = __pstl::__dispatch<__pstl::__any_of, __pstl::__current_configuration, _Raw… in any_of() 58 …using _Implementation = __pstl::__dispatch<__pstl::__all_of, __pstl::__current_configuration, _Raw… in all_of() 71 …using _Implementation = __pstl::__dispatch<__pstl::__none_of, __pstl::__current_configuration, _Ra… in none_of() 89 …using _Implementation = __pstl::__dispatch<__pstl::__copy, __pstl::__current_configuration, _RawPo… in copy() 108 …using _Implementation = __pstl::__dispatch<__pstl::__copy_n, __pstl::__current_configuration, _Raw… in copy_n() 122 …using _Implementation = __pstl::__dispatch<__pstl::__count_if, __pstl::__current_configuration, _R… in count_if() 136 …using _Implementation = __pstl::__dispatch<__pstl::__count, __pstl::__current_configuration, _RawP… in count() 155 …using _Implementation = __pstl::__dispatch<__pstl::__equal_3leg, __pstl::__current_configuration, … in equal() 173 …using _Implementation = __pstl::__dispatch<__pstl::__equal_3leg, __pstl::__current_configuration, … in equal() 197 …using _Implementation = __pstl::__dispatch<__pstl::__equal, __pstl::__current_configuration, _RawP… in equal() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__numeric/ |
H A D | pstl.h | 47 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() 64 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() 76 …using _Implementation = __pstl::__dispatch<__pstl::__reduce, __pstl::__current_configuration, _Raw… in reduce() 104 …__pstl::__dispatch<__pstl::__transform_reduce_binary, __pstl::__current_configuration, _RawPolicy>; in transform_reduce() 132 …__pstl::__dispatch<__pstl::__transform_reduce_binary, __pstl::__current_configuration, _RawPolicy>; in transform_reduce() 158 …using _Implementation = __pstl::__dispatch<__pstl::__transform_reduce, __pstl::__current_configura… in transform_reduce()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_droq.c | 44 struct __dispatch { struct 379 recv_info = lio_alloc_recv_info(sizeof(struct __dispatch)); in lio_create_recv_info() 538 struct __dispatch *rdisp = rinfo->rsvd; in lio_droq_dispatch_pkt() 752 struct __dispatch *rdisp = (struct __dispatch *)tmp; in lio_droq_process_packets()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
H A D | dispatch.h | 59 using __dispatch = typename __find_first_implemented<_Algorithm, _BackendConfiguration, _ExecutionP…
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | variant | 539 _LIBCPP_HIDE_FROM_ABI static constexpr decltype(auto) __dispatch(_Fp __f, _Vs... __vs) { 546 return __dispatcher<_Is...>::template __dispatch<_Fp, _Vs...>;
|