Searched refs:__tmp (Results 51 - 59 of 59) sorted by relevance

123

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c298 char __tmp = __getopt_nonoption_flags[ch1]; \
300 __getopt_nonoption_flags[ch2] = __tmp; \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dxmmintrin.h107 __v4sf __tmp; local
113 __tmp = vec_ld (0, (__v4sf *) __P);
114 result = (__m128) vec_perm (__tmp, __tmp, permute_vector);
163 __v4sf __tmp; local
168 __tmp = (__m128) vec_perm (__A, __A, permute_vector);
170 _mm_store_ps (__P, __tmp);
H A Demmintrin.h164 __v2df __tmp = _mm_load_pd (__P); local
165 return (__m128d)vec_xxpermdi (__tmp, __tmp, 2);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Demmintrin.h142 __m128d __tmp = _mm_load_pd (__P); local
143 return __builtin_ia32_shufpd (__tmp, __tmp, _MM_SHUFFLE2 (0,1));
287 __v2df __tmp = __builtin_ia32_movsd ((__v2df)__A, (__v2df)__B); local
288 return (__m128d)__builtin_ia32_sqrtsd ((__v2df)__tmp);
/freebsd-11-stable/sys/dev/usb/net/
H A Duhso.c316 size_t __tmp; \
318 for (__tmp = 0; __tmp < _len; __tmp++) \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h503 _ForwardIterator2 __tmp(__first2);
504 ++__tmp;
505 if (__tmp == __last2)
577 _ForwardIterator2 __tmp(__first2);
578 ++__tmp;
579 if (__tmp == __last2)
1861 _ValueType __tmp = *__first; local
1892 *__p = __tmp;
/freebsd-11-stable/contrib/gcc/
H A Dlonglong.h269 USItype __tmp; \
286 : "=r" (count), "=r" (__tmp) : "1" (x)); \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h16606 vector signed char __tmp = local
16609 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16610 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16616 vector unsigned char __tmp = local
16619 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16620 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16626 vector signed short __tmp = local
16628 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16629 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16635 vector unsigned short __tmp local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c84 uint64_t __tmp = (x); \
86 (y) = __tmp; \

Completed in 315 milliseconds

123