Home
last modified time | relevance | path

Searched refs:__ret (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/arch/ppc/math-emu/
Dsoft-fp.h23 ({ int __ret = 0; \
26 __ret = EFLAG_INEXACT; \
32 __ret; \
36 ({ int __ret = 0; \
38 __ret = EFLAG_INEXACT; \
39 __ret; \
43 ({ int __ret = EFLAG_INEXACT; \
46 else __ret = 0; \
47 __ret; \
51 ({ int __ret = EFLAG_INEXACT; \
[all …]
Dop-common.h55 ({int __ret = 0; \
62 __ret |= _FP_ROUND(wc, X); \
75 __ret |= EFLAG_OVERFLOW; \
85 __ret |= _FP_ROUND(wc, X); \
96 __ret |= EFLAG_UNDERFLOW; \
104 __ret |= EFLAG_UNDERFLOW; \
130 __ret; \
/linux-2.4.37.9/include/asm-parisc/
Dspinlock_t.h21 unsigned __ret; \
22 __asm__ __volatile__("ldcw,co 0(%1),%0" : "=r" (__ret) : "r" (a)); \
23 __ret; \
27 unsigned __ret; \
28 __asm__ __volatile__("ldcw 0(%1),%0" : "=r" (__ret) : "r" (a)); \
29 __ret; \
/linux-2.4.37.9/include/asm-x86_64/
Dstring.h36 void *__ret; \
38 __ret = __memcpy((dst),(src),__len); \
40 __ret = __builtin_memcpy((dst),(src),__len); \
41 __ret; })
/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dip_tables.h302 int __ret = 0; \
310 __ret = fn(__match , ## args); \
311 if (__ret != 0) \
314 __ret; \
321 int __ret = 0; \
327 __ret = fn(__entry , ## args); \
328 if (__ret != 0) \
331 __ret; \
/linux-2.4.37.9/include/linux/netfilter_ipv6/
Dip6_tables.h308 int __ret = 0; \
316 __ret = fn(__m , ## args); \
317 if (__ret != 0) \
320 __ret; \
327 int __ret = 0; \
333 __ret = fn(__e , ## args); \
334 if (__ret != 0) \
337 __ret; \
/linux-2.4.37.9/arch/sparc64/solaris/
Dconv.h16 ({ unsigned long __ret; \
18 : "=r" (__ret) \
20 __ret; \
/linux-2.4.37.9/include/linux/netfilter_arp/
Darp_tables.h254 int __ret = 0; \
260 __ret = fn(__entry , ## args); \
261 if (__ret != 0) \
264 __ret; \
/linux-2.4.37.9/drivers/message/fusion/
Dlinux_compat.h211 ({ void *__ret = (void *)__get_free_pages(GFP_ATOMIC, __get_order(size)); \
212 if (__ret != NULL) { \
213 memset(__ret, 0, size); \
214 *(dma_handle) = virt_to_bus(__ret); \
216 __ret; \
/linux-2.4.37.9/include/asm-sparc64/
Dio.h420 ({ unsigned long __ret; \
421 __ret = (__res)->start + (((__res)->flags & 0x1ffUL) << 32UL); \
422 __ret += (unsigned long) (__offset); \
423 if (! request_region((__ret), (__size), (__name))) \
424 __ret = 0UL; \
425 __ret; \
Dprocessor.h285 unsigned long __ret = 0; \
301 __ret = pc; \
306 __out: __ret; \
/linux-2.4.37.9/include/asm-sparc/
Dprocessor.h164 unsigned long __ret = 0; \
180 __ret = pc; \
185 __out: __ret; \
/linux-2.4.37.9/include/asm-ppc64/
Dppc32.h38 ({ unsigned long __ret; \
40 : "=r" (__ret) \
42 __ret; \
/linux-2.4.37.9/include/asm-i386/
Dpgtable.h220 pgprot_t __ret; \
223 __ret = __pgprot((x) | _PAGE_GLOBAL); \
225 __ret = __pgprot(x); \
226 __ret; \
/linux-2.4.37.9/arch/sparc64/kernel/
Dsunos_ioctl32.c29 ({ unsigned long __ret; \
31 : "=r" (__ret) \
33 __ret; \
Dpci_iommu.c24 ({ u64 __ret; \
26 : "=r" (__ret) \
29 __ret; \
Dpci_psycho.c28 ({ u64 __ret; \
30 : "=r" (__ret) \
33 __ret; \
Dsys_sunos32.c57 ({ unsigned long __ret; \
59 : "=r" (__ret) \
61 __ret; \
/linux-2.4.37.9/arch/arm/kernel/
Dprocess.c387 pid_t __ret; in arch_kernel_thread() local
401 : "=&r" (__ret) in arch_kernel_thread()
404 return __ret; in arch_kernel_thread()
Dhead-armv.S145 adr lr, __ret @ return address
164 .type __ret, %function
165 __ret: ldr lr, __switch_data label
/linux-2.4.37.9/drivers/char/drm/
Dr128_drv.h456 int __ret = r128_do_cce_idle( dev_priv ); \
457 if ( __ret < 0 ) return __ret; \
Dradeon_drv.h815 int __ret = radeon_do_cp_idle( dev_priv ); \
816 if ( __ret ) return __ret; \
/linux-2.4.37.9/drivers/char/drm-4.0/
Dradeon_drv.h637 int __ret = radeon_do_cp_idle( dev_priv ); \
638 if ( __ret < 0 ) return __ret; \
/linux-2.4.37.9/include/linux/
Dsched.h860 int __ret = 0; \
862 __wait_event_interruptible(wq, condition, __ret); \
863 __ret; \
/linux-2.4.37.9/include/math-emu/
Dop-common.h199 int __ret = 0; \
204 __ret = 1; \
206 __ret; \

12