Lines Matching refs:temp
48 int temp; \
57 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
60 int temp; \
69 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
71 } while (unlikely(!temp)); \
89 int temp; \
99 : "=&r" (result), "=&r" (temp), \
103 int temp; \
112 : "=&r" (result), "=&r" (temp), \
117 result = temp; result c_op i; \
159 int temp; in atomic_sub_if_positive() local
173 : "=&r" (result), "=&r" (temp), in atomic_sub_if_positive()
178 int temp; in atomic_sub_if_positive() local
192 : "=&r" (result), "=&r" (temp), in atomic_sub_if_positive()
327 long temp; \
336 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
339 long temp; \
348 : "=&r" (temp), "+" GCC_OFF_SMALL_ASM() (v->counter) \
350 } while (unlikely(!temp)); \
368 long temp; \
378 : "=&r" (result), "=&r" (temp), \
382 long temp; \
391 : "=&r" (result), "=&r" (temp), \
397 result = temp; result c_op i; \
440 long temp; in atomic64_sub_if_positive() local
454 : "=&r" (result), "=&r" (temp), in atomic64_sub_if_positive()
459 long temp; in atomic64_sub_if_positive() local
473 : "=&r" (result), "=&r" (temp), in atomic64_sub_if_positive()