Searched refs:__tmp (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/ia32/
H A Dstack.h133 uint32_t __tmp; \
134 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \
139 long double __tmp; \
140 ASSERT((((uintptr_t)&__tmp) & (STACK_ALIGN - 1)) == 0); \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_math.h29 char __tmp = *__tagp; local
31 if (__tmp >= '0' && __tmp <= '7')
32 __r = (__r * 8u) + __tmp - '0';
46 char __tmp = *__tagp; local
48 if (__tmp >= '0' && __tmp <= '9')
49 __r = (__r * 10u) + __tmp - '0';
63 char __tmp = *__tagp; local
65 if (__tmp >
170 int __tmp; local
236 float __tmp; local
255 } __tmp; local
304 int __tmp; local
353 float __tmp; local
361 float __tmp; local
626 int __tmp; local
695 double __tmp; local
714 } __tmp; local
769 int __tmp; local
821 double __tmp; local
828 double __tmp; local
[all...]
H A D__clang_cuda_intrinsics.h47 __Bits __tmp; \
48 memcpy(&__tmp, &__val, sizeof(__val)); \
49 __tmp.__a = ::__FnName(__tmp.__a, __offset, __width); \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
52 memcpy(&__ret, &__tmp, sizeof(__tmp)); \
79 long long __tmp; \
80 _Static_assert(sizeof(__tmp)
[all...]
H A Daltivec.h16662 vector signed char __tmp = local
16665 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16666 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16672 vector unsigned char __tmp = local
16675 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16676 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16682 vector signed short __tmp = local
16684 typedef __attribute__((vector_size(sizeof(__tmp)))) double __vector_double;
16685 __builtin_vsx_stxvd2x_be((__vector_double)__tmp, __offset, __ptr);
16691 vector unsigned short __tmp local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzfs_refcount.h108 uint64_t __tmp = (src)->rc_count; \
109 atomic_add_64(&(src)->rc_count, -__tmp); \
110 atomic_add_64(&(dst)->rc_count, __tmp); \
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Drcupdate.h102 typeof(ptr) __tmp = rcu_dereference_protected(rcu, c); \
104 __tmp; \
/freebsd-13-stable/sys/powerpc/fpu/
H A Dfpu_arith.h148 #define FPU_SET_CARRY(v) do { int __tmp; \
149 __asm volatile("addic %0,%0,-1" : "r"(__tmp) : "r"(v)); \
/freebsd-13-stable/contrib/ipfilter/sys/
H A Dtree.h187 struct type *__tmp; \
195 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
198 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
208 struct type __node, *__left, *__right, *__tmp; \
216 __tmp = SPLAY_LEFT((head)->sph_root, field); \
217 if (__tmp == NULL) \
219 if ((cmp)(elm, __tmp) < 0){ \
220 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
226 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
227 if (__tmp
[all...]
/freebsd-13-stable/contrib/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
192 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
195 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
205 struct type __node, *__left, *__right, *__tmp; \
213 __tmp = SPLAY_LEFT((head)->sph_root, field); \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
223 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
224 if (__tmp
[all...]
/freebsd-13-stable/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dtree.h184 struct type *__tmp; \
192 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
195 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
205 struct type __node, *__left, *__right, *__tmp; \
213 __tmp = SPLAY_LEFT((head)->sph_root, field); \
214 if (__tmp == NULL) \
216 if ((cmp)(elm, __tmp) < 0){ \
217 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
223 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
224 if (__tmp
[all...]
/freebsd-13-stable/sys/sys/
H A Dtree.h200 struct type *__tmp; \
208 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
211 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
221 struct type __node, *__left, *__right, *__tmp; \
229 __tmp = SPLAY_LEFT((head)->sph_root, field); \
230 if (__tmp == NULL) \
232 if ((cmp)(elm, __tmp) < 0){ \
233 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
239 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
240 if (__tmp
[all...]
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dsys-tree.h191 struct type *__tmp; \
199 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
202 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \
212 struct type __node, *__left, *__right, *__tmp; \
220 __tmp = SPLAY_LEFT((head)->sph_root, field); \
221 if (__tmp == NULL) \
223 if ((cmp)(elm, __tmp) < 0){ \
224 SPLAY_ROTATE_RIGHT(head, __tmp, field); \
230 __tmp = SPLAY_RIGHT((head)->sph_root, field); \
231 if (__tmp
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/
H A Dnet_common.sh210 cat $_rump_server_buses |sort -u >./.__tmp
211 mv -f ./.__tmp $_rump_server_buses
/freebsd-13-stable/lib/msun/src/
H A Dmath_private.h468 __typeof(a) __tmp; \
470 __tmp = (c); \
471 _2sumF(__tmp, (a)); \
473 (a) = __tmp; \
/freebsd-13-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h264 ({ __typeof__(*(ptr)) __tmp; \
265 memcpy(&__tmp, (ptr), sizeof(*(ptr))); __tmp; })
/freebsd-13-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-13-stable/sys/dev/usb/net/
H A Duhso.c319 size_t __tmp; \
321 for (__tmp = 0; __tmp < _len; __tmp++) \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_dataset.c86 uint64_t __tmp = (x); \
88 (y) = __tmp; \

Completed in 262 milliseconds