Lines Matching defs:orig
46 unsigned long orig, temp; \
57 : "=&r"(orig), "=&r"(temp), \
62 orig; \
185 unsigned long res, orig;
190 orig = __test_bit_op(*m, "%0",
193 res = (orig & BIT(bit)) != 0;
229 unsigned long res, orig;
241 orig = __test_bit_op(*m, "%0",
245 res = (orig & BIT(bit)) != 0;
266 unsigned long res, orig;
273 orig = __test_bit_op(*m, "%0",
276 res = (orig & BIT(bit)) != 0;