Lines Matching refs:tmp1
189 PyObject *tmp1 = NULL, *tmp2 = NULL, *result;
222 if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL)
225 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL)
237 Py_DECREF(tmp1);
244 Py_XDECREF(tmp1);
385 PyObject *tmp1 = NULL;
411 tmp1 = PyNumber_Subtract(ob, r->start);
412 if (tmp1 == NULL)
414 tmp2 = PyNumber_Remainder(tmp1, r->step);
420 Py_XDECREF(tmp1);