/src/sys/arch/sparc/include/ |
lwp_private.h | 42 register void *__tmp; local in function:__lwp_getprivate_fast 44 __asm volatile("mov %%g7, %0" : "=r" (__tmp)); 46 return __tmp;
|
/src/sys/arch/x86/include/ |
lwp_private.h | 43 void *__tmp; local in function:__lwp_getprivate_fast 46 __asm volatile("movq %%fs:0, %0" : "=r" (__tmp)); 48 __asm volatile("movl %%gs:0, %0" : "=r" (__tmp)); 51 return __tmp;
|
/src/sys/arch/alpha/include/ |
lwp_private.h | 43 register void *__tmp __asm("$0"); 46 : "=r" (__tmp) 49 return __tmp;
|
/src/sys/arch/hppa/include/ |
lwp_private.h | 13 register void *__tmp; local in function:__lwp_getprivate_fast 15 __asm volatile("mfctl\t27 /* CR_TLS */, %0" : "=r" (__tmp)); 17 return __tmp;
|
/src/sys/arch/arm/include/ |
lock.h | 116 int __tmp, __rv; local in function:__swp 123 "\n\t" "strex %[__tmp],%[__val],[%[__ptr]]" 125 "\n\t" "cmp %[__tmp],#0" 128 : [__rv] "=&r" (__rv), [__tmp] "=&r" (__tmp)
|
/src/sys/arch/powerpc/fpu/ |
fpu_arith.h | 146 #define FPU_SET_CARRY(v) do { int __tmp; \ 147 __asm volatile("addic %0,%0,-1" : "r"(__tmp) : "r"(v)); \
|
/src/sys/sys/ |
tree.h | 185 struct type *__tmp; \ 193 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 196 SPLAY_RIGHT((head)->sph_root, field) = __tmp; \ 206 struct type __node, *__left, *__right, *__tmp; \ 214 __tmp = SPLAY_LEFT((head)->sph_root, field); \ 215 if (__tmp == NULL) \ 217 if ((cmp)(elm, __tmp) < 0){ \ 218 SPLAY_ROTATE_RIGHT(head, __tmp, field); \ 224 __tmp = SPLAY_RIGHT((head)->sph_root, field); \ 225 if (__tmp == NULL) [all...] |
/src/lib/libm/src/ |
math_private.h | 489 __typeof(a) __tmp; \ 491 __tmp = (c); \ 492 _2sumF(__tmp, (a)); \ 494 (a) = __tmp; \
|
/src/tests/net/ |
net_common.sh | 368 cat $_rump_server_buses |sort -u >./.__tmp 369 mv -f ./.__tmp $_rump_server_buses
|
/src/tests/net/ipsec/ |
t_ipsec_misc.sh | 94 local tmpfile=./__tmp
|