Lines Matching refs:__ret
15 __typeof__(*(ptr)) __ret; \
34 __ret = (__typeof__(*(ptr))) \
44 : "=&r" (__ret), "=&r" (tmp) \
51 __ret; \
63 __typeof__(*(ptr)) __ret; \
66 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne…
77 : "=&r" (__ret), "=&r" (__tmp) \
84 __ret; \
96 __typeof__(*(ptr)) __ret; \
99 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne…
111 : "=&r" (__ret), "=&r" (__tmp) \
118 __ret; \
130 __typeof__(*(ptr)) __ret; \
133 …__ret = (__typeof__(*(ptr)))cmpxchg_emu_u8((volatile u8 *)__ptr, (uintptr_t)__old, (uintptr_t)__ne…
146 : "=&r" (__ret), "=&r" (__tmp) \
153 __ret; \