Home
last modified time | relevance | path

Searched refs:__res (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h713 __m64 __res; in _mm_cmpeq_pi8() local
715 return (__res); in _mm_cmpeq_pi8()
1164 __m64_union __res; in _mm_sll_pi32() local
1168 __res.as_int[0] = __res.as_int[0] << __count; in _mm_sll_pi32()
1169 __res.as_int[1] = __res.as_int[1] << __count; in _mm_sll_pi32()
1231 __m64_union __res; in _mm_sra_pi32() local
1235 __res.as_int[0] = __res.as_int[0] >> __count; in _mm_sra_pi32()
1236 __res.as_int[1] = __res.as_int[1] >> __count; in _mm_sra_pi32()
1298 __m64_union __res; in _mm_srl_pi32() local
1302 __res.as_int[0] = (unsigned int)__res.as_int[0] >> __count; in _mm_srl_pi32()
[all …]
H A Dbmi2intrin.h26 unsigned long long __res = (unsigned long long)__X * __Y; in _mulx_u32() local
27 *__P = (unsigned int)(__res >> 32); in _mulx_u32()
28 return (unsigned int)__res; in _mulx_u32()
43 unsigned __int128 __res = (unsigned __int128)__X * __Y; in _mulx_u64() local
44 *__P = (unsigned long long)(__res >> 64); in _mulx_u64()
45 return (unsigned long long)__res; in _mulx_u64()
H A Dxmmintrin.h874 int __res; in _mm_cvtss_si32() local
889 return __res; in _mm_cvtss_si32()
905 long long __res; in _mm_cvtss_si64() local
920 return __res; in _mm_cvtss_si64()
1402 __m64_union __m1, __m2, __res; in _mm_max_pi16()
1416 return (__m64)__res.as_m64; in _mm_max_pi16()
1447 __res.as_char[__i] = in _mm_max_pu8()
1452 return (__m64)__res.as_m64; in _mm_max_pu8()
1490 return (__m64)__res.as_m64; in _mm_min_pi16()
1521 __res.as_char[__i] = in _mm_min_pu8()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_any_all_none_of.h47 if (!__res) in __any_of()
65 if (!__res) in any_of()
67 return *std::move(__res); in any_of()
86 if (!__res) in __all_of()
88 return !*__res; in __all_of()
104 if (!__res) in all_of()
106 return *std::move(__res); in all_of()
123 if (!__res) in __none_of()
125 return !*__res; in __none_of()
141 if (!__res) in none_of()
[all …]
H A Dpstl_find.h54 auto __res = std::__find_if(__policy, std::move(__first), std::move(__last), std::move(__pred)); in find_if() local
55 if (!__res) in find_if()
57 return *std::move(__res); in find_if()
92 …auto __res = std::__find_if_not(__policy, std::move(__first), std::move(__last), std::move(__pred)… in find_if_not() local
93 if (!__res) in find_if_not()
95 return *std::move(__res); in find_if_not()
129 auto __res = std::__find(__policy, std::move(__first), std::move(__last), __value); in find() local
130 if (!__res) in find()
132 return *std::move(__res); in find()
H A Dpstl_copy.h70 auto __res = std::__copy(__policy, std::move(__first), std::move(__last), std::move(__result)); in copy() local
71 if (!__res) in copy()
73 return *std::move(__res); in copy()
109 auto __res = std::__copy_n(__policy, std::move(__first), std::move(__n), std::move(__result)); in copy_n() local
110 if (!__res) in copy_n()
112 return *std::move(__res); in copy_n()
H A Dpstl_count.h73 auto __res = std::__count_if(__policy, std::move(__first), std::move(__last), std::move(__pred)); in count_if() local
74 if (!__res) in count_if()
76 return *std::move(__res); in count_if()
109 auto __res = std::__count(__policy, std::move(__first), std::move(__last), __value); in count() local
110 if (!__res) in count()
112 return *__res; in count()
H A Dpstl_transform.h64 …auto __res = std::__transform(__policy, std::move(__first), std::move(__last), std::move(__result)… in transform() local
65 if (!__res) in transform()
67 return *std::move(__res); in transform()
107 auto __res = std::__transform( in transform() local
109 if (!__res) in transform()
111 return *std::move(__res); in transform()
H A Dpstl_equal.h77 …auto __res = std::__equal(__policy, std::move(__first1), std::move(__last1), std::move(__first2), … in equal() local
78 if (!__res) in equal()
80 return *__res; in equal()
148 auto __res = std::__equal( in equal() local
150 if (!__res) in equal()
152 return *__res; in equal()
H A Dpstl_move.h72 auto __res = std::__move(__policy, std::move(__first), std::move(__last), std::move(__result)); in move() local
73 if (!__res) in move()
75 return *__res; in move()
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
66 if (!__res) in is_partitioned()
68 return *std::move(__res); in is_partitioned()
H A Dpstl_merge.h73 auto __res = std::__merge(
81 if (!__res)
83 return *std::move(__res);
H A Dpstl_rotate_copy.h72 auto __res = in rotate_copy() local
74 if (!__res) in rotate_copy()
76 return *__res; in rotate_copy()
/freebsd/sys/amd64/include/xen/
H A Dhypercall.h59 type __res; \
65 __res; \
70 type __res; \
77 __res; \
82 type __res; \
89 __res; \
103 __res; \
118 __res; \
134 __res; \
140 int __res; in privcmd_hypercall() local
[all …]
/freebsd/sys/i386/include/xen/
H A Dhypercall.h49 long __res; \
52 : "=a" (__res) \
55 (type)__res; \
60 long __res, __ign1; \
66 (type)__res; \
71 long __res, __ign1, __ign2; \
77 (type)__res; \
90 (type)__res; \
103 (type)__res; \
117 (type)__res; \
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dbmi2intrin.h129 unsigned long long __res = (unsigned long long) __X * __Y; in _mulx_u32() local
130 *__P = (unsigned int)(__res >> 32); in _mulx_u32()
131 return (unsigned int)__res; in _mulx_u32()
246 unsigned __int128 __res = (unsigned __int128) __X * __Y; in _mulx_u64() local
247 *__P = (unsigned long long) (__res >> 64); in _mulx_u64()
248 return (unsigned long long) __res; in _mulx_u64()
/freebsd/sys/i386/include/
H A Dpcpu.h126 __pcpu_type(name) __res; \
128 u_char __b[MIN(sizeof(__res), 4)]; \
131 if (sizeof(__res) == 1 || sizeof(__res) == 2 || \
132 sizeof(__res) == 4) { \
136 *(struct __s *)(void *)&__res = __s; \
138 __res = *__PCPU_PTR(name); \
140 __res; \
/freebsd/contrib/llvm-project/libcxx/include/__numeric/
H A Dpstl_reduce.h69 …auto __res = std::__reduce(__policy, std::move(__first), std::move(__last), std::move(__init), std…
70 if (!__res)
72 return *std::move(__res);
97 auto __res = std::__reduce(__policy, std::move(__first), std::move(__last)); in reduce() local
98 if (!__res) in reduce()
100 return *std::move(__res); in reduce()
H A Dpstl_transform_reduce.h75 auto __res = std::__transform_reduce( in transform_reduce() local
84 if (!__res) in transform_reduce()
86 return *std::move(__res); in transform_reduce()
143 auto __res = std::__transform_reduce( in transform_reduce() local
145 if (!__res) in transform_reduce()
147 return *std::move(__res); in transform_reduce()
/freebsd/sys/amd64/include/
H A Dpcpu.h200 __pcpu_type(name) __res; \
205 if (sizeof(__res) == 1 || sizeof(__res) == 2 || \
206 sizeof(__res) == 4 || sizeof(__res) == 8) { \
210 *(struct __s *)(void *)&__res = __s; \
212 __res = *__PCPU_PTR(name); \
214 __res; \
/freebsd/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
101 return __res; in __libcpp_snprintf_l()
109 int __res = vasprintf(__s, __format, __va); in __libcpp_asprintf_l() local
111 return __res; in __libcpp_asprintf_l()
119 int __res = vsscanf(__s, __format, __va); in __libcpp_sscanf_l() local
121 return __res; in __libcpp_sscanf_l()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/pstl_backends/cpu_backends/
H A Dfind_if.h44 auto __res = in __parallel_find() local
59 if (!__res) in __parallel_find()
109 auto __res = std::__pstl_find_if<__remove_parallel_policy_t<_ExecutionPolicy>>( in __pstl_find_if()
111 _LIBCPP_ASSERT_INTERNAL(__res, "unseq/seq should never try to allocate!"); in __pstl_find_if()
112 return *std::move(__res); in __pstl_find_if()
H A Dtransform.h54 auto __res = std::__pstl_transform<__remove_parallel_policy_t<_ExecutionPolicy>>( in __pstl_transform()
56 _LIBCPP_ASSERT_INTERNAL(__res, "unseq/seq should never try to allocate!"); in __pstl_transform()
57 return *std::move(__res); in __pstl_transform()
100 auto __res = std::__par_backend::__parallel_for( in __pstl_transform() local
112 if (!__res) in __pstl_transform()
H A Dany_of.h79 auto __res = std::__pstl_any_of<__remove_parallel_policy_t<_ExecutionPolicy>>( in __pstl_any_of()
81 _LIBCPP_ASSERT_INTERNAL(__res, "unseq/seq should never try to allocate!"); in __pstl_any_of()
82 return *std::move(__res); in __pstl_any_of()
/freebsd/contrib/llvm-project/libcxx/include/__mdspan/
H A Dlayout_left.h159 index_type __res = 0; in operator()
160 …((__res = __idx_a[extents_type::rank() - 1 - _Pos] + __extents_.extent(extents_type::rank() - 1 - … in operator()
162 return __res; in operator()

12