Searched refs:__ret (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h51 long long __ret; \
52 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
53 return __ret; \
83 double __ret; \
84 memcpy(&__ret, &__tmp, sizeof(__ret)); \
85 return __ret; \
135 long long __ret; \
136 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
137 return __ret; \
[all...]
H A Daltivec.h2918 vector double __ret = \
2922 __builtin_convertvector(__ret, vector signed long long); \
2940 vector double __ret = \
2944 __builtin_convertvector(__ret, vector unsigned long long); \
2978 vector signed int __ret = __builtin_vsx_xvcvdpsxws(__a); local
2979 return vec_sld(__ret, __ret, 12);
2990 vector signed int __ret = __builtin_vsx_xvcvdpsxws(__a);
2991 return vec_sld(__ret, __ret, 1
3020 vector unsigned int __ret = __builtin_vsx_xvcvdpuxws(__a); local
3072 vector float __ret = __builtin_vsx_xvcvsxdsp(__a); local
3082 vector float __ret = __builtin_vsx_xvcvuxdsp(__a); local
3092 vector float __ret = __builtin_vsx_xvcvdpsp(__a); local
3172 vector double __ret = {__a[0], __a[1]}; local
3178 vector double __ret = {__a[0], __a[1]}; local
3184 vector double __ret = {__a[0], __a[1]}; local
3190 vector double __ret = {__a[2], __a[3]}; local
3196 vector double __ret = {__a[2], __a[3]}; local
3202 vector double __ret = {__a[2], __a[3]}; local
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dios_init.cc155 bool __ret = ios_base::Init::_S_synced_with_stdio; local
159 if (!__sync && __ret)
200 return __ret;
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Darray_allocator.h129 pointer __ret = _M_array->begin() + _M_used; local
131 return __ret;
H A Dmt_allocator.h683 void* __ret = ::operator new(__bytes); local
684 return static_cast<_Tp*>(__ret);
H A Dbitmap_allocator.h896 pointer __ret = reinterpret_cast<pointer> local
904 return __ret;
925 pointer __ret = reinterpret_cast<pointer> local
934 return __ret;
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h535 bool __ret = true; local
538 for (size_t __i = 0; __ret && __i < _S_categories_size - 1; ++__i)
539 __ret = std::strcmp(_M_names[__i], _M_names[__i + 1]) == 0;
540 return __ret;
H A Dstreambuf_iterator.h171 int_type __ret = __eof; local
175 __ret = _M_c;
176 else if (!traits_type::eq_int_type((__ret = _M_sbuf->sgetc()),
178 _M_c = __ret;
182 return __ret;
H A Dlocale_facets.h2137 int __ret = -1; local
2141 __ret = __c - _CharT2('0');
2146 __ret = __c - _CharT2('0');
2148 __ret = 10 + (__c - _CharT2('a'));
2150 __ret = 10 + (__c - _CharT2('A'));
2152 return __ret;
2160 int __ret = -1; local
2164 __ret = __q - __zero;
2165 if (__ret > 15)
2166 __ret
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h109 bool __ret = (cond); \
110 if (__ret) { \
114 unlikely(__ret); \
121 bool __ret = (cond); \
122 if (__ret && !__warn_on_once) { \
127 unlikely(__ret); \
501 unsigned long long __ret = (x) + (__d) / 2; \
502 __ret /= __d; \
503 __ret; \
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_valarray.h785 valarray<_Tp> __ret; local
788 return __ret;
817 __ret._M_size = _M_size;
818 __ret._M_data = __tmp_M_data;
819 return __ret;
826 valarray<_Tp> __ret; local
829 return __ret;
858 __ret._M_size = _M_size;
859 __ret._M_data = __tmp_M_data;
860 return __ret;
[all...]
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h259 int __ret = 0; \
264 __ret = ERESTART; \
269 __ret; \
/freebsd-11-stable/sys/dev/drm/
H A Dr128_drv.h449 int __ret = r128_do_cce_idle( dev_priv ); \
450 if ( __ret ) return __ret; \
H A Dradeon_drv.h2001 int __ret; \
2003 __ret = r600_do_cp_idle(dev_priv); \
2005 __ret = radeon_do_cp_idle(dev_priv); \
2006 if ( __ret ) return __ret; \
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h311 typedef __vector __bool int __ret; typedef in class:__altivec_bool_ret
314 typedef __vector __bool short __ret; typedef in class:__altivec_bool_ret
317 typedef __vector __bool char __ret; typedef in class:__altivec_bool_ret
326 typename __altivec_bool_ret <vec_step (T)>::__ret \
/freebsd-11-stable/sys/sys/
H A Dsysctl.h656 struct sysctl_oid *__ret; \
661 __ret = sysctl_add_oid(ctx, parent, nbr, name, \
666 __ret = sysctl_add_oid(ctx, parent, nbr, name, \
671 __ret; \
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.h2015 int __ret; \
2017 __ret = r600_do_cp_idle(dev_priv); \
2019 __ret = radeon_do_cp_idle(dev_priv); \
2020 if ( __ret ) return __ret; \
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dop-common.h281 int __ret = 0; \
286 __ret = 1; \
288 __ret; \
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c3472 int __ret = __getvinfo; \
3473 if (__ret && !ret) \
3474 ret = __ret; \

Completed in 408 milliseconds

12