Home
last modified time | relevance | path

Searched defs:__res (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_any_all_none_of.h64 auto __res = std::__any_of(__policy, std::move(__first), std::move(__last), std::move(__pred)); in any_of() local
103 auto __res = std::__all_of(__policy, std::move(__first), std::move(__last), std::move(__pred)); in all_of() local
140 auto __res = std::__none_of(__policy, std::move(__first), std::move(__last), std::move(__pred)); in none_of() local
H A Dpstl_find.h54 auto __res = std::__find_if(__policy, std::move(__first), std::move(__last), std::move(__pred)); in find_if() local
92 …auto __res = std::__find_if_not(__policy, std::move(__first), std::move(__last), std::move(__pred)… in find_if_not() local
129 auto __res = std::__find(__policy, std::move(__first), std::move(__last), __value); in find() local
H A Dpstl_copy.h70 auto __res = std::__copy(__policy, std::move(__first), std::move(__last), std::move(__result)); in copy() local
109 auto __res = std::__copy_n(__policy, std::move(__first), std::move(__n), std::move(__result)); in copy_n() local
H A Dpstl_count.h73 auto __res = std::__count_if(__policy, std::move(__first), std::move(__last), std::move(__pred)); in count_if() local
109 auto __res = std::__count(__policy, std::move(__first), std::move(__last), __value); in count() local
H A Dpstl_transform.h64 …auto __res = std::__transform(__policy, std::move(__first), std::move(__last), std::move(__result)… in transform() local
107 auto __res = std::__transform( in transform() local
H A Dpstl_equal.h77 …auto __res = std::__equal(__policy, std::move(__first1), std::move(__last1), std::move(__first2), … in equal() local
148 auto __res = std::__equal( in equal() local
H A Dpstl_is_partitioned.h65 …auto __res = std::__is_partitioned(__policy, std::move(__first), std::move(__last), std::move(__pr… in is_partitioned() local
H A Dpstl_move.h72 auto __res = std::__move(__policy, std::move(__first), std::move(__last), std::move(__result)); in move() local
H A Dpstl_rotate_copy.h72 auto __res = in rotate_copy() local
H A Dpstl_for_each.h97 …auto __res = std::__for_each_n(__policy, std::move(__first), std::move(__size), std::move(__func)); in for_each_n() local
H A Dpstl_replace.h77 …auto __res = std::__replace_if(__policy, std::move(__first), std::move(__last), std::move(__pred),… in replace_if() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A Dbmi2intrin.h129 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
246 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
H A Daltivec.h988 vector unsigned int __res = in vec_and() local
995 vector unsigned int __res = in vec_and() local
1002 vector unsigned int __res = in vec_and() local
1174 vector unsigned int __res = in vec_vand() local
1181 vector unsigned int __res = in vec_vand() local
1188 vector unsigned int __res = in vec_vand() local
1341 vector unsigned int __res = in vec_andc() local
1348 vector unsigned int __res = in vec_andc() local
1355 vector unsigned int __res = in vec_andc() local
1527 vector unsigned int __res = in vec_vandc() local
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dbsd_locale_fallbacks.h99 int __res = vsnprintf(__s, __n, __format, __va); in __libcpp_snprintf_l() local
109 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local
119 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local
/freebsd-14.2/contrib/llvm-project/libcxx/include/__numeric/
H A Dpstl_transform_reduce.h75 auto __res = std::__transform_reduce( in transform_reduce() local
143 auto __res = std::__transform_reduce( in transform_reduce() local
H A Dpstl_reduce.h97 auto __res = std::__reduce(__policy, std::move(__first), std::move(__last)); in reduce() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dbmi2intrin.h26 unsigned long long __res = (unsigned long long)__X * __Y; in _mulx_u32() local
43 unsigned __int128 __res = (unsigned __int128)__X * __Y; in _mulx_u64() local
H A Dmmintrin.h268 __m64_union __mu1, __mu2, __res; in _mm_unpackhi_pi16() local
713 __m64 __res; in _mm_cmpeq_pi8() local
1164 __m64_union __res; in _mm_sll_pi32() local
1231 __m64_union __res; in _mm_sra_pi32() local
1298 __m64_union __res; in _mm_srl_pi32() local
1331 __m64_union __res; in _mm_set_pi32() local
1342 __m64_union __res; in _mm_set_pi16() local
1356 __m64_union __res; in _mm_set_pi8() local
1373 __m64_union __res; in _mm_setr_pi32() local
1397 __m64_union __res; in _mm_set1_pi32() local
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dmerge.h48 auto __res = __par_backend::__parallel_merge( in __pstl_merge() local
H A Dfind_if.h44 auto __res = in __parallel_find() local
H A Dtransform.h100 auto __res = std::__par_backend::__parallel_for( in __pstl_transform() local
/freebsd-14.2/contrib/llvm-project/libcxx/include/__format/
H A Dformat_functions.h457 string __res; in vformat() local
468 wstring __res; in vformat() local
590 string __res; in vformat() local
601 wstring __res; in vformat() local
/freebsd-14.2/sys/i386/include/xen/
H A Dhypercall.h121 long __res, __ign1, __ign2, __ign3, __ign4, __ign5, __call; in privcmd_hypercall() local
/freebsd-14.2/sys/amd64/include/xen/
H A Dhypercall.h138 int __res; in privcmd_hypercall() local
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp95 static constinit atomic<memory_resource*> __res{&res_init.resources.new_delete_res}; in __default_memory_resource() local

12